nyu-mll/glue
Viewer • Updated • 1.49M • 445k • 524
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_rte_256 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_256") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_rte_256")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_rte_256", 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 | Accuracy | Validation Loss |
|---|---|---|---|---|
| 0.2767 | 1.0 | 568 | 0.5054 | 1.9555 |
| 0.05 | 2.0 | 1136 | 2.3512 | 0.4874 |
| 0.0262 | 3.0 | 1704 | 2.6338 | 0.4838 |
| 0.0175 | 4.0 | 2272 | 3.0118 | 0.5090 |
| 0.0116 | 5.0 | 2840 | 3.1543 | 0.5126 |
| 0.0087 | 6.0 | 3408 | 3.4710 | 0.5054 |