nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_sa_GLUE_Experiment_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_qqp") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_qqp")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_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.5166 | 1.0 | 1422 | 0.4817 | 0.7654 | 0.6882 | 0.7268 |
| 0.4462 | 2.0 | 2844 | 0.4460 | 0.7885 | 0.6950 | 0.7417 |
| 0.3979 | 3.0 | 4266 | 0.4299 | 0.7981 | 0.7243 | 0.7612 |
| 0.3497 | 4.0 | 5688 | 0.4417 | 0.7972 | 0.7421 | 0.7696 |
| 0.2994 | 5.0 | 7110 | 0.4330 | 0.8099 | 0.7495 | 0.7797 |
| 0.2514 | 6.0 | 8532 | 0.4764 | 0.8137 | 0.7499 | 0.7818 |
| 0.2065 | 7.0 | 9954 | 0.4819 | 0.8123 | 0.7520 | 0.7822 |
| 0.1669 | 8.0 | 11376 | 0.5460 | 0.8132 | 0.7555 | 0.7844 |