Text Generation
PEFT
Safetensors
GGUF
English
Thai
lora
qwen3.5-moe
qwen3.6
reasoning
kimi-k2.6
claude-opus
distillation
weight-diff
svd
Instructions to use hotdogs/qwen3.6-35b-opus-to-kimi-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hotdogs/qwen3.6-35b-opus-to-kimi-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("lordx64/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled") model = PeftModel.from_pretrained(base_model, "hotdogs/qwen3.6-35b-opus-to-kimi-lora") - Notebooks
- Google Colab
- Kaggle
| \BOOKMARK [1][-]{.1}{\376\377\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n}{}% 1 | |
| \BOOKMARK [1][-]{.2}{\376\377\000M\000e\000t\000h\000o\000d}{}% 2 | |
| \BOOKMARK [2][-]{subsection.2.1}{\376\377\000W\000e\000i\000g\000h\000t\000-\000D\000i\000f\000f\000\040\000E\000x\000t\000r\000a\000c\000t\000i\000o\000n}{.2}% 3 | |
| \BOOKMARK [2][-]{subsection.2.2}{\376\377\000T\000r\000u\000n\000c\000a\000t\000e\000d\000\040\000S\000V\000D\000\040\000C\000o\000m\000p\000r\000e\000s\000s\000i\000o\000n}{.2}% 4 | |
| \BOOKMARK [2][-]{subsection.2.3}{\376\377\000T\000e\000n\000s\000o\000r\000-\000b\000y\000-\000T\000e\000n\000s\000o\000r\000\040\000P\000r\000o\000c\000e\000s\000s\000i\000n\000g}{.2}% 5 | |
| \BOOKMARK [2][-]{subsection.2.4}{\376\377\000T\000a\000r\000g\000e\000t\000\040\000M\000o\000d\000u\000l\000e\000\040\000S\000e\000l\000e\000c\000t\000i\000o\000n}{.2}% 6 | |
| \BOOKMARK [2][-]{subsection.2.5}{\376\377\000C\000o\000m\000p\000u\000t\000a\000t\000i\000o\000n\000a\000l\000\040\000C\000o\000m\000p\000l\000e\000x\000i\000t\000y}{.2}% 7 | |
| \BOOKMARK [1][-]{.3}{\376\377\000E\000x\000p\000e\000r\000i\000m\000e\000n\000t\000s}{}% 8 | |
| \BOOKMARK [2][-]{subsection.3.1}{\376\377\000S\000e\000t\000u\000p}{.3}% 9 | |
| \BOOKMARK [2][-]{subsection.3.2}{\376\377\000D\000e\000l\000t\000a\000\040\000M\000a\000g\000n\000i\000t\000u\000d\000e\000\040\000A\000n\000a\000l\000y\000s\000i\000s}{.3}% 10 | |
| \BOOKMARK [2][-]{subsection.3.3}{\376\377\000R\000a\000n\000k\000\040\000S\000e\000l\000e\000c\000t\000i\000o\000n}{.3}% 11 | |
| \BOOKMARK [2][-]{subsection.3.4}{\376\377\000P\000i\000p\000e\000l\000i\000n\000e\000\040\000A\000r\000c\000h\000i\000t\000e\000c\000t\000u\000r\000e}{.3}% 12 | |
| \BOOKMARK [2][-]{subsection.3.5}{\376\377\000L\000a\000y\000e\000r\000-\000w\000i\000s\000e\000\040\000A\000n\000a\000l\000y\000s\000i\000s}{.3}% 13 | |
| \BOOKMARK [1][-]{.4}{\376\377\000R\000e\000s\000u\000l\000t\000s}{}% 14 | |
| \BOOKMARK [2][-]{subsection.4.1}{\376\377\000Q\000u\000a\000n\000t\000i\000t\000a\000t\000i\000v\000e\000\040\000R\000e\000s\000u\000l\000t\000s}{.4}% 15 | |
| \BOOKMARK [2][-]{subsection.4.2}{\376\377\000C\000o\000m\000p\000r\000e\000s\000s\000i\000o\000n\000\040\000E\000f\000f\000i\000c\000i\000e\000n\000c\000y}{.4}% 16 | |
| \BOOKMARK [2][-]{subsection.4.3}{\376\377\000Q\000u\000a\000l\000i\000t\000a\000t\000i\000v\000e\000\040\000R\000e\000s\000u\000l\000t\000s}{.4}% 17 | |
| \BOOKMARK [1][-]{.5}{\376\377\000D\000i\000s\000c\000u\000s\000s\000i\000o\000n}{}% 18 | |
| \BOOKMARK [2][-]{subsection.5.1}{\376\377\000W\000h\000y\000\040\000T\000h\000i\000s\000\040\000W\000o\000r\000k\000s}{.5}% 19 | |
| \BOOKMARK [2][-]{subsection.5.2}{\376\377\000L\000i\000m\000i\000t\000a\000t\000i\000o\000n\000s}{.5}% 20 | |
| \BOOKMARK [2][-]{subsection.5.3}{\376\377\000F\000u\000t\000u\000r\000e\000\040\000W\000o\000r\000k}{.5}% 21 | |
| \BOOKMARK [1][-]{.6}{\376\377\000C\000o\000n\000c\000l\000u\000s\000i\000o\000n}{}% 22 | |