nyu-mll/glue
Viewer • Updated • 1.49M • 447k • 525
How to use kapilchauhan/efl-finetuned-cola with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="kapilchauhan/efl-finetuned-cola") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("kapilchauhan/efl-finetuned-cola")
model = AutoModelForSequenceClassification.from_pretrained("kapilchauhan/efl-finetuned-cola", device_map="auto")This model is a fine-tuned version of nghuyong/ernie-2.0-en 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 |
|---|---|---|---|---|
| No log | 1.0 | 134 | 0.4795 | 0.5403 |
| No log | 2.0 | 268 | 0.4061 | 0.6082 |
| No log | 3.0 | 402 | 0.4688 | 0.6098 |
| 0.2693 | 4.0 | 536 | 0.5332 | 0.6050 |
| 0.2693 | 5.0 | 670 | 0.6316 | 0.6098 |