본문 바로가기
AI · 인공지능/AI 뉴스

Stability AI가 오픈 소스 코딩 보조 AI인 「StableCode」발표

by 두우우부 2023. 8. 10.
반응형

 
이미지 생성 AI "Stable Diffusion"으로 알려진 AI 개발 기업 Stability AI가 코딩 보조 AI "StableCode"를 발표했습니다. StableCode는 개발자의 업무 효율 개선에 기여하는 것 외에 뉴비 학습자의 툴로서도 유용하다는 것입니다.

Announcing StableCode — Stability AI
https://stability.ai/blog/stablecode-llm-generative-ai-coding

Announcing StableCode — Stability AI

Stability AI has just announced the release of StableCode, its very first LLM generative AI product for coding. This product is designed to assist programmers with their daily work while also providing a great learning tool for new developers ready to take

stability.ai

 



StableCode는 3종류의 모델로 나뉘어 공개되어 있습니다. 각 모델의 개요는 아래와 같습니다.

◆ StableCode-Completion-Alpha-3B-4K
3종 모델의 베이스 모델로, 코딩용 대규모 언어 모델의 개발 지원 프로젝트 「BigCode」가 수집한 데이터 세트 「 The Stack 」버전 1.2를 사용하여 훈련되었습니다. 학습 데이터에는 Python, Go, Java, Javascript, C 언어 등 다양한 프로그래밍 언어가 포함되어 있습니다.

◆ StableCode-Instruct-Alpha-3B
위의 기본 모델을 파인 튜닝한 모델로 지시에 따라 코드를 생성할 수 있습니다.

◆ StableCode-Completion-Alpha-3B
코드의 자동 완성에 특화된 모델로 최대 1만 6천 토큰의 코드를 처리할 수 있습니다. StableCode-Completion-Alpha-3B에서는 기존의 오픈 소스 코딩 보조 AI의 2 ~ 4배 코드를 처리 가능하다는 것. 다음 이미지는 코드 자동 완성의 예로, 하단의 회색 부분이 보완된 부분입니다.



3종 모델은 아래 링크에서 다운로드 가능합니다.

stabilityai/stablecode-completion-alpha-3b-4k · Hugging Face
https://huggingface.co/stabilityai/stablecode-completion-alpha-3b-4k

stabilityai/stablecode-completion-alpha-3b-4k · Hugging Face

pass@1 on HumanEval self-reported 0.177 pass@10 on HumanEval self-reported 0.270

huggingface.co


stabilityai/stablecode-instruct-alpha-3b · Hugging Face
https://huggingface.co/stabilityai/stablecode-instruct-alpha-3b

stabilityai/stablecode-instruct-alpha-3b · Hugging Face

This repository is publicly accessible, but you have to accept the conditions to access its files and content. STABLECODE RESEARCH LICENSE AGREEMENT Dated: August 8, 2023 "Agreement" means the terms and conditions for use, reproduction, distribution and mo

huggingface.co


stabilityai/stablecode-completion-alpha-3b · Hugging Face
https://huggingface.co/stabilityai/stablecode-completion-alpha-3b

stabilityai/stablecode-completion-alpha-3b · Hugging Face

pass@1 on HumanEval self-reported 0.202 pass@10 on HumanEval self-reported 0.338

huggingface.co

반응형