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

base_model = AutoModelForCausalLM.from_pretrained("amd/Instella-3B-Instruct")
model = PeftModel.from_pretrained(base_model, "vpakarinen/amd-instella-3b-lora-uncensored")

Fine-tuned version of amd/Instella-3B-Instruct on the ICEPVP8977/Uncensored_Small_Test_Time_Compute dataset.

This LoRA will fully uncensor the Instella-3B-Instruct, use alpaca instruction template.

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

Model tree for vpakarinen/amd-instella-3b-lora-uncensored

Adapter
(1)
this model

Dataset used to train vpakarinen/amd-instella-3b-lora-uncensored

Collection including vpakarinen/amd-instella-3b-lora-uncensored