How to use utahnlp/roberta-base-marginal-semlink with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForSRL tokenizer = AutoTokenizer.from_pretrained("utahnlp/roberta-base-marginal-semlink") model = RobertaForSRL.from_pretrained("utahnlp/roberta-base-marginal-semlink")
The community tab is the place to discuss and collaborate with the HF community!