google/xtreme
Viewer • Updated • 2.77M • 22.8k • 116
How to use aidiary/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="aidiary/xlm-roberta-base-finetuned-panx-de") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("aidiary/xlm-roberta-base-finetuned-panx-de")
model = AutoModelForTokenClassification.from_pretrained("aidiary/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.255 | 1.0 | 525 | 0.1470 | 0.8269 |
| 0.1232 | 2.0 | 1050 | 0.1416 | 0.8494 |
| 0.079 | 3.0 | 1575 | 0.1359 | 0.8625 |
Base model
FacebookAI/xlm-roberta-base