legacy-datasets/banking77
Viewer • Updated • 13.1k • 10.1k • 51
How to use thainq107/bert-base-banking77-pt2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="thainq107/bert-base-banking77-pt2") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("thainq107/bert-base-banking77-pt2")
model = AutoModelForSequenceClassification.from_pretrained("thainq107/bert-base-banking77-pt2")This model is a fine-tuned version of bert-base-uncased on the banking77 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 | F1 |
|---|---|---|---|---|
| 3.2215 | 1.0 | 313 | 1.1811 | 0.7646 |
| 0.6252 | 2.0 | 626 | 0.4665 | 0.9120 |
| 0.3323 | 3.0 | 939 | 0.3294 | 0.9281 |
| 0.1446 | 4.0 | 1252 | 0.3051 | 0.9267 |
| 0.0994 | 5.0 | 1565 | 0.2844 | 0.9312 |