Instructions to use textminr/ner_roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use textminr/ner_roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="textminr/ner_roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("textminr/ner_roberta") model = AutoModelForTokenClassification.from_pretrained("textminr/ner_roberta") - Notebooks
- Google Colab
- Kaggle
Upload RobertaForTokenClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496253316
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:962f38d32618dc603ea0aa583d10921f9ccfa7ccd3074ecb809d3e48adaed458
|
| 3 |
size 496253316
|