Walmart-the-bag
commited on
Commit
•
6962f2c
1
Parent(s):
88980e0
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -4,10 +4,10 @@
|
|
4 |
"StableLMEpochForCausalLM"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
-
"AutoConfig": "
|
8 |
-
"AutoModel": "
|
9 |
-
"AutoModelForCausalLM": "
|
10 |
-
}
|
11 |
"bos_token_id": 0,
|
12 |
"eos_token_id": 0,
|
13 |
"hidden_act": "silu",
|
|
|
4 |
"StableLMEpochForCausalLM"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_stablelm_epoch.StableLMEpochConfig",
|
8 |
+
"AutoModel": "modeling_stablelm_epoch.StableLMEpochForCausalLM",
|
9 |
+
"AutoModelForCausalLM": "modeling_stablelm_epoch.StableLMEpochForCausalLM"
|
10 |
+
}
|
11 |
"bos_token_id": 0,
|
12 |
"eos_token_id": 0,
|
13 |
"hidden_act": "silu",
|