Instructions to use tner/roberta-large-ontonotes5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tner/roberta-large-ontonotes5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="tner/roberta-large-ontonotes5")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("tner/roberta-large-ontonotes5") model = AutoModelForTokenClassification.from_pretrained("tner/roberta-large-ontonotes5") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 14e25feb589d51a990ea47eaf62d742cdd95abf0cb01fb6f495b7ea13ef9028d
- Size of remote file:
- 1.42 GB
- SHA256:
- 086ca77eeb470435ab2cf9b496f72edde4195d02d559d5c2fb2096c417a07297
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.