nyu-mll/glue
Viewer • Updated • 1.49M • 487k • 498
How to use gokuls/distilbert_sa_GLUE_Experiment_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_stsb") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_stsb")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_stsb")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.4997 | 1.0 | 23 | 2.5067 | 0.0558 | 0.0619 | 0.0588 |
| 2.0151 | 2.0 | 46 | 2.4888 | 0.1092 | 0.0973 | 0.1033 |
| 1.8234 | 3.0 | 69 | 2.3709 | 0.1628 | 0.1610 | 0.1619 |
| 1.5482 | 4.0 | 92 | 3.0640 | 0.1571 | 0.1632 | 0.1602 |
| 1.33 | 5.0 | 115 | 3.1306 | 0.1649 | 0.1896 | 0.1772 |
| 1.1586 | 6.0 | 138 | 2.9752 | 0.1454 | 0.1567 | 0.1511 |
| 1.0473 | 7.0 | 161 | 3.1783 | 0.1490 | 0.1670 | 0.1580 |
| 0.9198 | 8.0 | 184 | 3.0440 | 0.1632 | 0.1734 | 0.1683 |