CFPB/consumer-finance-complaints
Updated • 291 • 21
How to use Kayvane/distilbert-base-uncased-wandb-week-3-complaints-classifier-1024 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-1024") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Kayvane/distilbert-base-uncased-wandb-week-3-complaints-classifier-1024")
model = AutoModelForSequenceClassification.from_pretrained("Kayvane/distilbert-base-uncased-wandb-week-3-complaints-classifier-1024")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.7592 | 0.61 | 1500 | 0.6981 | 0.7776 | 0.7495 | 0.7776 | 0.7610 |
| 0.5859 | 1.22 | 3000 | 0.6082 | 0.8085 | 0.7990 | 0.8085 | 0.8005 |
| 0.5228 | 1.83 | 4500 | 0.5664 | 0.8167 | 0.8089 | 0.8167 | 0.8103 |