Instructions to use OSainz/mdt-ie-re-entity-pair with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OSainz/mdt-ie-re-entity-pair with Transformers:
# Load model directly from transformers import AutoTokenizer, XLMRobertaForEntityPairClassification tokenizer = AutoTokenizer.from_pretrained("OSainz/mdt-ie-re-entity-pair") model = XLMRobertaForEntityPairClassification.from_pretrained("OSainz/mdt-ie-re-entity-pair") - Notebooks
- Google Colab
- Kaggle
Ctrl+K