nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_add_GLUE_Experiment_sst2_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_sst2_192") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_sst2_192")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_sst2_192", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased on the GLUE SST2 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 | Accuracy |
|---|---|---|---|---|
| 0.6875 | 1.0 | 264 | 0.7005 | 0.5092 |
| 0.6734 | 2.0 | 528 | 0.6102 | 0.6651 |
| 0.4275 | 3.0 | 792 | 0.5350 | 0.7592 |
| 0.3081 | 4.0 | 1056 | 0.6170 | 0.7638 |
| 0.2629 | 5.0 | 1320 | 0.5775 | 0.7844 |
| 0.2397 | 6.0 | 1584 | 0.5756 | 0.7810 |
| 0.2223 | 7.0 | 1848 | 0.6695 | 0.7821 |
| 0.2099 | 8.0 | 2112 | 0.6265 | 0.7821 |