Walmart-the-bag commited on
Commit
6962f2c
1 Parent(s): 88980e0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -4,10 +4,10 @@
4
  "StableLMEpochForCausalLM"
5
  ],
6
  "auto_map": {
7
- "AutoConfig": "transformers_modules.stabilityai.stablelm-zephyr-3b.configuration_stablelm_epoch.StableLMEpochConfig",
8
- "AutoModel": "transformers_modules.stabilityai.stablelm-zephyr-3b.modeling_stablelm_epoch.StableLMEpochForCausalLM",
9
- "AutoModelForCausalLM": "transformers_modules.stabilityai.stablelm-zephyr-3b.modeling_stablelm_epoch.StableLMEpochForCausalLM"
10
- },
11
  "bos_token_id": 0,
12
  "eos_token_id": 0,
13
  "hidden_act": "silu",
 
4
  "StableLMEpochForCausalLM"
5
  ],
6
  "auto_map": {
7
+ "AutoConfig": "configuration_stablelm_epoch.StableLMEpochConfig",
8
+ "AutoModel": "modeling_stablelm_epoch.StableLMEpochForCausalLM",
9
+ "AutoModelForCausalLM": "modeling_stablelm_epoch.StableLMEpochForCausalLM"
10
+ }
11
  "bos_token_id": 0,
12
  "eos_token_id": 0,
13
  "hidden_act": "silu",