Text Generation
PEFT
Safetensors
Chinese
lora
translation
classical-chinese
modern-chinese
conversational
Instructions to use emiya111/EmiyaMind-Qwen3-1.7B-Wenyan-Full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use emiya111/EmiyaMind-Qwen3-1.7B-Wenyan-Full with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-1.7B") model = PeftModel.from_pretrained(base_model, "emiya111/EmiyaMind-Qwen3-1.7B-Wenyan-Full") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ba79d9f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:19f78f168a3f925bab2ca775c51069f647d28107ba65e71e379a38bde5c1e56b
size 69782384
|