Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Unnecessary comma at "Prompting Guide for Code Llama" #607

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/models/code-llama.jp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {Cards, Card} from 'nextra-theme-docs'
import {TerminalIcon} from 'components/icons'
import {CodeIcon} from 'components/icons'

Code Llamaは、Meta社からリリースされた大規模言語モデル(LLM)ファミリーで、テキストプロンプトを受け取りコードを生成したり、コードについて議論する能力があります。このリリースには2つのバリエーション(Code Llama Python と Code Llama Instruct) と異なるサイズ(7B,13B,34B,,70B)のモデルがあります。
Code Llamaは、Meta社からリリースされた大規模言語モデル(LLM)ファミリーで、テキストプロンプトを受け取りコードを生成したり、コードについて議論する能力があります。このリリースには2つのバリエーション(Code Llama Python と Code Llama Instruct) と異なるサイズ(7B,13B,34B,70B)のモデルがあります。

このプロンプトガイドでは、Code Llamaの能力や、コードの補完やデバッグを達成するのに効果的なプロンプトについて調査します

Expand Down Expand Up @@ -515,4 +515,4 @@ Notebookの全文はこちらから:
- [together.ai Docs](https://docs.together.ai/docs/quickstart)
- [Code Llama - Instruct](https://about.fb.com/news/2023/08/code-llama-ai-for-coding/)
- [Code Llama: Open Foundation Models for Code](https://ai.meta.com/research/publications/code-llama-open-foundation-models-for-code/)
- [How to prompt Code Llama](https://ollama.ai/blog/how-to-prompt-code-llama)
- [How to prompt Code Llama](https://ollama.ai/blog/how-to-prompt-code-llama)