Downloads · 30 days
48
7% of all-time downloads
DeltaHub/lora_t5-base_mrpc
lora_t5-base_mrpc is a machine learning model from DeltaHub. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for transformers.
Downloads · 30 days
48
7% of all-time downloads
All-time downloads
704
Public
Repo size
7.8 MB
Likes
0
Public
Click a slice to open those files.
.bin2.6 MB · 100%
From the Hugging Face model README
Need to work with OpenDelta
from transformers import AutoModelForSeq2SeqLM
t5 = AutoModelForSeq2SeqLM.from_pretrained("t5-base")
from opendelta import AutoDeltaModel
delta = AutoDeltaModel.from_finetuned("DeltaHub/lora_t5-base_mrpc", backbone_model=t5)
delta.log()