Commit
•
ce2d6af
1
Parent(s):
56e222e
Updating config.json to correctly match stability AI api (#2)
Browse files- Updating config.json to correctly match stability AI api (884ba4eb3c4ceef747ff3336c59e1e114ff718c0)
Co-authored-by: Sanket Jayant Purandare <[email protected]>
- config.json +2 -2
config.json
CHANGED
@@ -5,8 +5,8 @@
|
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"auto_map": {
|
8 |
-
"AutoConfig": "stabilityai/stablelm-2-zephyr-1_6b--
|
9 |
-
"AutoModelForCausalLM": "stabilityai/stablelm-2-zephyr-1_6b--
|
10 |
},
|
11 |
"bos_token_id": 100257,
|
12 |
"eos_token_id": 100257,
|
|
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"auto_map": {
|
8 |
+
"AutoConfig": "stabilityai/stablelm-2-zephyr-1_6b--configuration_stablelm.StableLmConfig",
|
9 |
+
"AutoModelForCausalLM": "stabilityai/stablelm-2-zephyr-1_6b--modeling_stablelm.StableLmForCausalLM"
|
10 |
},
|
11 |
"bos_token_id": 100257,
|
12 |
"eos_token_id": 100257,
|