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="solidrust/NaruMOE-3x7B-v2-AWQ")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("solidrust/NaruMOE-3x7B-v2-AWQ")
model = AutoModelForCausalLM.from_pretrained("solidrust/NaruMOE-3x7B-v2-AWQ", device_map="auto")
Quick Links

Alsebay/NaruMOE-3x7B-v2 AWQ

Model Summary

A MoE model for Roleplaying. Since 7B model is small enough, we can combine them to a bigger model (Which CAN be smarter).

Adapte (some limited) TSF (Trans Sexual Fiction) content because I have include my pre-train model in.

Worse than V1 in logic, but better in expression.

Downloads last month
10
Safetensors
Model size
19B params
Tensor type
I32
·
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including solidrust/NaruMOE-3x7B-v2-AWQ