How to use joheras/er-test with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForRelationExtraction tokenizer = AutoTokenizer.from_pretrained("joheras/er-test") model = BertForRelationExtraction.from_pretrained("joheras/er-test")
The community tab is the place to discuss and collaborate with the HF community!