knkarthick/dialogsum
Viewer โข Updated โข 14.5k โข 11.2k โข 241
How to use Villian7/Mistral-Finetuned-DialogSumm with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-Instruct-v0.1-GPTQ")
model = PeftModel.from_pretrained(base_model, "Villian7/Mistral-Finetuned-DialogSumm")This model is a fine-tuned version of TheBloke/Mistral-7B-Instruct-v0.1-GPTQ on the DialogSumm dataset.
More information needed
More information needed
The DialogSumm dataset was used to train the model.
The following hyperparameters were used during training:
Base model
mistralai/Mistral-7B-v0.1