nyu-mll/glue
Viewer • Updated • 1.49M • 440k • 523
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_stsb_96 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_96") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_stsb_96")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_stsb_96", 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 |
|---|---|---|---|---|---|---|
| 2.2123 | 1.0 | 1259 | 2.7659 | 0.1744 | 0.1818 | 0.1781 |
| 0.689 | 2.0 | 2518 | 2.9511 | 0.1794 | 0.1858 | 0.1826 |
| 0.5239 | 3.0 | 3777 | 2.9043 | 0.1731 | 0.1733 | 0.1732 |
| 0.4171 | 4.0 | 5036 | 2.9002 | 0.1794 | 0.1788 | 0.1791 |
| 0.3402 | 5.0 | 6295 | 2.8190 | 0.1899 | 0.1926 | 0.1912 |
| 0.2843 | 6.0 | 7554 | 2.8391 | 0.1948 | 0.2004 | 0.1976 |