TheDrummer commited on
Commit
72d6b75
1 Parent(s): f7625f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -24,6 +24,7 @@ This is a finetune of Nvidia's Llama 3.1 4B Minitron - a shrunk down model of Ll
24
 
25
  ### Usage
26
  - ChatML or Text Completion
 
27
 
28
  ### Links
29
  - Original: https://huggingface.co/TheDrummer/Hubble-4B-v1
@@ -32,4 +33,4 @@ This is a finetune of Nvidia's Llama 3.1 4B Minitron - a shrunk down model of Ll
32
 
33
  ### Technical Note
34
 
35
- Hubble was trained on ChatML with `<|end_of_text|>` as the EOS token, and then swapped to `<|im_end|>` after training (refer to the past commits in `config.json` and `tokenizer_config.json`). If you encounter any issues with the model, please let me know!
 
24
 
25
  ### Usage
26
  - ChatML or Text Completion
27
+ - Add `<|im_end|>` as a stop token
28
 
29
  ### Links
30
  - Original: https://huggingface.co/TheDrummer/Hubble-4B-v1
 
33
 
34
  ### Technical Note
35
 
36
+ Hubble was trained on ChatML with `<|end_of_text|>` as the EOS token. If you encounter any issues with the model, please let me know!