Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -16,6 +16,10 @@
|
|
| 16 |
"num_hidden_layers": 40,
|
| 17 |
"pad_token_id": 0,
|
| 18 |
"rms_norm_eps": 1e-06,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
"tie_word_embeddings": false,
|
| 20 |
"torch_dtype": "float16",
|
| 21 |
"transformers_version": "4.28.1",
|
|
|
|
| 16 |
"num_hidden_layers": 40,
|
| 17 |
"pad_token_id": 0,
|
| 18 |
"rms_norm_eps": 1e-06,
|
| 19 |
+
"rope_scaling": {
|
| 20 |
+
"factor": 8.0,
|
| 21 |
+
"type": "linear"
|
| 22 |
+
},
|
| 23 |
"tie_word_embeddings": false,
|
| 24 |
"torch_dtype": "float16",
|
| 25 |
"transformers_version": "4.28.1",
|