google/xtreme
Viewer • Updated • 2.77M • 21.9k • 116
How to use cj-mills/xlm-roberta-base-finetuned-panx-de with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="cj-mills/xlm-roberta-base-finetuned-panx-de") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("cj-mills/xlm-roberta-base-finetuned-panx-de")
model = AutoModelForTokenClassification.from_pretrained("cj-mills/xlm-roberta-base-finetuned-panx-de")This model is a fine-tuned version of xlm-roberta-base on the xtreme 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 | F1 |
|---|---|---|---|---|
| 0.3264 | 1.0 | 197 | 0.1623 | 0.8139 |
| 0.136 | 2.0 | 394 | 0.1331 | 0.8451 |
| 0.096 | 3.0 | 591 | 0.1319 | 0.8576 |