Instructions to use utahnlp/robertabase-structured-tuning-srl-conll2012 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use utahnlp/robertabase-structured-tuning-srl-conll2012 with Transformers:
# 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") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#3 opened about 1 year ago
by
SFconvertbot