Beijuka/Multilingual_PII_NER_dataset
Viewer • Updated • 13k • 3
How to use Beijuka/multilingual-roberta-base-lumasaba-ner-v1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="Beijuka/multilingual-roberta-base-lumasaba-ner-v1") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("Beijuka/multilingual-roberta-base-lumasaba-ner-v1")
model = AutoModelForTokenClassification.from_pretrained("Beijuka/multilingual-roberta-base-lumasaba-ner-v1")This model is a fine-tuned version of roberta-base 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 |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 398 | 0.7383 | 0.7988 | 0.7533 | 0.7754 | 0.7568 |
| 1.1862 | 2.0 | 796 | 0.4723 | 0.8857 | 0.8457 | 0.8653 | 0.8432 |
| 0.4873 | 3.0 | 1194 | 0.4485 | 0.9198 | 0.8687 | 0.8935 | 0.8807 |
| 0.2817 | 4.0 | 1592 | 0.5033 | 0.8993 | 0.9187 | 0.9089 | 0.8989 |
| 0.2817 | 5.0 | 1990 | 0.3005 | 0.9416 | 0.9409 | 0.9413 | 0.9352 |
| 0.1806 | 6.0 | 2388 | 0.4968 | 0.9479 | 0.9097 | 0.9284 | 0.9220 |
| 0.1095 | 7.0 | 2786 | 0.5409 | 0.9118 | 0.9409 | 0.9261 | 0.9246 |
| 0.062 | 8.0 | 3184 | 0.5375 | 0.9282 | 0.9340 | 0.9311 | 0.9212 |
Base model
FacebookAI/roberta-base