google/xtreme
Viewer • Updated • 2.77M • 26.2k • 116
How to use ShinDC/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="ShinDC/xlm-roberta-base-finetuned-panx_de") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("ShinDC/xlm-roberta-base-finetuned-panx_de")
model = AutoModelForTokenClassification.from_pretrained("ShinDC/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.2595 | 1.0 | 525 | 0.1540 | 0.8302 |
| 0.1265 | 2.0 | 1050 | 0.1493 | 0.8468 |
| 0.0806 | 3.0 | 1575 | 0.1361 | 0.8647 |
Base model
FacebookAI/xlm-roberta-base