nyu-mll/glue
Viewer • Updated • 1.49M • 429k • 523
How to use gokuls/distilbert_sa_GLUE_Experiment_stsb_192 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_192") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_stsb_192")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_stsb_192", 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 |
|---|---|---|---|---|---|---|
| 6.966 | 1.0 | 23 | 4.0539 | -0.0244 | -0.0244 | -0.0244 |
| 4.4237 | 2.0 | 46 | 3.1176 | -0.0508 | -0.0503 | -0.0505 |
| 3.3768 | 3.0 | 69 | 2.5232 | -0.1303 | -0.1323 | -0.1313 |
| 2.6486 | 4.0 | 92 | 2.2586 | -0.0814 | -0.0816 | -0.0815 |
| 2.2539 | 5.0 | 115 | 2.3547 | 0.0512 | 0.0505 | 0.0508 |
| 2.1692 | 6.0 | 138 | 2.3367 | 0.0642 | 0.0568 | 0.0605 |
| 2.1268 | 7.0 | 161 | 2.4285 | 0.0444 | 0.0649 | 0.0546 |
| 1.9924 | 8.0 | 184 | 2.6031 | 0.0781 | 0.0846 | 0.0814 |
| 1.8254 | 9.0 | 207 | 2.6306 | 0.1155 | 0.1187 | 0.1171 |