nyu-mll/glue
Viewer • Updated • 1.49M • 480k • 498
How to use gokuls/hBERTv1_rte with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hBERTv1_rte") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hBERTv1_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.7247 | 1.0 | 10 | 0.6896 | 0.5451 |
| 0.7046 | 2.0 | 20 | 0.7014 | 0.4729 |
| 0.6934 | 3.0 | 30 | 0.6983 | 0.4729 |
| 0.6846 | 4.0 | 40 | 0.7092 | 0.5126 |
| 0.6853 | 5.0 | 50 | 0.7140 | 0.5126 |
| 0.6152 | 6.0 | 60 | 0.8230 | 0.4910 |