Text Generation
PEFT
Safetensors
English
qwen3_5_moe_text
lora
qwen3.6
roleplay
creative-writing
interactive-fiction
conversational
4-bit precision
bitsandbytes
Instructions to use Darksp33d/loreweaver-rp-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Darksp33d/loreweaver-rp-v1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Qwen3.6-35B-A3B_bnb_4bit_t") model = PeftModel.from_pretrained(base_model, "Darksp33d/loreweaver-rp-v1") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!