CFPB/consumer-finance-complaints
Updated • 235 • 20
How to use Kayvane/distilbert-complaints-wandb with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Kayvane/distilbert-complaints-wandb") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Kayvane/distilbert-complaints-wandb")
model = AutoModelForSequenceClassification.from_pretrained("Kayvane/distilbert-complaints-wandb")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 |
|---|---|---|---|---|---|---|---|
| 0.571 | 0.51 | 2000 | 0.5150 | 0.8469 | 0.8349 | 0.8469 | 0.8249 |
| 0.4765 | 1.01 | 4000 | 0.4676 | 0.8561 | 0.8451 | 0.8561 | 0.8376 |
| 0.3376 | 1.52 | 6000 | 0.4560 | 0.8609 | 0.8546 | 0.8609 | 0.8547 |
| 0.268 | 2.03 | 8000 | 0.4399 | 0.8684 | 0.8611 | 0.8684 | 0.8607 |
| 0.2654 | 2.53 | 10000 | 0.4448 | 0.8689 | 0.8631 | 0.8689 | 0.8616 |