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.

1 Resposta
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
ESPECIALISTA
respondido há um ano
  • 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?

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas