nyu-mll/glue
Viewer • Updated • 1.49M • 443k • 524
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_rte_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_rte_192") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_rte_192")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_rte_192", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased on the GLUE RTE 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.2938 | 1.0 | 568 | 1.8449 | 0.5199 |
| 0.0556 | 2.0 | 1136 | 2.3009 | 0.4946 |
| 0.0295 | 3.0 | 1704 | 2.6341 | 0.5018 |
| 0.0183 | 4.0 | 2272 | 3.0449 | 0.5235 |
| 0.0119 | 5.0 | 2840 | 3.1349 | 0.5162 |
| 0.0091 | 6.0 | 3408 | 3.4876 | 0.5343 |