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")
The community tab is the place to discuss and collaborate with the HF community!