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
File size: 133 Bytes
0e958e3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5f9e4d4901a92b997e463c1f46055088b6cca5ca61a6522d1b9f64c4bb81cb42
size 12807982
|