Mahesh9 commited on
Commit
e847d9e
1 Parent(s): 2a1e282

Mahesh9/distil-bert-fintuned-cfpb

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -4,12 +4,13 @@ base_model: distilbert/distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
7
  - precision
 
 
8
  model-index:
9
  - name: distil-bert-fintuned-cfpb-complaints-data
10
  results: []
11
- widget:
12
- - text: "it is absurd that i have consistently made timely payments for this account and have never been overdue. i kindly request that you promptly update my account to reflect this accurately."
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -17,10 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # distil-bert-fintuned-cfpb-complaints-data
19
 
20
- This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the Consumer Financial Protection Data(CFPB) dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.1898
23
- - Precision: 0.8651
 
 
 
24
 
25
  ## Model description
26
 
@@ -49,9 +53,9 @@ The following hyperparameters were used during training:
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | Precision |
53
- |:-------------:|:-----:|:----:|:---------------:|:---------:|
54
- | 0.2162 | 1.0 | 4105 | 0.1898 | 0.8651 |
55
 
56
 
57
  ### Framework versions
 
4
  tags:
5
  - generated_from_trainer
6
  metrics:
7
+ - accuracy
8
  - precision
9
+ - recall
10
+ - f1
11
  model-index:
12
  - name: distil-bert-fintuned-cfpb-complaints-data
13
  results: []
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
18
 
19
  # distil-bert-fintuned-cfpb-complaints-data
20
 
21
+ This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1782
24
+ - Accuracy: 0.9457
25
+ - Precision: 0.8632
26
+ - Recall: 0.8368
27
+ - F1: 0.8484
28
 
29
  ## Model description
30
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | 0.2216 | 1.0 | 4925 | 0.1782 | 0.9457 | 0.8632 | 0.8368 | 0.8484 |
59
 
60
 
61
  ### Framework versions