Instructions to use AdapterHub/bert-base-uncased-pf-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use AdapterHub/bert-base-uncased-pf-imdb with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("bert-base-uncased") model.load_adapter("AdapterHub/bert-base-uncased-pf-imdb", set_active=True) - Notebooks
- Google Colab
- Kaggle