Text Generation
PEFT
Safetensors
English
lora
opsd
self-distillation
unsupervised
math
reasoning
trl
conversational
Instructions to use u-opsd/qwen3-8b-thinking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use u-opsd/qwen3-8b-thinking with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-8B") model = PeftModel.from_pretrained(base_model, "u-opsd/qwen3-8b-thinking") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
a07dc7f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1d83f7ede562902073b07004e12405bad84d722028dc59388fbc8e7605a751fe
size 11422922
|