Walmart-the-bag
commited on
Commit
•
88980e0
1
Parent(s):
17c666c
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
"StableLMEpochForCausalLM"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
-
"AutoConfig": "stabilityai.
|
8 |
-
"AutoModel": "stabilityai.
|
9 |
-
"AutoModelForCausalLM": "stabilityai
|
10 |
},
|
11 |
"bos_token_id": 0,
|
12 |
"eos_token_id": 0,
|
|
|
4 |
"StableLMEpochForCausalLM"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
+
"AutoConfig": "transformers_modules.stabilityai.stablelm-zephyr-3b.configuration_stablelm_epoch.StableLMEpochConfig",
|
8 |
+
"AutoModel": "transformers_modules.stabilityai.stablelm-zephyr-3b.modeling_stablelm_epoch.StableLMEpochForCausalLM",
|
9 |
+
"AutoModelForCausalLM": "transformers_modules.stabilityai.stablelm-zephyr-3b.modeling_stablelm_epoch.StableLMEpochForCausalLM"
|
10 |
},
|
11 |
"bos_token_id": 0,
|
12 |
"eos_token_id": 0,
|