nyu-mll/glue
Viewer • Updated • 1.49M • 480k • 498
How to use gokuls/distilbert_sa_GLUE_Experiment_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_data_aug_stsb") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_stsb")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_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 |
|---|---|---|---|---|---|---|
| 0.7165 | 1.0 | 1259 | 2.9982 | 0.2057 | 0.2115 | 0.2086 |
| 0.1449 | 2.0 | 2518 | 3.4353 | 0.1748 | 0.1797 | 0.1773 |
| 0.0735 | 3.0 | 3777 | 3.0788 | 0.1911 | 0.1920 | 0.1915 |
| 0.0475 | 4.0 | 5036 | 3.2439 | 0.1597 | 0.1573 | 0.1585 |
| 0.0349 | 5.0 | 6295 | 3.3386 | 0.1631 | 0.1676 | 0.1654 |
| 0.0298 | 6.0 | 7554 | 3.3579 | 0.1710 | 0.1787 | 0.1748 |