Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -23,4 +23,8 @@
|
|
| 23 |
"tie_weights": true,
|
| 24 |
"transformers_version": "4.57.3",
|
| 25 |
"vocab_size": 1682
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
}
|
|
|
|
| 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"
|
| 29 |
+
}
|
| 30 |
}
|