Walmart-the-bag
commited on
Commit
·
8c53849
1
Parent(s):
6e5f9d2
Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
@@ -3,6 +3,11 @@
|
|
3 |
"architectures": [
|
4 |
"StableLMEpochForCausalLM"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
6 |
"bos_token_id": 0,
|
7 |
"eos_token_id": 0,
|
8 |
"hidden_act": "silu",
|
|
|
3 |
"architectures": [
|
4 |
"StableLMEpochForCausalLM"
|
5 |
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_stablelm_epoch.StableLMEpochConfig",
|
8 |
+
"AutoModel": "modeling_stablelm_epoch.StableLMEpochForCausalLM",
|
9 |
+
"AutoModelForCausalLM": "stabilityai/stablelm-zephyr-3b--modeling_stablelm_epoch.StableLMEpochForCausalLM"
|
10 |
+
},
|
11 |
"bos_token_id": 0,
|
12 |
"eos_token_id": 0,
|
13 |
"hidden_act": "silu",
|