nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_sa_GLUE_Experiment_logit_kd_data_aug_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_data_aug_stsb") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_logit_kd_data_aug_stsb")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_logit_kd_data_aug_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 |
|---|---|---|---|---|---|---|
| 0.3603 | 1.0 | 1259 | 1.5492 | 0.1887 | 0.2052 | 0.1969 |
| 0.0731 | 2.0 | 2518 | 1.5182 | 0.1994 | 0.1993 | 0.1993 |
| 0.0347 | 3.0 | 3777 | 1.5924 | 0.1665 | 0.1770 | 0.1717 |
| 0.0232 | 4.0 | 5036 | 1.5826 | 0.1596 | 0.1673 | 0.1635 |
| 0.0178 | 5.0 | 6295 | 1.5555 | 0.1812 | 0.1747 | 0.1779 |
| 0.0158 | 6.0 | 7554 | 1.5487 | 0.1878 | 0.1877 | 0.1878 |
| 0.0139 | 7.0 | 8813 | 1.6483 | 0.1789 | 0.1730 | 0.1759 |