doberst commited on
Commit
df6867e
·
1 Parent(s): 9953ea2

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -2
config.json CHANGED
@@ -1,7 +1,13 @@
1
  {
2
  "architectures": [
3
- "LlamaForCausalLM"
4
  ],
 
 
 
 
 
 
5
  "bos_token_id": 0,
6
  "eos_token_id": 0,
7
  "hidden_act": "silu",
@@ -9,7 +15,7 @@
9
  "initializer_range": 0.02,
10
  "intermediate_size": 6912,
11
  "max_position_embeddings": 4096,
12
- "model_type": "llama",
13
  "norm_eps": 1e-05,
14
  "num_attention_heads": 32,
15
  "num_heads": 32,
 
1
  {
2
  "architectures": [
3
+ "StableLMEpochForCausalLM"
4
  ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_stablelm_epoch.StableLMEpochConfig",
7
+ "AutoModelForCausalLM": "modeling_stablelm_epoch.StableLMEpochForCausalLM",
8
+ "AutoModel": "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",
 
15
  "initializer_range": 0.02,
16
  "intermediate_size": 6912,
17
  "max_position_embeddings": 4096,
18
+ "model_type": "stablelm_epoch",
19
  "norm_eps": 1e-05,
20
  "num_attention_heads": 32,
21
  "num_heads": 32,