Nestor02 commited on
Commit
93ad746
·
verified ·
1 Parent(s): c5ffbb4

Update config.json

Browse files
Files changed (1) hide show
  1. 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
  }