Updating config.json to correctly match stability AI api

#2
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -5,8 +5,8 @@
5
  ],
6
  "attention_dropout": 0.0,
7
  "auto_map": {
8
- "AutoConfig": "stabilityai/stablelm-2-zephyr-1_6b--configuration_stablelm_epoch.StableLMEpochConfig",
9
- "AutoModelForCausalLM": "stabilityai/stablelm-2-zephyr-1_6b--modeling_stablelm_epoch.StableLMEpochForCausalLM"
10
  },
11
  "bos_token_id": 100257,
12
  "eos_token_id": 100257,
 
5
  ],
6
  "attention_dropout": 0.0,
7
  "auto_map": {
8
+ "AutoConfig": "stabilityai/stablelm-2-zephyr-1_6b--configuration_stablelm.StableLmConfig",
9
+ "AutoModelForCausalLM": "stabilityai/stablelm-2-zephyr-1_6b--modeling_stablelm.StableLmForCausalLM"
10
  },
11
  "bos_token_id": 100257,
12
  "eos_token_id": 100257,