Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,9 @@ pinned: false
|
|
| 9 |
|
| 10 |
# 🦙 Code Llama
|
| 11 |
|
| 12 |
-
This
|
|
|
|
|
|
|
| 13 |
Code Llama is a code-specialized version of Llama 2 that was created by further training Llama 2 on its code-specific datasets, sampling more data from that same dataset for longer.
|
| 14 |
Essentially, Code Llama features enhanced coding capabilities.
|
| 15 |
It can generate code and natural language about code, from both code and natural language prompts (e.g., “Write me a function that outputs the fibonacci sequence”).
|
|
|
|
| 9 |
|
| 10 |
# 🦙 Code Llama
|
| 11 |
|
| 12 |
+
This is an unofficial organization for the Code Llama models in the Hugging Face Transformers format. For the official repositories, please visit [Meta Llama organization](https://huggingface.co/meta-llama).
|
| 13 |
+
|
| 14 |
+
|
| 15 |
Code Llama is a code-specialized version of Llama 2 that was created by further training Llama 2 on its code-specific datasets, sampling more data from that same dataset for longer.
|
| 16 |
Essentially, Code Llama features enhanced coding capabilities.
|
| 17 |
It can generate code and natural language about code, from both code and natural language prompts (e.g., “Write me a function that outputs the fibonacci sequence”).
|