Commit
·
f3eedfc
1
Parent(s):
79c1d04
Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
| 17 |
"pad_token_id": 0,
|
| 18 |
"pretraining_tp": 1,
|
| 19 |
"rms_norm_eps": 1e-05,
|
| 20 |
-
"rope_scaling":
|
|
|
|
|
|
|
|
|
|
| 21 |
"rope_theta": 1000000,
|
| 22 |
"tie_word_embeddings": false,
|
| 23 |
"torch_dtype": "float16",
|
|
|
|
| 17 |
"pad_token_id": 0,
|
| 18 |
"pretraining_tp": 1,
|
| 19 |
"rms_norm_eps": 1e-05,
|
| 20 |
+
"rope_scaling": {
|
| 21 |
+
"type": "linear",
|
| 22 |
+
"factor": 4.0
|
| 23 |
+
},
|
| 24 |
"rope_theta": 1000000,
|
| 25 |
"tie_word_embeddings": false,
|
| 26 |
"torch_dtype": "float16",
|