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
Add YAML front matter for HF metadata indexing
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 📚 Qwen3.6-27B Chinese Folk Horror LoRA — v2
|
| 2 |
|
| 3 |
A LoRA adapter that guides Qwen3.6-27B toward Chinese folk-horror prose (民俗志怪) — a rural supernatural fiction tradition rooted in village life, ancestral memory, and folk belief.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3.6-27B
|
| 3 |
+
library_name: peft
|
| 4 |
+
license: mit
|
| 5 |
+
language:
|
| 6 |
+
- zh
|
| 7 |
+
pipeline_tag: text-generation
|
| 8 |
+
tags:
|
| 9 |
+
- lora
|
| 10 |
+
- peft
|
| 11 |
+
- chinese
|
| 12 |
+
- folk-horror
|
| 13 |
+
- qwen3
|
| 14 |
+
- qwen3.6
|
| 15 |
+
- text-generation
|
| 16 |
+
- creative-writing
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
# 📚 Qwen3.6-27B Chinese Folk Horror LoRA — v2
|
| 20 |
|
| 21 |
A LoRA adapter that guides Qwen3.6-27B toward Chinese folk-horror prose (民俗志怪) — a rural supernatural fiction tradition rooted in village life, ancestral memory, and folk belief.
|