perlthoughts
commited on
Commit
•
fcb5e88
1
Parent(s):
7a3b450
Update config.json
Browse files- config.json +7 -2
config.json
CHANGED
@@ -19,8 +19,13 @@
|
|
19 |
"pad_token_id": 2,
|
20 |
"pretraining_tp": 1,
|
21 |
"rms_norm_eps": 1e-05,
|
22 |
-
"rope_scaling":
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "float16",
|
26 |
"transformers_version": "4.37.0.dev0",
|
|
|
19 |
"pad_token_id": 2,
|
20 |
"pretraining_tp": 1,
|
21 |
"rms_norm_eps": 1e-05,
|
22 |
+
"rope_scaling": {
|
23 |
+
"factor": 16.0,
|
24 |
+
"finetuned": true,
|
25 |
+
"original_max_position_embeddings": 8192,
|
26 |
+
"type": "yarn"
|
27 |
+
},
|
28 |
+
"rope_theta": 10000.0,
|
29 |
"tie_word_embeddings": false,
|
30 |
"torch_dtype": "float16",
|
31 |
"transformers_version": "4.37.0.dev0",
|