Update config.json
Browse files- config.json +9 -2
config.json
CHANGED
|
@@ -64,8 +64,15 @@
|
|
| 64 |
"num_local_heads": 16,
|
| 65 |
"pad_token_id": 0,
|
| 66 |
"rms_norm_eps": 1e-06,
|
| 67 |
-
"rope_scaling":
|
| 68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
"sliding_window": 4096,
|
| 70 |
"subword_vocab_size": 100278,
|
| 71 |
"tie_word_embeddings": false,
|
|
|
|
| 64 |
"num_local_heads": 16,
|
| 65 |
"pad_token_id": 0,
|
| 66 |
"rms_norm_eps": 1e-06,
|
| 67 |
+
"rope_scaling": {
|
| 68 |
+
"attention_factor": 1.2079441541679836,
|
| 69 |
+
"beta_fast": 32,
|
| 70 |
+
"beta_slow": 1,
|
| 71 |
+
"factor": 8.0,
|
| 72 |
+
"original_max_position_embeddings": 8192,
|
| 73 |
+
"rope_type": "yarn"
|
| 74 |
+
},
|
| 75 |
+
"rope_theta": 500000,
|
| 76 |
"sliding_window": 4096,
|
| 77 |
"subword_vocab_size": 100278,
|
| 78 |
"tie_word_embeddings": false,
|