Mahesh9 commited on
Commit
1b90497
1 Parent(s): 4d37fd8

Mahesh9/distil-bert-fintuned-issues-cfpb-complaints

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
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.7196
24
- - Accuracy: 0.7450
25
- - Precision: 0.5763
26
- - Recall: 0.5233
27
- - F1: 0.5371
28
 
29
  ## Model description
30
 
@@ -49,13 +49,14 @@ The following hyperparameters were used during training:
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 1
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
- | 0.7281 | 1.0 | 11603 | 0.7196 | 0.7450 | 0.5763 | 0.5233 | 0.5371 |
 
59
 
60
 
61
  ### Framework versions
 
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.6711
24
+ - Accuracy: 0.7652
25
+ - Precision: 0.5935
26
+ - Recall: 0.5577
27
+ - F1: 0.5702
28
 
29
  ## Model description
30
 
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 2
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | 0.7269 | 1.0 | 11603 | 0.7187 | 0.7438 | 0.5853 | 0.5327 | 0.5491 |
59
+ | 0.612 | 2.0 | 23206 | 0.6711 | 0.7652 | 0.5935 | 0.5577 | 0.5702 |
60
 
61
 
62
  ### Framework versions