google/xtreme
Viewer • Updated • 2.77M • 5.6k • 116
How to use susnato/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="susnato/xlm-roberta-base-finetuned-panx-de") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("susnato/xlm-roberta-base-finetuned-panx-de")
model = AutoModelForTokenClassification.from_pretrained("susnato/xlm-roberta-base-finetuned-panx-de", device_map="auto")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.3536 | 1.0 | 394 | 0.2111 | 0.7964 |
| 0.1759 | 2.0 | 788 | 0.1786 | 0.8331 |
| 0.1126 | 3.0 | 1182 | 0.1754 | 0.8440 |
Base model
FacebookAI/xlm-roberta-base