google/xtreme
Viewer • Updated • 2.77M • 5.23k • 117
How to use Neha2608/xlm-roberta-base-finetuned-panx-fr with Transformers:
# Load model directly
from transformers import AutoTokenizer, TokenClassification_XLMRoberta
tokenizer = AutoTokenizer.from_pretrained("Neha2608/xlm-roberta-base-finetuned-panx-fr")
model = TokenClassification_XLMRoberta.from_pretrained("Neha2608/xlm-roberta-base-finetuned-panx-fr", 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.5975 | 1.0 | 191 | 0.2612 | 0.8237 |
| 0.2798 | 2.0 | 382 | 0.1699 | 0.8725 |