TheDrummer commited on
Commit
50f033d
1 Parent(s): 6e3aeaf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -27,4 +27,8 @@ This is a finetune of Nvidia's Llama 3.1 4B Minitron - a shrunk down model of Ll
27
 
28
  ### Links
29
  - Original: https://huggingface.co/TheDrummer/Hubble-4B-v1
30
- - GGUF: https://huggingface.co/TheDrummer/Hubble-4B-v1-GGUF
 
 
 
 
 
27
 
28
  ### Links
29
  - Original: https://huggingface.co/TheDrummer/Hubble-4B-v1
30
+ - GGUF: https://huggingface.co/TheDrummer/Hubble-4B-v1-GGUF
31
+
32
+ ### Technical Note
33
+
34
+ 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!