add model 82e54e7
Yulin Chen commited on
How to use cyl/adapter_t5-3b_stsb with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("cyl/adapter_t5-3b_stsb", dtype="auto")