nyu-mll/glue
Viewer • Updated • 1.49M • 445k • 524
How to use gokuls/distilbert_sa_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_sa_GLUE_Experiment_logit_kd_stsb") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_logit_kd_stsb")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_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.6404 | 1.0 | 23 | 1.2916 | 0.0486 | 0.0549 | 0.0518 |
| 1.0137 | 2.0 | 46 | 1.6141 | 0.0993 | 0.0887 | 0.0940 |
| 0.9483 | 3.0 | 69 | 1.1792 | 0.1721 | 0.1790 | 0.1755 |
| 0.8128 | 4.0 | 92 | 1.3857 | 0.1405 | 0.1428 | 0.1416 |
| 0.6939 | 5.0 | 115 | 1.2921 | 0.1809 | 0.1954 | 0.1881 |
| 0.5773 | 6.0 | 138 | 1.4230 | 0.1545 | 0.1669 | 0.1607 |
| 0.5082 | 7.0 | 161 | 1.4663 | 0.1550 | 0.1645 | 0.1598 |
| 0.4467 | 8.0 | 184 | 1.4837 | 0.1520 | 0.1603 | 0.1561 |