caddiehealth
commited on
Commit
•
8165cdb
1
Parent(s):
dbab976
add support in config.json
Browse files- config.json +4 -2
config.json
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"StableLMEpochForCausalLM"
|
|
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_stablelm_epoch.StableLMEpochConfig",
|
7 |
-
"AutoModelForCausalLM": "modeling_stablelm_epoch.StableLMEpochForCausalLM"
|
|
|
8 |
},
|
9 |
"bos_token_id": 100257,
|
10 |
"eos_token_id": 100257,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"StableLMEpochForCausalLM",
|
4 |
+
"StableLMEpochForSequenceClassification"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
"AutoConfig": "configuration_stablelm_epoch.StableLMEpochConfig",
|
8 |
+
"AutoModelForCausalLM": "modeling_stablelm_epoch.StableLMEpochForCausalLM",
|
9 |
+
"AutoModelForSequenceClassification": "modeling_stablelm_epoch.StableLMEpochForSequenceClassification"
|
10 |
},
|
11 |
"bos_token_id": 100257,
|
12 |
"eos_token_id": 100257,
|