Kayvane commited on
Commit
096d99d
1 Parent(s): b279848

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-512
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.6745323887671373
26
+ - name: F1
27
+ type: f1
28
+ value: 0.6355967633316707
29
+ - name: Recall
30
+ type: recall
31
+ value: 0.6745323887671373
32
+ - name: Precision
33
+ type: precision
34
+ value: 0.6122130681567332
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-512
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: 1.0839
45
+ - Accuracy: 0.6745
46
+ - F1: 0.6356
47
+ - Recall: 0.6745
48
+ - Precision: 0.6122
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: 0.0007879237562376572
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: 512
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.2707 | 0.61 | 1500 | 1.3009 | 0.6381 | 0.5848 | 0.6381 | 0.5503 |
82
+ | 1.1348 | 1.22 | 3000 | 1.1510 | 0.6610 | 0.6178 | 0.6610 | 0.5909 |
83
+ | 1.0649 | 1.83 | 4500 | 1.0839 | 0.6745 | 0.6356 | 0.6745 | 0.6122 |
84
+
85
+
86
+ ### Framework versions
87
+
88
+ - Transformers 4.20.1
89
+ - Pytorch 1.11.0+cu102
90
+ - Datasets 2.3.2
91
+ - Tokenizers 0.12.1