Attempt to include `<step>` as a terminator

#20
by pcuenq HF staff - opened
Files changed (1) hide show
  1. README.md +3 -0
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.