--- tags: - adapter-transformers - bart datasets: - UMLS --- # Adapter `rohancsalvi/UMLS-definition` for mse30/bart-base-finetuned-pubmed An [adapter](https://adapterhub.ml) for the `mse30/bart-base-finetuned-pubmed` model that was trained on the [UMLS](https://huggingface.co/datasets/UMLS/) 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("mse30/bart-base-finetuned-pubmed") adapter_name = model.load_adapter("rohancsalvi/UMLS-definition", set_active=True) ``` ## Architecture & Training ## Evaluation results ## Citation