nyu-mll/glue
Viewer • Updated • 1.49M • 468k • 504
How to use gokuls/distilbert_sa_GLUE_Experiment_rte with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/distilbert_sa_GLUE_Experiment_rte") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_rte")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_rte")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.7912 | 1.0 | 10 | 0.7427 | 0.4729 |
| 0.7025 | 2.0 | 20 | 0.7159 | 0.4729 |
| 0.6982 | 3.0 | 30 | 0.7001 | 0.4729 |
| 0.696 | 4.0 | 40 | 0.7030 | 0.4729 |
| 0.6929 | 5.0 | 50 | 0.6960 | 0.4693 |
| 0.6684 | 6.0 | 60 | 0.7082 | 0.5018 |
| 0.5463 | 7.0 | 70 | 1.0469 | 0.4838 |
| 0.3935 | 8.0 | 80 | 1.0870 | 0.5271 |
| 0.277 | 9.0 | 90 | 1.2738 | 0.4982 |
| 0.1839 | 10.0 | 100 | 1.5369 | 0.5162 |