Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ It's so funny that the huggingface hub lets you do this
|
|
12 |
| model | parameters | embedding dimensions |
|
13 |
| --- | --- | --- |
|
14 |
| meta-llama/Llama-2-70b-hf | 70b | 8192 |
|
15 |
-
| crumb/gent-openhermes-augmented | 1* |
|
16 |
|
17 |
the huggingface pretrained model saving api requires at least one parameter, which is set to "1" in this model. also multiprocessing is suuuper weird so make sure you dont have the variables "p" or "calculate_ncd_row" in your code anywhere..
|
18 |
|
|
|
12 |
| model | parameters | embedding dimensions |
|
13 |
| --- | --- | --- |
|
14 |
| meta-llama/Llama-2-70b-hf | 70b | 8192 |
|
15 |
+
| crumb/gent-openhermes-augmented | 1* | 242,831 |
|
16 |
|
17 |
the huggingface pretrained model saving api requires at least one parameter, which is set to "1" in this model. also multiprocessing is suuuper weird so make sure you dont have the variables "p" or "calculate_ncd_row" in your code anywhere..
|
18 |
|