Sammy972 commited on
Commit
ef90060
·
verified ·
1 Parent(s): 95cc984

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -3
config.json CHANGED
@@ -1,8 +1,10 @@
1
  {
2
  "_name_or_path": "output/final_model",
3
- "architectures": [
4
- "ChessForCausalLM"
5
- ],
 
 
6
  "bos_token_id": 1,
7
  "dropout": 0.1,
8
  "eos_token_id": 2,
 
1
  {
2
  "_name_or_path": "output/final_model",
3
+ "architectures": ["ChessForCausalLM"],
4
+ "auto_map": {
5
+ "AutoConfig": "model.ChessConfig",
6
+ "AutoModelForCausalLM": "model.ChessForCausalLM"
7
+ },
8
  "bos_token_id": 1,
9
  "dropout": 0.1,
10
  "eos_token_id": 2,