google/xtreme
Viewer • Updated • 2.77M • 6.93k • 116
How to use songys/xlm-roberta-base-finetuned-panx-fr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="songys/xlm-roberta-base-finetuned-panx-fr") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("songys/xlm-roberta-base-finetuned-panx-fr")
model = AutoModelForTokenClassification.from_pretrained("songys/xlm-roberta-base-finetuned-panx-fr")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.6188 | 1.0 | 144 | 0.3522 | 0.7769 |
| 0.2728 | 2.0 | 288 | 0.2889 | 0.8177 |
| 0.176 | 3.0 | 432 | 0.2750 | 0.8370 |