Views
No views yet
ilhami/my-awesome-adapter for t5-smallt5-small model that was trained on the sum/xsum dataset and includes a prediction head for seq2seq lm.adapters:pip install -U adapters1from adapters import AutoAdapterModel
2
3model = AutoAdapterModel.from_pretrained("t5-small")
4adapter_name = model.load_adapter("ilhami/my-awesome-adapter", source="hf", set_active=True)