nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_stsb_256 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/distilbert_sa_GLUE_Experiment_data_aug_stsb_256") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_stsb_256")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_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 | Combined Score | Validation Loss | Pearson | Spearmanr |
|---|---|---|---|---|---|---|
| 1.1748 | 1.0 | 1259 | 0.1811 | 3.0220 | 0.1788 | 0.1834 |
| 0.4365 | 2.0 | 2518 | 0.1777 | 2.9725 | 0.1774 | 0.1779 |
| 0.2502 | 3.0 | 3777 | 0.1796 | 2.9014 | 0.1788 | 0.1804 |
| 0.1669 | 4.0 | 5036 | 3.1989 | 0.1510 | 0.1571 | 0.1540 |
| 0.1237 | 5.0 | 6295 | 2.9701 | 0.1717 | 0.1765 | 0.1741 |
| 0.0969 | 6.0 | 7554 | 3.1938 | 0.1479 | 0.1523 | 0.1501 |
| 0.0802 | 7.0 | 8813 | 3.2793 | 0.1350 | 0.1440 | 0.1395 |
| 0.0669 | 8.0 | 10072 | 3.1238 | 0.1564 | 0.1640 | 0.1602 |