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

base_model = AutoModelForCausalLM.from_pretrained("../ckpts/Meta-Llama-3-8B-Instruct")
model = PeftModel.from_pretrained(base_model, "WHATX/30k-Llama3-8B-Instruct")

The best checkpoint is 220-epoch.

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

Model tree for WHATX/30k-Llama3-8B-Instruct

Adapter
(1205)
this model

Collection including WHATX/30k-Llama3-8B-Instruct