nyu-mll/glue
Viewer • Updated • 1.49M • 472k • 497
How to use gokuls/distilbert_add_GLUE_Experiment_stsb 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") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_stsb")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_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 |
|---|---|---|---|---|---|---|
| 4.11 | 1.0 | 23 | 2.2770 | 0.0450 | 0.0447 | 0.0448 |
| 2.2155 | 2.0 | 46 | 2.4336 | 0.0499 | 0.0451 | 0.0475 |
| 2.1634 | 3.0 | 69 | 2.3207 | 0.0729 | 0.0634 | 0.0681 |
| 2.0618 | 4.0 | 92 | 2.6080 | 0.0787 | 0.0783 | 0.0785 |
| 1.8586 | 5.0 | 115 | 2.4988 | 0.1020 | 0.1017 | 0.1018 |
| 1.6977 | 6.0 | 138 | 2.6166 | 0.1187 | 0.1137 | 0.1162 |