Update config.json

#15
by Akshay47 - opened
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -3,6 +3,9 @@
3
  "MistralForCausalLM"
4
  ],
5
  "attention_dropout": 0.0,
 
 
 
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
8
  "head_dim": 128,
 
3
  "MistralForCausalLM"
4
  ],
5
  "attention_dropout": 0.0,
6
+ "auto_map": {
7
+ "AutoModelForCausalLM": "transformers.MistralForCausalLM"
8
+ },
9
  "bos_token_id": 1,
10
  "eos_token_id": 2,
11
  "head_dim": 128,