--- tags: - adapter-transformers - roberta datasets: - snli --- # Adapter `varun-v-rao/roberta-base-bn-adapter-895K-snli` for roberta-base An [adapter](https://adapterhub.ml) for the `roberta-base` model that was trained on the [snli](https://huggingface.co/datasets/snli/) dataset. This adapter was created for usage with the **[Adapters](https://github.com/Adapter-Hub/adapters)** library. ## Usage First, install `adapters`: ``` pip install -U adapters ``` Now, the adapter can be loaded and activated like this: ```python from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("roberta-base") adapter_name = model.load_adapter("varun-v-rao/roberta-base-bn-adapter-895K-snli", source="hf", set_active=True) ``` ## Architecture & Training ## Evaluation results ## Citation