nyu-mll/glue
Viewer • Updated • 1.49M • 454k • 525
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_qnli 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_qnli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_qnli")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_qnli", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased on the GLUE QNLI 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.3057 | 1.0 | 16604 | 1.2699 | 0.5997 |
| 0.0735 | 2.0 | 33208 | 1.7786 | 0.5953 |
| 0.0313 | 3.0 | 49812 | 1.9603 | 0.5801 |
| 0.0188 | 4.0 | 66416 | 2.2529 | 0.5927 |
| 0.0134 | 5.0 | 83020 | 2.4498 | 0.5913 |
| 0.0106 | 6.0 | 99624 | 2.5181 | 0.6031 |