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年前635ビュー
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
エキスパート
回答済み 1年前
  • 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?

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ