nyu-mll/glue
Viewer • Updated • 1.49M • 447k • 525
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_wnli 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_wnli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_wnli")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_wnli", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased on the GLUE WNLI 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.6166 | 1.0 | 218 | 2.4231 | 0.0845 |
| 0.4183 | 2.0 | 436 | 4.2000 | 0.0986 |
| 0.3033 | 3.0 | 654 | 5.7862 | 0.0704 |
| 0.2294 | 4.0 | 872 | 7.2969 | 0.0704 |
| 0.1768 | 5.0 | 1090 | 7.5620 | 0.0986 |
| 0.1365 | 6.0 | 1308 | 7.3554 | 0.0845 |