nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_add_GLUE_Experiment_logit_kd_stsb_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_logit_kd_stsb_192") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_stsb_192")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_stsb_192", 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 |
|---|---|---|---|---|---|---|
| 3.4305 | 1.0 | 23 | 2.1402 | -0.0344 | -0.0359 | -0.0352 |
| 2.3785 | 2.0 | 46 | 1.6911 | nan | nan | nan |
| 1.8497 | 3.0 | 69 | 1.3624 | -0.0028 | -0.0046 | -0.0037 |
| 1.455 | 4.0 | 92 | 1.1653 | nan | nan | nan |
| 1.1878 | 5.0 | 115 | 1.1348 | nan | nan | nan |
| 1.0926 | 6.0 | 138 | 1.1581 | nan | nan | nan |
| 1.0833 | 7.0 | 161 | 1.1832 | nan | nan | nan |
| 1.0904 | 8.0 | 184 | 1.2266 | 0.0782 | 0.0759 | 0.0771 |
| 1.0833 | 9.0 | 207 | 1.1724 | 0.0826 | 0.0744 | 0.0785 |
| 1.0805 | 10.0 | 230 | 1.1530 | 0.0798 | 0.0761 | 0.0779 |