nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_qqp 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") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_qqp")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_qqp", device_map="auto")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.2706 | 1.0 | 29671 | 0.6240 | 0.8026 | 0.7392 | 0.7709 |
| 0.0776 | 2.0 | 59342 | 0.8567 | 0.8033 | 0.7426 | 0.7729 |
| 0.0413 | 3.0 | 89013 | 0.9095 | 0.8077 | 0.7440 | 0.7759 |
| 0.0283 | 4.0 | 118684 | 1.0795 | 0.8087 | 0.7408 | 0.7747 |
| 0.0218 | 5.0 | 148355 | 1.2082 | 0.8097 | 0.7443 | 0.7770 |
| 0.0183 | 6.0 | 178026 | 1.2471 | 0.8032 | 0.7372 | 0.7702 |