Architecture behind CodeWhisperer

0

Hi, I am currently working on my bachelor thesis about AI-powered tools and would like to investigate CodeWhisperer as well. Does anyone know what architecture was used for CodeWhisperer? I assume a Transformer architecture, but I can't find any information about it.

gefragt vor einem Jahr638 Aufrufe
1 Antwort
1

H, CW FAQ says

https://aws.amazon.com/codewhisperer/faqs/

How does Code Whisperer work?
As you are writing code, CodeWhisperer analyzes the English language comments
 and surrounding code to infer what code is needed to complete the task at hand. 
CodeWhisperer suggests one or more code snippets directly in the code editor, 
accelerating you as you code. The code suggestions provided by CodeWhisperer
are based on a large language models (LLMs) trained on billions of lines of code, 
including Amazon and open-source code. You can quickly and more easily accept 
the top suggestion (tab key), view more suggestions (arrow keys), or continue 
writing your own code. Always review a code suggestion before accepting it, 
and you may need to edit it to ensure that it does exactly what you intended.
profile pictureAWS
EXPERTE
beantwortet vor einem Jahr
  • Yeah, thx for the answer but I can also read the FAQ. My Question was what type of model is behind CodeWhisperer. Do they use transformers or other Models?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen