nyu-mll/glue
Viewer • Updated • 1.49M • 486k • 502
How to use gokuls/mobilebert_sa_GLUE_Experiment_rte_256 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/mobilebert_sa_GLUE_Experiment_rte_256") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_rte_256")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_rte_256")This model is a fine-tuned version of google/mobilebert-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.6937 | 1.0 | 20 | 0.6927 | 0.5271 |
| 0.6936 | 2.0 | 40 | 0.6929 | 0.5307 |
| 0.693 | 3.0 | 60 | 0.6930 | 0.5018 |
| 0.693 | 4.0 | 80 | 0.6934 | 0.4874 |
| 0.6927 | 5.0 | 100 | 0.6947 | 0.4585 |
| 0.6909 | 6.0 | 120 | 0.6942 | 0.5126 |