lewtun HF Staff commited on
Commit
5e0dd7d
·
1 Parent(s): e18c447

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +109 -0
README.md ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: distilbert-base-uncased__subj__train-8-3
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
+ # distilbert-base-uncased__subj__train-8-3
16
+
17
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.3496
20
+ - Accuracy: 0.859
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: 2e-05
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 50
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.7136 | 1.0 | 3 | 0.6875 | 0.75 |
53
+ | 0.6702 | 2.0 | 6 | 0.6824 | 0.75 |
54
+ | 0.6456 | 3.0 | 9 | 0.6687 | 0.75 |
55
+ | 0.5934 | 4.0 | 12 | 0.6564 | 0.75 |
56
+ | 0.537 | 5.0 | 15 | 0.6428 | 0.75 |
57
+ | 0.4812 | 6.0 | 18 | 0.6180 | 0.75 |
58
+ | 0.4279 | 7.0 | 21 | 0.5864 | 0.75 |
59
+ | 0.3608 | 8.0 | 24 | 0.5540 | 0.75 |
60
+ | 0.3076 | 9.0 | 27 | 0.5012 | 1.0 |
61
+ | 0.2292 | 10.0 | 30 | 0.4497 | 1.0 |
62
+ | 0.1991 | 11.0 | 33 | 0.3945 | 1.0 |
63
+ | 0.1495 | 12.0 | 36 | 0.3483 | 1.0 |
64
+ | 0.1176 | 13.0 | 39 | 0.3061 | 1.0 |
65
+ | 0.0947 | 14.0 | 42 | 0.2683 | 1.0 |
66
+ | 0.0761 | 15.0 | 45 | 0.2295 | 1.0 |
67
+ | 0.0584 | 16.0 | 48 | 0.1996 | 1.0 |
68
+ | 0.0451 | 17.0 | 51 | 0.1739 | 1.0 |
69
+ | 0.0387 | 18.0 | 54 | 0.1521 | 1.0 |
70
+ | 0.0272 | 19.0 | 57 | 0.1333 | 1.0 |
71
+ | 0.0247 | 20.0 | 60 | 0.1171 | 1.0 |
72
+ | 0.0243 | 21.0 | 63 | 0.1044 | 1.0 |
73
+ | 0.0206 | 22.0 | 66 | 0.0943 | 1.0 |
74
+ | 0.0175 | 23.0 | 69 | 0.0859 | 1.0 |
75
+ | 0.0169 | 24.0 | 72 | 0.0799 | 1.0 |
76
+ | 0.0162 | 25.0 | 75 | 0.0746 | 1.0 |
77
+ | 0.0137 | 26.0 | 78 | 0.0705 | 1.0 |
78
+ | 0.0141 | 27.0 | 81 | 0.0674 | 1.0 |
79
+ | 0.0107 | 28.0 | 84 | 0.0654 | 1.0 |
80
+ | 0.0117 | 29.0 | 87 | 0.0634 | 1.0 |
81
+ | 0.0113 | 30.0 | 90 | 0.0617 | 1.0 |
82
+ | 0.0107 | 31.0 | 93 | 0.0599 | 1.0 |
83
+ | 0.0106 | 32.0 | 96 | 0.0585 | 1.0 |
84
+ | 0.0101 | 33.0 | 99 | 0.0568 | 1.0 |
85
+ | 0.0084 | 34.0 | 102 | 0.0553 | 1.0 |
86
+ | 0.0101 | 35.0 | 105 | 0.0539 | 1.0 |
87
+ | 0.0102 | 36.0 | 108 | 0.0529 | 1.0 |
88
+ | 0.009 | 37.0 | 111 | 0.0520 | 1.0 |
89
+ | 0.0092 | 38.0 | 114 | 0.0511 | 1.0 |
90
+ | 0.0073 | 39.0 | 117 | 0.0504 | 1.0 |
91
+ | 0.0081 | 40.0 | 120 | 0.0497 | 1.0 |
92
+ | 0.0079 | 41.0 | 123 | 0.0492 | 1.0 |
93
+ | 0.0092 | 42.0 | 126 | 0.0488 | 1.0 |
94
+ | 0.008 | 43.0 | 129 | 0.0483 | 1.0 |
95
+ | 0.0087 | 44.0 | 132 | 0.0479 | 1.0 |
96
+ | 0.009 | 45.0 | 135 | 0.0474 | 1.0 |
97
+ | 0.0076 | 46.0 | 138 | 0.0470 | 1.0 |
98
+ | 0.0075 | 47.0 | 141 | 0.0467 | 1.0 |
99
+ | 0.008 | 48.0 | 144 | 0.0465 | 1.0 |
100
+ | 0.0069 | 49.0 | 147 | 0.0464 | 1.0 |
101
+ | 0.0077 | 50.0 | 150 | 0.0464 | 1.0 |
102
+
103
+
104
+ ### Framework versions
105
+
106
+ - Transformers 4.15.0
107
+ - Pytorch 1.10.2+cu102
108
+ - Datasets 1.18.2
109
+ - Tokenizers 0.10.3