doberst commited on
Commit
a9cfaae
1 Parent(s): 9846b2f

Upload config.json

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