crumb commited on
Commit
82f052d
·
1 Parent(s): 48ecea4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -2,6 +2,10 @@
2
  "architectures": [
3
  "SwitchLlamaForCausalLM"
4
  ],
 
 
 
 
5
  "bos_token_id": 1,
6
  "dropout_rate": 0.01,
7
  "eos_token_id": 2,
 
2
  "architectures": [
3
  "SwitchLlamaForCausalLM"
4
  ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_switchllama.SwitchLlamaConfig",
7
+ "AutoModelForCausalLM": "modeling_switchllama.SwitchLlamaForCausalLM"
8
+ },
9
  "bos_token_id": 1,
10
  "dropout_rate": 0.01,
11
  "eos_token_id": 2,