Instructions to use rohancsalvi/UMLS-definition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use rohancsalvi/UMLS-definition with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("mse30/bart-base-finetuned-pubmed") model.load_adapter("rohancsalvi/UMLS-definition", set_active=True) - Notebooks
- Google Colab
- Kaggle
Adapter rohancsalvi/UMLS-definition for mse30/bart-base-finetuned-pubmed
An adapter for the mse30/bart-base-finetuned-pubmed model that was trained on the UMLS dataset.
This adapter was created for usage with the Adapters library.
Usage
First, install adapters:
pip install -U adapters
Now, the adapter can be loaded and activated like this:
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
- Downloads last month
- 4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support