abhinavkulkarni
commited on
Commit
•
929cc1f
1
Parent(s):
3e220b6
Upload config
Browse files- config.json +2 -1
config.json
CHANGED
@@ -18,9 +18,10 @@
|
|
18 |
"pretraining_tp": 1,
|
19 |
"rms_norm_eps": 1e-06,
|
20 |
"rope_scaling": null,
|
|
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "float16",
|
23 |
-
"transformers_version": "4.
|
24 |
"use_cache": true,
|
25 |
"vocab_size": 32000
|
26 |
}
|
|
|
18 |
"pretraining_tp": 1,
|
19 |
"rms_norm_eps": 1e-06,
|
20 |
"rope_scaling": null,
|
21 |
+
"rope_theta": 10000.0,
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "float16",
|
24 |
+
"transformers_version": "4.33.1",
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 32000
|
27 |
}
|