Token Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
Eval Results (legacy)
Instructions to use raulgdp/xml-roberta-large-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use raulgdp/xml-roberta-large-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="raulgdp/xml-roberta-large-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("raulgdp/xml-roberta-large-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("raulgdp/xml-roberta-large-finetuned-ner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 6
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2235448756
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9517480e5549bded85040b1909ab9de6f137513c2306db4c39bdd873fb324bbd
|
| 3 |
size 2235448756
|
runs/Aug06_03-15-31_93ddb70ba109/events.out.tfevents.1722914164.93ddb70ba109.889.0
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:41c765910bbf49fafa3e97253968909d2a9db6af861f55923df5492d7201c468
|
| 3 |
+
size 13433
|