tner/wikineural
Viewer • Updated • 1.03M • 701 • 9
How to use arnabdhar/xlm-roberta-base-wikineural with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="arnabdhar/xlm-roberta-base-wikineural") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("arnabdhar/xlm-roberta-base-wikineural")
model = AutoModelForTokenClassification.from_pretrained("arnabdhar/xlm-roberta-base-wikineural")This model is a fine-tuned version of xlm-roberta-base on an unknown 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 |
|---|---|---|---|
| 0.0858 | 0.14 | 10000 | 0.0817 |
| 0.0719 | 0.28 | 20000 | 0.0660 |
| 0.0656 | 0.43 | 30000 | 0.0631 |
| 0.0598 | 0.57 | 40000 | 0.0574 |
| 0.0551 | 0.71 | 50000 | 0.0534 |
| 0.0523 | 0.85 | 60000 | 0.0512 |
| 0.0519 | 0.99 | 70000 | 0.0484 |
| 0.0418 | 1.13 | 80000 | 0.0480 |
| 0.042 | 1.28 | 90000 | 0.0469 |
| 0.041 | 1.42 | 100000 | 0.0467 |
Base model
FacebookAI/xlm-roberta-base