google/xtreme
Viewer • Updated • 2.77M • 27.1k • 116
How to use olpa/xml-roberta-base-finetuned-panx-fr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="olpa/xml-roberta-base-finetuned-panx-fr") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("olpa/xml-roberta-base-finetuned-panx-fr")
model = AutoModelForTokenClassification.from_pretrained("olpa/xml-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 |
|---|---|---|---|---|
| No log | 1.0 | 191 | 0.3150 | 0.7993 |
| No log | 2.0 | 382 | 0.2799 | 0.8213 |
| No log | 3.0 | 573 | 0.2691 | 0.8394 |