Instructions to use 51la5/roberta-large-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 51la5/roberta-large-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="51la5/roberta-large-NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("51la5/roberta-large-NER") model = AutoModelForTokenClassification.from_pretrained("51la5/roberta-large-NER") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
a1e14ce | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7eb522dbc4c6a8d172dd64fdd274c6450db29b636e258655a8d44049b6091bcb
size 2239692364
|