RonanMcGovern commited on
Commit
a7999ab
1 Parent(s): 4ad69ba

add note on eos

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ f"[INST] {prompt} [INST]"
19
  ```
20
  just like Llama 2 base models.
21
 
22
- Note that this model has trouble being succinct and does not emit the end of sequence (< /s >) token well.
23
 
24
  The model was fine tuned using an adapted filtered Openassistant dataset [here](https://huggingface.co/datasets/Trelis/openassistant-llama-style).
25
 
 
19
  ```
20
  just like Llama 2 base models.
21
 
22
+ Note that this model does not emit the end of sequence (< /s >) token well. I am working to update the fine-tuning to improve this.
23
 
24
  The model was fine tuned using an adapted filtered Openassistant dataset [here](https://huggingface.co/datasets/Trelis/openassistant-llama-style).
25