Instructions to use redityaa/Qwen3-8B-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use redityaa/Qwen3-8B-v1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("redityaa/Qwen3-8B-v1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 401 Bytes
704fb60 349bfb7 704fb60 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": false,
"local_files_only": false,
"model_max_length": 32768,
"pad_token": "<|im_end|>",
"padding_side": "right",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}
|