Beijuka/Multilingual_PII_NER_dataset
Viewer • Updated • 13k • 4
How to use Beijuka/multilingual-xlm-roberta-large-lumasaba-ner-v1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="Beijuka/multilingual-xlm-roberta-large-lumasaba-ner-v1") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("Beijuka/multilingual-xlm-roberta-large-lumasaba-ner-v1")
model = AutoModelForTokenClassification.from_pretrained("Beijuka/multilingual-xlm-roberta-large-lumasaba-ner-v1", device_map="auto")This model is a fine-tuned version of xlm-roberta-large on the Beijuka/Multilingual_PII_NER_dataset dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 2.4785 | 1.0 | 796 | 2.2775 | 0.2916 | 0.5325 | 0.3768 | 0.2916 |
| 2.3894 | 2.0 | 1592 | 2.4192 | 0.2916 | 0.5325 | 0.3768 | 0.2916 |
| 2.3051 | 3.0 | 2388 | 2.3613 | 0.2916 | 0.5325 | 0.3768 | 0.2916 |
| 2.3278 | 4.0 | 3184 | 2.8233 | 0.2916 | 0.5325 | 0.3768 | 0.2916 |
Base model
FacebookAI/xlm-roberta-large