nyu-mll/glue
Viewer • Updated • 1.49M • 441k • 525
How to use gokuls/distilbert_add_GLUE_Experiment_qqp_192 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/distilbert_add_GLUE_Experiment_qqp_192") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_qqp_192")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_qqp_192", 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.5641 | 1.0 | 1422 | 0.5422 | 0.7304 | 0.6553 | 0.6929 |
| 0.5047 | 2.0 | 2844 | 0.5128 | 0.7504 | 0.6575 | 0.7039 |
| 0.487 | 3.0 | 4266 | 0.5020 | 0.7573 | 0.6656 | 0.7114 |
| 0.4729 | 4.0 | 5688 | 0.4907 | 0.7638 | 0.6695 | 0.7166 |
| 0.4502 | 5.0 | 7110 | 0.4759 | 0.7789 | 0.6736 | 0.7262 |
| 0.4139 | 6.0 | 8532 | 0.4635 | 0.7926 | 0.6909 | 0.7417 |
| 0.3728 | 7.0 | 9954 | 0.4419 | 0.7997 | 0.7305 | 0.7651 |
| 0.3334 | 8.0 | 11376 | 0.4760 | 0.8026 | 0.6964 | 0.7495 |
| 0.2998 | 9.0 | 12798 | 0.4597 | 0.8125 | 0.7314 | 0.7719 |
| 0.2704 | 10.0 | 14220 | 0.4692 | 0.8173 | 0.7403 | 0.7788 |
| 0.244 | 11.0 | 15642 | 0.4990 | 0.8195 | 0.7413 | 0.7804 |
| 0.2218 | 12.0 | 17064 | 0.5195 | 0.8198 | 0.7350 | 0.7774 |