kawagoshi-llm-team
commited on
Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
@@ -20,7 +20,10 @@
|
|
20 |
"pad_token_id": 0,
|
21 |
"pretraining_tp": 1,
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
-
"rope_scaling":
|
|
|
|
|
|
|
24 |
"rope_theta": 10000.0,
|
25 |
"tie_word_embeddings": false,
|
26 |
"torch_dtype": "bfloat16",
|
|
|
20 |
"pad_token_id": 0,
|
21 |
"pretraining_tp": 1,
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
+
"rope_scaling": {
|
24 |
+
"type" :"dynamic",
|
25 |
+
"factor": 4.0
|
26 |
+
},
|
27 |
"rope_theta": 10000.0,
|
28 |
"tie_word_embeddings": false,
|
29 |
"torch_dtype": "bfloat16",
|