Commit
•
53b8bb5
1
Parent(s):
c9f6cf9
Attempt to include `<step>` as a terminator (#20)
Browse files- Attempt to include `<step>` as a terminator (3580b44354453b3e1df340262404ebadb3b1d441)
Co-authored-by: Pedro Cuenca <[email protected]>
README.md
CHANGED
@@ -16,6 +16,9 @@ widget:
|
|
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.
|
|
|
16 |
inference:
|
17 |
parameters:
|
18 |
max_new_tokens: 200
|
19 |
+
stop:
|
20 |
+
- </s>
|
21 |
+
- <step>
|
22 |
---
|
23 |
# **Code Llama**
|
24 |
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.
|