LeroyDyer commited on
Commit
e0b0495
1 Parent(s): e447d38

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -4,6 +4,10 @@
4
  "MistralForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
 
 
 
 
7
  "bos_token_id": 1,
8
  "eos_token_id": 2,
9
  "hidden_act": "silu",
 
4
  "MistralForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "LeroyDyer/Mixtral_AI_128k_Base--configuration_mistral.MistralConfig",
9
+ "AutoModelForCausalLM": "LeroyDyer/Mixtral_AI_128k_Base--modeling_mistral_yarn.MistralForCausalLM"
10
+ },
11
  "bos_token_id": 1,
12
  "eos_token_id": 2,
13
  "hidden_act": "silu",