Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
"rope_theta": 10000.0,
|
| 23 |
"tie_weights": true,
|
| 24 |
"transformers_version": "4.57.3",
|
| 25 |
-
"vocab_size": 1682
|
| 26 |
"auto_map": {
|
| 27 |
"AutoConfig": "model.ChessConfig",
|
| 28 |
"AutoModelForCausalLM": "model.ChessForCausalLM"
|
|
|
|
| 22 |
"rope_theta": 10000.0,
|
| 23 |
"tie_weights": true,
|
| 24 |
"transformers_version": "4.57.3",
|
| 25 |
+
"vocab_size": 1682,
|
| 26 |
"auto_map": {
|
| 27 |
"AutoConfig": "model.ChessConfig",
|
| 28 |
"AutoModelForCausalLM": "model.ChessForCausalLM"
|