Instructions to use SykoSLM/SykoLLM-V4.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use SykoSLM/SykoLLM-V4.2 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("SykoSLM/SykoLLM-V4.2", set_active=True) - Notebooks
- Google Colab
- Kaggle
| { | |
| "backend": "tokenizers", | |
| "bos_token": "<|begin_of_text|>", | |
| "eos_token": "<|end_of_text|>", | |
| "is_local": true, | |
| "model_max_length": 1000000000000000019884624838656, | |
| "pad_token": "<|finetune_right_pad_id|>", | |
| "tokenizer_class": "TokenizersBackend", | |
| "unk_token": "<|reserved_special_token_0|>" | |
| } | |