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