nyu-mll/glue
Viewer • Updated • 1.49M • 480k • 498
How to use gokuls/hBERTv2_data_aug_wnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hBERTv2_data_aug_wnli") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hBERTv2_data_aug_wnli", dtype="auto")This model is a fine-tuned version of gokuls/bert_12_layer_model_v2 on the GLUE WNLI 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.699 | 1.0 | 218 | 0.6895 | 0.5634 |
| 0.6947 | 2.0 | 436 | 0.6886 | 0.5634 |
| 0.6935 | 3.0 | 654 | 0.6873 | 0.5634 |
| 0.6937 | 4.0 | 872 | 0.6921 | 0.5634 |
| 0.6934 | 5.0 | 1090 | 0.6892 | 0.5634 |
| 0.6932 | 6.0 | 1308 | 0.6911 | 0.5634 |
| 0.6933 | 7.0 | 1526 | 0.6955 | 0.4366 |
| 0.6931 | 8.0 | 1744 | 0.6908 | 0.5634 |