LoRA Adapter for Llama-3.1-8B-Instruct
SFT-trained LoRA adapter for MultiWOZ task-oriented dialogue.
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
from peft import PeftModel
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B-Instruct")
tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-3.1-8B-Instruct")
model = PeftModel.from_pretrained(base_model, "niklasfalk/thesis-sft-mwoz-adapter-llama31-8b-20250910-203131")
- Downloads last month
- -
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
Model tree for ryuotter/t2a_exp3_mwoz_sft
Base model
meta-llama/Llama-3.1-8B
Finetuned
meta-llama/Llama-3.1-8B-Instruct