nyu-mll/glue
Viewer • Updated • 1.49M • 488k • 502
How to use vesteinn/XLMR-ENIS-finetuned-cola with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="vesteinn/XLMR-ENIS-finetuned-cola") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("vesteinn/XLMR-ENIS-finetuned-cola")
model = AutoModelForSequenceClassification.from_pretrained("vesteinn/XLMR-ENIS-finetuned-cola")This model is a fine-tuned version of vesteinn/XLMR-ENIS on the 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 | Matthews Correlation |
|---|---|---|---|---|
| 0.5216 | 1.0 | 535 | 0.5836 | 0.4855 |
| 0.3518 | 2.0 | 1070 | 0.4426 | 0.5962 |
| 0.2538 | 3.0 | 1605 | 0.5091 | 0.6110 |
| 0.1895 | 4.0 | 2140 | 0.6955 | 0.6136 |
| 0.1653 | 5.0 | 2675 | 0.7311 | 0.6306 |