nyu-mll/glue
Viewer • Updated • 1.49M • 480k • 498
How to use gokuls/hBERTv1_data_aug_wnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hBERTv1_data_aug_wnli") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hBERTv1_data_aug_wnli", dtype="auto")This model is a fine-tuned version of gokuls/bert_12_layer_model_v1 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.6916 | 1.0 | 218 | 0.8232 | 0.3239 |
| 0.5909 | 2.0 | 436 | 2.9065 | 0.0704 |
| 0.3754 | 3.0 | 654 | 4.7671 | 0.0845 |
| 0.2639 | 4.0 | 872 | 5.6922 | 0.1127 |
| 0.1921 | 5.0 | 1090 | 5.9948 | 0.0845 |
| 0.1317 | 6.0 | 1308 | 6.7444 | 0.0986 |