Etelis commited on
Commit
636322d
·
1 Parent(s): 736248b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +108 -0
README.md ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: TUF_DistilBERT_5E
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # TUF_DistilBERT_5E
16
+
17
+ This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.1832
20
+ - Accuracy: 0.96
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 1e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 5
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.5092 | 0.1 | 50 | 0.4385 | 0.7533 |
52
+ | 0.2807 | 0.2 | 100 | 0.2225 | 0.9 |
53
+ | 0.1881 | 0.3 | 150 | 0.1531 | 0.94 |
54
+ | 0.1895 | 0.4 | 200 | 0.1426 | 0.94 |
55
+ | 0.1995 | 0.5 | 250 | 0.1428 | 0.94 |
56
+ | 0.1745 | 0.59 | 300 | 0.1538 | 0.9267 |
57
+ | 0.1679 | 0.69 | 350 | 0.1249 | 0.9533 |
58
+ | 0.199 | 0.79 | 400 | 0.1327 | 0.9467 |
59
+ | 0.1703 | 0.89 | 450 | 0.1488 | 0.92 |
60
+ | 0.1541 | 0.99 | 500 | 0.1772 | 0.9467 |
61
+ | 0.1436 | 1.09 | 550 | 0.1070 | 0.9667 |
62
+ | 0.1463 | 1.19 | 600 | 0.1165 | 0.9467 |
63
+ | 0.1309 | 1.29 | 650 | 0.1054 | 0.9733 |
64
+ | 0.097 | 1.39 | 700 | 0.1346 | 0.94 |
65
+ | 0.1307 | 1.49 | 750 | 0.1477 | 0.9467 |
66
+ | 0.1506 | 1.58 | 800 | 0.1311 | 0.9533 |
67
+ | 0.1386 | 1.68 | 850 | 0.1165 | 0.9667 |
68
+ | 0.1463 | 1.78 | 900 | 0.4207 | 0.9067 |
69
+ | 0.1202 | 1.88 | 950 | 0.1528 | 0.9667 |
70
+ | 0.1403 | 1.98 | 1000 | 0.1262 | 0.96 |
71
+ | 0.073 | 2.08 | 1050 | 0.1459 | 0.96 |
72
+ | 0.0713 | 2.18 | 1100 | 0.1747 | 0.9533 |
73
+ | 0.0814 | 2.28 | 1150 | 0.1953 | 0.9667 |
74
+ | 0.0935 | 2.38 | 1200 | 0.1888 | 0.9533 |
75
+ | 0.0685 | 2.48 | 1250 | 0.1562 | 0.9467 |
76
+ | 0.1154 | 2.57 | 1300 | 0.1806 | 0.96 |
77
+ | 0.1239 | 2.67 | 1350 | 0.1322 | 0.9533 |
78
+ | 0.1011 | 2.77 | 1400 | 0.2148 | 0.94 |
79
+ | 0.0718 | 2.87 | 1450 | 0.1686 | 0.96 |
80
+ | 0.1159 | 2.97 | 1500 | 0.1532 | 0.9533 |
81
+ | 0.0516 | 3.07 | 1550 | 0.1888 | 0.96 |
82
+ | 0.063 | 3.17 | 1600 | 0.1851 | 0.9467 |
83
+ | 0.068 | 3.27 | 1650 | 0.2775 | 0.94 |
84
+ | 0.0946 | 3.37 | 1700 | 0.1853 | 0.96 |
85
+ | 0.0606 | 3.47 | 1750 | 0.2148 | 0.9467 |
86
+ | 0.0663 | 3.56 | 1800 | 0.2091 | 0.9533 |
87
+ | 0.0474 | 3.66 | 1850 | 0.1702 | 0.9533 |
88
+ | 0.0585 | 3.76 | 1900 | 0.1660 | 0.96 |
89
+ | 0.0439 | 3.86 | 1950 | 0.2220 | 0.9533 |
90
+ | 0.0758 | 3.96 | 2000 | 0.1834 | 0.96 |
91
+ | 0.0497 | 4.06 | 2050 | 0.1707 | 0.9533 |
92
+ | 0.0412 | 4.16 | 2100 | 0.1948 | 0.9533 |
93
+ | 0.0338 | 4.26 | 2150 | 0.2039 | 0.9533 |
94
+ | 0.0796 | 4.36 | 2200 | 0.1797 | 0.9533 |
95
+ | 0.0727 | 4.46 | 2250 | 0.1986 | 0.9533 |
96
+ | 0.032 | 4.55 | 2300 | 0.1947 | 0.9467 |
97
+ | 0.0436 | 4.65 | 2350 | 0.1908 | 0.9467 |
98
+ | 0.0205 | 4.75 | 2400 | 0.1806 | 0.96 |
99
+ | 0.0326 | 4.85 | 2450 | 0.1835 | 0.96 |
100
+ | 0.0404 | 4.95 | 2500 | 0.1832 | 0.96 |
101
+
102
+
103
+ ### Framework versions
104
+
105
+ - Transformers 4.24.0
106
+ - Pytorch 1.13.0
107
+ - Datasets 2.7.1
108
+ - Tokenizers 0.13.2