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.

질문됨 일 년 전637회 조회
1개 답변
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
전문가
답변함 일 년 전
  • 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?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠