nyu-mll/glue
Viewer • Updated • 1.49M • 477k • 504
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_qqp_96 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/distilbert_sa_GLUE_Experiment_data_aug_qqp_96") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_qqp_96")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_qqp_96")This model is a fine-tuned version of distilbert-base-uncased on the GLUE QQP 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.4535 | 1.0 | 29671 | 0.4833 | 0.7735 | 0.7060 | 0.7397 |
| 0.3495 | 2.0 | 59342 | 0.5018 | 0.7825 | 0.7161 | 0.7493 |
| 0.289 | 3.0 | 89013 | 0.5229 | 0.7909 | 0.7268 | 0.7589 |
| 0.2484 | 4.0 | 118684 | 0.5749 | 0.7844 | 0.7255 | 0.7550 |
| 0.2181 | 5.0 | 148355 | 0.6016 | 0.7907 | 0.7309 | 0.7608 |
| 0.1951 | 6.0 | 178026 | 0.6304 | 0.7916 | 0.7274 | 0.7595 |