nyu-mll/glue
Viewer • Updated • 1.49M • 480k • 498
How to use gokuls/hBERTv1_data_aug_sst2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hBERTv1_data_aug_sst2") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hBERTv1_data_aug_sst2", dtype="auto")This model is a fine-tuned version of gokuls/bert_12_layer_model_v1 on the GLUE SST2 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.2892 | 1.0 | 4374 | 0.6087 | 0.7856 |
| 0.1628 | 2.0 | 8748 | 0.7398 | 0.7810 |
| 0.1151 | 3.0 | 13122 | 0.8492 | 0.8016 |
| 0.0917 | 4.0 | 17496 | 1.0381 | 0.7867 |
| 0.0862 | 5.0 | 21870 | 0.9657 | 0.7867 |
| 0.0762 | 6.0 | 26244 | 1.0815 | 0.7821 |