nyu-mll/glue
Viewer • Updated • 1.49M • 480k • 498
How to use gokuls/hBERTv2_data_aug_rte with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hBERTv2_data_aug_rte") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hBERTv2_data_aug_rte", dtype="auto")This model is a fine-tuned version of gokuls/bert_12_layer_model_v2 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.6262 | 1.0 | 568 | 1.3232 | 0.4910 |
| 0.0855 | 2.0 | 1136 | 2.3457 | 0.4946 |
| 0.022 | 3.0 | 1704 | 2.9797 | 0.5018 |
| 0.0128 | 4.0 | 2272 | 2.6395 | 0.5271 |
| 0.0085 | 5.0 | 2840 | 3.1634 | 0.5379 |
| 0.0059 | 6.0 | 3408 | 3.5948 | 0.5199 |