legacy-datasets/banking77
Viewer • Updated • 13.1k • 10.8k • 51
How to use pedroplanel/bert-base-banking77 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="pedroplanel/bert-base-banking77") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("pedroplanel/bert-base-banking77")
model = AutoModelForSequenceClassification.from_pretrained("pedroplanel/bert-base-banking77")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 |
|---|---|---|---|---|
| 1.0309 | 1.0 | 626 | 0.7660 | 0.8508 |
| 0.3691 | 2.0 | 1252 | 0.3553 | 0.9234 |
| 0.1738 | 3.0 | 1878 | 0.3032 | 0.9293 |