Upload config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
"AutoConfig": "configuration_stablelm_epoch.StableLMEpochConfig",
|
7 |
"AutoModelForCausalLM": "modeling_stablelm_epoch.StableLMEpochForCausalLM"
|
8 |
},
|
|
|
9 |
"bos_token_id": 0,
|
10 |
"eos_token_id": 0,
|
11 |
"hidden_act": "silu",
|
|
|
6 |
"AutoConfig": "configuration_stablelm_epoch.StableLMEpochConfig",
|
7 |
"AutoModelForCausalLM": "modeling_stablelm_epoch.StableLMEpochForCausalLM"
|
8 |
},
|
9 |
+
"_name_or_path": "stabilityai/stablelm-3b-4e1t",
|
10 |
"bos_token_id": 0,
|
11 |
"eos_token_id": 0,
|
12 |
"hidden_act": "silu",
|