Instructions to use SykoSLM/SykoLLM-V3.5-Beta-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use SykoSLM/SykoLLM-V3.5-Beta-Instruct with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("SykoSLM/SykoLLM-V3.5-Beta-Instruct", set_active=True) - Notebooks
- Google Colab
- Kaggle
File size: 195 Bytes
9d2138c | 1 2 3 4 5 6 7 8 9 10 | {
"_from_model_config": true,
"bos_token_id": 0,
"eos_token_id": 0,
"output_attentions": false,
"output_hidden_states": false,
"transformers_version": "5.1.0",
"use_cache": false
}
|