Text Generation
PEFT
Safetensors
GGUF
Chinese
lora
chinese
folk-horror
qwen3
qwen3.6
creative-writing
conversational
Instructions to use yuxinlu1/qwen3-6-27b-chinese-folk-horror-lora-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yuxinlu1/qwen3-6-27b-chinese-folk-horror-lora-v2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("C:\\AI\\models\\Qwen3.6-27B-HF") model = PeftModel.from_pretrained(base_model, "yuxinlu1/qwen3-6-27b-chinese-folk-horror-lora-v2") - Notebooks
- Google Colab
- Kaggle
系列lora没有后续计划了吗?
1
#1 opened 3 months ago
by
6san