nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_add_GLUE_Experiment_wnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/distilbert_add_GLUE_Experiment_wnli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_wnli")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_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.8926 | 1.0 | 3 | 0.6966 | 0.4366 |
| 0.7526 | 2.0 | 6 | 0.7115 | 0.4366 |
| 0.6928 | 3.0 | 9 | 0.6901 | 0.5634 |
| 0.7049 | 4.0 | 12 | 0.7164 | 0.4366 |
| 0.7005 | 5.0 | 15 | 0.6940 | 0.4366 |
| 0.698 | 6.0 | 18 | 0.6851 | 0.5634 |
| 0.6968 | 7.0 | 21 | 0.7045 | 0.4366 |
| 0.7004 | 8.0 | 24 | 0.7040 | 0.4366 |
| 0.7051 | 9.0 | 27 | 0.6855 | 0.5634 |
| 0.6959 | 10.0 | 30 | 0.6878 | 0.5634 |
| 0.6959 | 11.0 | 33 | 0.6974 | 0.4366 |