aps/super_glue
Viewer • Updated • 196k • 193k • 188
How to use Areepatw/xlmroberta-multirc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Areepatw/xlmroberta-multirc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Areepatw/xlmroberta-multirc")
model = AutoModelForSequenceClassification.from_pretrained("Areepatw/xlmroberta-multirc")This model is a fine-tuned version of xlm-roberta-base on the super_glue 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 | Accuracy | F1 |
|---|---|---|---|---|---|
| 0.6873 | 1.0 | 1703 | 0.6823 | 0.5720 | 0.4163 |
Base model
FacebookAI/xlm-roberta-base