Commit
•
6b762a8
1
Parent(s):
5f7c116
Add example (#16)
Browse files- Add example (08ba78483c5d98b72d7ca5944535a6de3a738912)
Co-authored-by: Omar Sanseviero <[email protected]>
README.md
CHANGED
@@ -5,6 +5,17 @@ pipeline_tag: text-generation
|
|
5 |
tags:
|
6 |
- llama-2
|
7 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
# **Code Llama**
|
10 |
Code Llama is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 70B instruct-tuned version in the Hugging Face Transformers format. This model is designed for general code synthesis and understanding. Links to other models can be found in the index at the bottom.
|
|
|
5 |
tags:
|
6 |
- llama-2
|
7 |
license: llama2
|
8 |
+
widget:
|
9 |
+
- text: |
|
10 |
+
<s>Source: system
|
11 |
+
|
12 |
+
You are a helpful and honest code assistant <step> Source: user
|
13 |
+
|
14 |
+
Print a hello world in Python <step> Source: assistant
|
15 |
+
Destination: user
|
16 |
+
inference:
|
17 |
+
parameters:
|
18 |
+
max_new_tokens: 200
|
19 |
---
|
20 |
# **Code Llama**
|
21 |
Code Llama is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 70B instruct-tuned version in the Hugging Face Transformers format. This model is designed for general code synthesis and understanding. Links to other models can be found in the index at the bottom.
|