How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, RobertaForSRL

tokenizer = AutoTokenizer.from_pretrained("utahnlp/robertabase-structured-tuning-srl-conll2012")
model = RobertaForSRL.from_pretrained("utahnlp/robertabase-structured-tuning-srl-conll2012")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

To run the model, you would need dependencies (e.g., vocab extracted from CoNLL corpus). For details, please refer to our repo.

Downloads last month
286
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support