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