Updating config.json to correctly match stability AI api
#2
by
sanketpurandare
- opened
- 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,
|