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