Update README.md
Browse files
README.md
CHANGED
|
@@ -25,5 +25,4 @@ I have added the jinja from Llama 3.2 3B, added all template tokens to the vocab
|
|
| 25 |
|
| 26 |
This is a base pretrain, ready for instruct training.
|
| 27 |
|
| 28 |
-
** Special Note:
|
| 29 |
-
Due to the custom vocabulary, the tokenizer will not be recognized by llama.cpp, you will have to add its checksum to convert_hf_to_gguf.py before converting any derivatives to gguf.
|
|
|
|
| 25 |
|
| 26 |
This is a base pretrain, ready for instruct training.
|
| 27 |
|
| 28 |
+
** Special Note: Due to the custom vocabulary, the tokenizer will not be recognized by llama.cpp, you will have to add its checksum to convert_hf_to_gguf.py before converting any derivatives to gguf.
|
|
|