nyu-mll/glue
Viewer • Updated • 1.49M • 480k • 498
How to use gokuls/hBERTv1_data_aug_rte with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hBERTv1_data_aug_rte") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hBERTv1_data_aug_rte", dtype="auto")This model is a fine-tuned version of gokuls/bert_12_layer_model_v1 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.2316 | 1.0 | 568 | 2.3280 | 0.5199 |
| 0.0234 | 2.0 | 1136 | 3.0592 | 0.5271 |
| 0.0106 | 3.0 | 1704 | 3.6972 | 0.5054 |
| 0.0067 | 4.0 | 2272 | 3.2471 | 0.4765 |
| 0.0051 | 5.0 | 2840 | 3.3428 | 0.5090 |
| 0.0037 | 6.0 | 3408 | 3.9613 | 0.5054 |