nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_add_GLUE_Experiment_logit_kd_stsb with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/distilbert_add_GLUE_Experiment_logit_kd_stsb") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_stsb")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_stsb", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased on the GLUE STSB 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 | Pearson | Spearmanr | Combined Score |
|---|---|---|---|---|---|---|
| 1.8584 | 1.0 | 23 | 1.2094 | 0.0666 | 0.0636 | 0.0651 |
| 1.0947 | 2.0 | 46 | 1.2681 | 0.0776 | 0.0622 | 0.0699 |
| 1.0743 | 3.0 | 69 | 1.1735 | 0.0712 | 0.0650 | 0.0681 |
| 1.0098 | 4.0 | 92 | 1.3340 | 0.0809 | 0.0800 | 0.0804 |
| 0.9112 | 5.0 | 115 | 1.2858 | 0.1005 | 0.0958 | 0.0981 |
| 0.8385 | 6.0 | 138 | 1.3734 | 0.1165 | 0.1114 | 0.1140 |
| 0.7601 | 7.0 | 161 | 1.3383 | 0.1358 | 0.1338 | 0.1348 |
| 0.693 | 8.0 | 184 | 1.4171 | 0.1371 | 0.1358 | 0.1365 |