CFPB/consumer-finance-complaints
Updated • 291 • 20
How to use Kayvane/distilbert-base-uncased-wandb-week-3-complaints-classifier-512 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Kayvane/distilbert-base-uncased-wandb-week-3-complaints-classifier-512") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Kayvane/distilbert-base-uncased-wandb-week-3-complaints-classifier-512")
model = AutoModelForSequenceClassification.from_pretrained("Kayvane/distilbert-base-uncased-wandb-week-3-complaints-classifier-512")This model is a fine-tuned version of distilbert-base-uncased on the consumer-finance-complaints 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 | F1 | Recall | Precision |
|---|---|---|---|---|---|---|---|
| 1.2707 | 0.61 | 1500 | 1.3009 | 0.6381 | 0.5848 | 0.6381 | 0.5503 |
| 1.1348 | 1.22 | 3000 | 1.1510 | 0.6610 | 0.6178 | 0.6610 | 0.5909 |
| 1.0649 | 1.83 | 4500 | 1.0839 | 0.6745 | 0.6356 | 0.6745 | 0.6122 |