google/xtreme
Viewer • Updated • 2.77M • 26.4k • 116
How to use Ridealist/xlm-roberta-base-finetuned-panx-it with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="Ridealist/xlm-roberta-base-finetuned-panx-it") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("Ridealist/xlm-roberta-base-finetuned-panx-it")
model = AutoModelForTokenClassification.from_pretrained("Ridealist/xlm-roberta-base-finetuned-panx-it")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.7373 | 1.0 | 70 | 0.2876 | 0.7604 |
| 0.2725 | 2.0 | 140 | 0.2869 | 0.8115 |
| 0.1718 | 3.0 | 210 | 0.2504 | 0.8242 |
Base model
FacebookAI/xlm-roberta-base