How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="MiCkSoftware/laria-rp-0.3")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("MiCkSoftware/laria-rp-0.3", device_map="auto")
Quick Links

Laria role-play 0.3

ONNX exports for Laria local inference.

Repository layout:

  • onnx/: plain Q4 ONNX package with tokenizer/config files
  • genai/: optional ORT GenAI package with tokenizer/config files

Base model: Qwen/Qwen3-1.7B Adapter source: local LARIA roleplay LoRA experiment

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support