nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_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_data_aug_stsb_192") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_stsb_192")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_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 |
|---|---|---|---|---|---|---|
| 1.2844 | 1.0 | 1259 | 2.8897 | 0.1809 | 0.1879 | 0.1844 |
| 0.4862 | 2.0 | 2518 | 2.9860 | 0.1713 | 0.1773 | 0.1743 |
| 0.3063 | 3.0 | 3777 | 2.8747 | 0.1794 | 0.1839 | 0.1816 |
| 0.2133 | 4.0 | 5036 | 2.9659 | 0.1611 | 0.1665 | 0.1638 |
| 0.1614 | 5.0 | 6295 | 3.0123 | 0.1717 | 0.1793 | 0.1755 |
| 0.1289 | 6.0 | 7554 | 3.0058 | 0.1798 | 0.1900 | 0.1849 |
| 0.1077 | 7.0 | 8813 | 3.0575 | 0.1648 | 0.1786 | 0.1717 |
| 0.0921 | 8.0 | 10072 | 3.0590 | 0.1687 | 0.1758 | 0.1723 |