nyu-mll/glue
Viewer • Updated • 1.49M • 429k • 523
How to use gokuls/distilbert_sa_GLUE_Experiment_mrpc_192 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_192") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_mrpc_192")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_mrpc_192", 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.6412 | 1.0 | 15 | 0.6239 | 0.6838 | 0.8122 | 0.7480 |
| 0.6281 | 2.0 | 30 | 0.6238 | 0.6838 | 0.8122 | 0.7480 |
| 0.629 | 3.0 | 45 | 0.6239 | 0.6838 | 0.8122 | 0.7480 |
| 0.6296 | 4.0 | 60 | 0.6236 | 0.6838 | 0.8122 | 0.7480 |
| 0.6323 | 5.0 | 75 | 0.6228 | 0.6838 | 0.8122 | 0.7480 |
| 0.6272 | 6.0 | 90 | 0.6209 | 0.6838 | 0.8122 | 0.7480 |
| 0.6175 | 7.0 | 105 | 0.6000 | 0.6838 | 0.8122 | 0.7480 |
| 0.5733 | 8.0 | 120 | 0.5927 | 0.6887 | 0.7784 | 0.7335 |
| 0.5199 | 9.0 | 135 | 0.5969 | 0.6936 | 0.7818 | 0.7377 |
| 0.4423 | 10.0 | 150 | 0.6369 | 0.6765 | 0.7700 | 0.7233 |
| 0.3645 | 11.0 | 165 | 0.6708 | 0.6838 | 0.7832 | 0.7335 |
| 0.3203 | 12.0 | 180 | 0.7179 | 0.6446 | 0.7249 | 0.6847 |
| 0.2778 | 13.0 | 195 | 0.7517 | 0.6740 | 0.7726 | 0.7233 |