nyu-mll/glue
Viewer • Updated • 1.49M • 452k • 525
How to use gokuls/distilbert_add_GLUE_Experiment_logit_kd_stsb_256 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_256") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_stsb_256")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_stsb_256", 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 |
|---|---|---|---|---|---|---|
| 2.8046 | 1.0 | 23 | 1.5779 | nan | nan | nan |
| 1.6122 | 2.0 | 46 | 1.1810 | nan | nan | nan |
| 1.1799 | 3.0 | 69 | 1.1666 | nan | nan | nan |
| 1.0869 | 4.0 | 92 | 1.1575 | nan | nan | nan |
| 1.0853 | 5.0 | 115 | 1.1872 | nan | nan | nan |
| 1.0773 | 6.0 | 138 | 1.1803 | 0.0712 | 0.0571 | 0.0642 |
| 1.0751 | 7.0 | 161 | 1.1795 | 0.0815 | 0.0739 | 0.0777 |
| 1.0607 | 8.0 | 184 | 1.1821 | 0.0734 | 0.0794 | 0.0764 |
| 0.9479 | 9.0 | 207 | 1.3706 | 0.0583 | 0.0830 | 0.0706 |