How to use AdapterHub/bert-base-uncased-pf-sst2 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("bert-base-uncased") model.load_adapter("AdapterHub/bert-base-uncased-pf-sst2", set_active=True)
The community tab is the place to discuss and collaborate with the HF community!