ICEPVP8977/Uncensored_Small_Reasoning
Viewer • Updated • 4.54k • 30 • 7
How to use vpakarinen/dolphin-llama-3b-lora-uncensored with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("cognitivecomputations/Dolphin3.0-Llama3.2-3B")
model = PeftModel.from_pretrained(base_model, "vpakarinen/dolphin-llama-3b-lora-uncensored")Fine-tuned version of cognitivecomputations/Dolphin3.0-Llama3.2-3B on the ICEPVP8977/Uncensored_Small_Test_Time_Compute dataset.
This LoRA will fully uncensor the Dolphin3.0-Llama3.2-3B, use alpaca instruction template.