Kayvane commited on
Commit
3fe2148
1 Parent(s): 26d9997

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - consumer-finance-complaints
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - recall
11
+ - precision
12
+ model-index:
13
+ - name: distilbert-base-uncased-wandb-week-3-complaints-classifier-1500
14
+ results:
15
+ - task:
16
+ name: Text Classification
17
+ type: text-classification
18
+ dataset:
19
+ name: consumer-finance-complaints
20
+ type: consumer-finance-complaints
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.8219254879975536
26
+ - name: F1
27
+ type: f1
28
+ value: 0.8151998307079064
29
+ - name: Recall
30
+ type: recall
31
+ value: 0.8219254879975536
32
+ - name: Precision
33
+ type: precision
34
+ value: 0.8165753119578384
35
+ ---
36
+
37
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
38
+ should probably proofread and complete it, then remove this comment. -->
39
+
40
+ # distilbert-base-uncased-wandb-week-3-complaints-classifier-1500
41
+
42
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the consumer-finance-complaints dataset.
43
+ It achieves the following results on the evaluation set:
44
+ - Loss: 0.5451
45
+ - Accuracy: 0.8219
46
+ - F1: 0.8152
47
+ - Recall: 0.8219
48
+ - Precision: 0.8166
49
+
50
+ ## Model description
51
+
52
+ More information needed
53
+
54
+ ## Intended uses & limitations
55
+
56
+ More information needed
57
+
58
+ ## Training and evaluation data
59
+
60
+ More information needed
61
+
62
+ ## Training procedure
63
+
64
+ ### Training hyperparameters
65
+
66
+ The following hyperparameters were used during training:
67
+ - learning_rate: 5e-05
68
+ - train_batch_size: 32
69
+ - eval_batch_size: 32
70
+ - seed: 42
71
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
72
+ - lr_scheduler_type: linear
73
+ - lr_scheduler_warmup_steps: 1500
74
+ - num_epochs: 2
75
+ - mixed_precision_training: Native AMP
76
+
77
+ ### Training results
78
+
79
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision |
80
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|
81
+ | 1.0678 | 0.2 | 500 | 0.9935 | 0.7193 | 0.6715 | 0.7193 | 0.6348 |
82
+ | 0.8447 | 0.41 | 1000 | 0.8331 | 0.7468 | 0.7108 | 0.7468 | 0.6990 |
83
+ | 0.7913 | 0.61 | 1500 | 0.7022 | 0.7770 | 0.7457 | 0.7770 | 0.7685 |
84
+ | 0.6973 | 0.82 | 2000 | 0.6584 | 0.7922 | 0.7710 | 0.7922 | 0.7849 |
85
+ | 0.5572 | 1.02 | 2500 | 0.6034 | 0.8076 | 0.7986 | 0.8076 | 0.7994 |
86
+ | 0.5528 | 1.22 | 3000 | 0.6017 | 0.8085 | 0.7986 | 0.8085 | 0.8063 |
87
+ | 0.5435 | 1.43 | 3500 | 0.5721 | 0.8147 | 0.8085 | 0.8147 | 0.8107 |
88
+ | 0.4995 | 1.63 | 4000 | 0.5598 | 0.8161 | 0.8125 | 0.8161 | 0.8144 |
89
+ | 0.4854 | 1.83 | 4500 | 0.5451 | 0.8219 | 0.8152 | 0.8219 | 0.8166 |
90
+
91
+
92
+ ### Framework versions
93
+
94
+ - Transformers 4.20.1
95
+ - Pytorch 1.11.0+cu102
96
+ - Datasets 2.3.2
97
+ - Tokenizers 0.12.1