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