Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ license_name: microsoft
|
|
4 |
license_link: https://huggingface.co/microsoft/Orca-2-13b/blob/main/LICENSE
|
5 |
---
|
6 |
|
7 |
-
|
8 |
3 last tokens are ChatML tokens and a PAD token. This causes errors during a merge with models with standard 32000 vocabulary size.
|
9 |
|
10 |
I've removed those tokens from volabulary and resized model embeddings to mach 32000 standard size. So this model is ready to be used
|
|
|
4 |
license_link: https://huggingface.co/microsoft/Orca-2-13b/blob/main/LICENSE
|
5 |
---
|
6 |
|
7 |
+
Lots of good models use Orca for their merges, however vanilla Orca has vocabulary size of 32003,
|
8 |
3 last tokens are ChatML tokens and a PAD token. This causes errors during a merge with models with standard 32000 vocabulary size.
|
9 |
|
10 |
I've removed those tokens from volabulary and resized model embeddings to mach 32000 standard size. So this model is ready to be used
|