LeroyDyer commited on
Commit
27eb92c
1 Parent(s): 7804006

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -3,8 +3,8 @@
3
  "MistralForCausalLM"
4
  ],
5
  "auto_map": {
6
- "AutoConfig": "configuration_mistral.mistralConfig",
7
- "AutoModel": "modeling_mistral.mistralModel"
8
  },
9
  "bos_token_id": 1,
10
  "eos_token_id": 2,
 
3
  "MistralForCausalLM"
4
  ],
5
  "auto_map": {
6
+ "AutoConfig": "configuration_mistral.MistralConfig",
7
+ "AutoModel": "modeling_mistral.MistralModel"
8
  },
9
  "bos_token_id": 1,
10
  "eos_token_id": 2,