How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct")
model = PeftModel.from_pretrained(base_model, "fumiama/ninus")

ninus

Prompt
我草

Model description

QQ群聊特化

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for fumiama/ninus