Instructions to use SykoSLM/SykoLLM-V6.9-SFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SykoSLM/SykoLLM-V6.9-SFT with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 237 Bytes
42ea7f8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"_from_model_config": true,
"bos_token_id": 50000,
"eos_token_id": [
3,
0
],
"output_attentions": false,
"output_hidden_states": false,
"pad_token_id": 3,
"transformers_version": "5.0.0",
"use_cache": false
}
|