Instructions to use zerostratos/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use zerostratos/test with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("zerostratos/test", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update generation_config.json
Browse files- generation_config.json +2 -1
generation_config.json
CHANGED
|
@@ -3,5 +3,6 @@
|
|
| 3 |
"bos_token_id": 1,
|
| 4 |
"eos_token_id": 2,
|
| 5 |
"transformers_version": "4.45.1",
|
| 6 |
-
"use_cache": false
|
|
|
|
| 7 |
}
|
|
|
|
| 3 |
"bos_token_id": 1,
|
| 4 |
"eos_token_id": 2,
|
| 5 |
"transformers_version": "4.45.1",
|
| 6 |
+
"use_cache": false,
|
| 7 |
+
"model_type": "mistral"
|
| 8 |
}
|