legacy-datasets/banking77
Viewer • Updated • 13.1k • 5.36k • 51
How to use manish1993hf/sms_class_test5 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="manish1993hf/sms_class_test5") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("manish1993hf/sms_class_test5")
model = AutoModelForSequenceClassification.from_pretrained("manish1993hf/sms_class_test5")This model is a fine-tuned version of distilbert-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 | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 450 | 2.1857 | 0.7396 |
| 3.2019 | 2.0 | 900 | 1.5806 | 0.8166 |