nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_add_GLUE_Experiment_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_stsb_256") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_stsb_256")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_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 |
|---|---|---|---|---|---|---|
| 5.798 | 1.0 | 23 | 3.1859 | nan | nan | nan |
| 3.2592 | 2.0 | 46 | 2.3672 | nan | nan | nan |
| 2.3588 | 3.0 | 69 | 2.3366 | nan | nan | nan |
| 2.1815 | 4.0 | 92 | 2.3354 | nan | nan | nan |
| 2.1676 | 5.0 | 115 | 2.3685 | 0.0701 | 0.0628 | 0.0665 |
| 2.1604 | 6.0 | 138 | 2.3425 | 0.0799 | 0.0728 | 0.0764 |
| 2.1203 | 7.0 | 161 | 2.2898 | 0.0723 | 0.0744 | 0.0733 |
| 1.8844 | 8.0 | 184 | 2.7739 | 0.0606 | 0.0839 | 0.0723 |
| 1.7797 | 9.0 | 207 | 2.6237 | 0.0817 | 0.0949 | 0.0883 |
| 1.7003 | 10.0 | 230 | 2.7269 | 0.0957 | 0.1082 | 0.1020 |
| 1.5943 | 11.0 | 253 | 2.6580 | 0.1212 | 0.1276 | 0.1244 |
| 1.5603 | 12.0 | 276 | 2.5384 | 0.1412 | 0.1422 | 0.1417 |