nyu-mll/glue
Viewer • Updated • 1.49M • 429k • 523
How to use gokuls/distilbert_sa_GLUE_Experiment_mrpc_256 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/distilbert_sa_GLUE_Experiment_mrpc_256") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_mrpc_256")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_mrpc_256", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased on the GLUE MRPC 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 | Combined Score |
|---|---|---|---|---|---|---|
| 0.6343 | 1.0 | 15 | 0.6246 | 0.6838 | 0.8122 | 0.7480 |
| 0.6276 | 2.0 | 30 | 0.6234 | 0.6838 | 0.8122 | 0.7480 |
| 0.6306 | 3.0 | 45 | 0.6243 | 0.6838 | 0.8122 | 0.7480 |
| 0.6279 | 4.0 | 60 | 0.6205 | 0.6838 | 0.8122 | 0.7480 |
| 0.6168 | 5.0 | 75 | 0.5996 | 0.6814 | 0.8105 | 0.7459 |
| 0.5632 | 6.0 | 90 | 0.6020 | 0.6936 | 0.7954 | 0.7445 |
| 0.5021 | 7.0 | 105 | 0.6094 | 0.6936 | 0.7841 | 0.7389 |
| 0.4263 | 8.0 | 120 | 0.6844 | 0.6299 | 0.7113 | 0.6706 |
| 0.3476 | 9.0 | 135 | 0.7218 | 0.6373 | 0.7098 | 0.6735 |
| 0.2966 | 10.0 | 150 | 0.7759 | 0.7010 | 0.7953 | 0.7481 |