S
commited on
Upload 9 files
Browse files- config.json +7 -1
config.json
CHANGED
|
@@ -31,5 +31,11 @@
|
|
| 31 |
"transformers_version": "4.44.1",
|
| 32 |
"use_cache": true,
|
| 33 |
"use_sliding_window": false,
|
| 34 |
-
"vocab_size": 152064
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
}
|
|
|
|
| 31 |
"transformers_version": "4.44.1",
|
| 32 |
"use_cache": true,
|
| 33 |
"use_sliding_window": false,
|
| 34 |
+
"vocab_size": 152064,
|
| 35 |
+
"rope_scaling": {
|
| 36 |
+
"factor": 4.0,
|
| 37 |
+
"original_max_position_embeddings": 32768,
|
| 38 |
+
"type": "yarn"
|
| 39 |
+
}
|
| 40 |
+
}
|
| 41 |
}
|