Text Generation
PEFT
Safetensors
GGUF
English
Chinese
lora
svd
weight-diff
qwen3.5
qwen3.6
uncensored
abliterated
conversational
Instructions to use hotdogs/Qwen3.6_thinkingcap_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hotdogs/Qwen3.6_thinkingcap_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.6-27B") model = PeftModel.from_pretrained(base_model, "hotdogs/Qwen3.6_thinkingcap_lora") - Notebooks
- Google Colab
- Kaggle