PEFT
Safetensors
GGUF
Chinese
lora
qwen
chinese
fiction
crime-fiction
suspense
creative-writing
local-llm
long-form-writing
pov
llama-cpp
Instructions to use yuxinlu1/qwen3-6-27b-chinese-crime-fiction-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-crime-fiction-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-crime-fiction-lora-v2") - Notebooks
- Google Colab
- Kaggle
File size: 24 Bytes
6f68a2f | 1 2 3 4 | ---
license: mit
---
|