Instructions to use alexia-allal/ner-model-roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alexia-allal/ner-model-roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="alexia-allal/ner-model-roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("alexia-allal/ner-model-roberta") model = AutoModelForTokenClassification.from_pretrained("alexia-allal/ner-model-roberta", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1109842416
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb2a4d3e5180ab3340dcf2bcdd9ac11c2f11aae5a9a0703913b884e800de5a95
|
| 3 |
size 1109842416
|
runs/Jan27_10-58-17_32bd4fe8808f/events.out.tfevents.1737975504.32bd4fe8808f.327.5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:757217f5115a9434510a78464aa189cb6fc384710d26d207fc9ef8f566b3dd54
|
| 3 |
+
size 6463
|