google/xtreme
Viewer • Updated • 2.77M • 13.2k • 117
How to use likejazz/xlm-roberta-base-finetuned-panx-en with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="likejazz/xlm-roberta-base-finetuned-panx-en") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("likejazz/xlm-roberta-base-finetuned-panx-en")
model = AutoModelForTokenClassification.from_pretrained("likejazz/xlm-roberta-base-finetuned-panx-en", 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 |
|---|---|---|---|---|
| No log | 1.0 | 13 | 1.1149 | 0.1584 |
| No log | 2.0 | 26 | 0.7899 | 0.4283 |
| No log | 3.0 | 39 | 0.6888 | 0.4990 |