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, "raaec/llama3.1-8b-instruct-transcript-summarizer")

Fine tuned llama3.1 8b instruct model to provide a short summary and a mini summary. Separated by (---).

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

Model tree for raaec/llama3.1-8b-instruct-transcript-summarizer

Adapter
(2314)
this model