google/xtreme
Viewer • Updated • 2.77M • 26.8k • 116
How to use Sanyam/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="Sanyam/xlm-roberta-base-finetuned-panx-de") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("Sanyam/xlm-roberta-base-finetuned-panx-de")
model = AutoModelForTokenClassification.from_pretrained("Sanyam/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 |
|---|---|---|---|---|
| No log | 1.0 | 132 | 0.1692 | 0.8089 |
| No log | 2.0 | 264 | 0.1397 | 0.8394 |
| No log | 3.0 | 396 | 0.1358 | 0.8503 |