nyu-mll/glue
Viewer • Updated • 1.49M • 445k • 524
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_stsb_384 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_384") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_stsb_384")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_stsb_384", 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 |
|---|---|---|---|---|---|---|
| 0.9512 | 1.0 | 1259 | 2.8610 | 0.1867 | 0.1905 | 0.1886 |
| 0.3073 | 2.0 | 2518 | 3.0669 | 0.1520 | 0.1508 | 0.1514 |
| 0.1587 | 3.0 | 3777 | 3.1954 | 0.1595 | 0.1627 | 0.1611 |
| 0.1014 | 4.0 | 5036 | 2.9135 | 0.1600 | 0.1591 | 0.1596 |
| 0.0713 | 5.0 | 6295 | 3.2956 | 0.1514 | 0.1464 | 0.1489 |
| 0.0551 | 6.0 | 7554 | 3.1588 | 0.1712 | 0.1642 | 0.1677 |