nyu-mll/glue
Viewer • Updated • 1.49M • 485k • 500
How to use gokuls/distilbert_add_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_add_GLUE_Experiment_stsb_192") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_stsb_192")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_stsb_192")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 |
|---|---|---|---|---|---|---|
| 7.0456 | 1.0 | 23 | 4.3280 | nan | nan | nan |
| 4.7979 | 2.0 | 46 | 3.4200 | nan | nan | nan |
| 3.7359 | 3.0 | 69 | 2.7494 | nan | nan | nan |
| 2.9308 | 4.0 | 92 | 2.3396 | nan | nan | nan |
| 2.3776 | 5.0 | 115 | 2.2659 | nan | nan | nan |
| 2.1865 | 6.0 | 138 | 2.3171 | nan | nan | nan |
| 2.1731 | 7.0 | 161 | 2.3598 | nan | nan | nan |
| 2.1793 | 8.0 | 184 | 2.4690 | 0.1389 | 0.1432 | 0.1410 |
| 2.1725 | 9.0 | 207 | 2.3589 | 0.0899 | 0.0808 | 0.0854 |
| 2.1621 | 10.0 | 230 | 2.3156 | 0.0853 | 0.0802 | 0.0827 |