simonycl commited on
Commit
bc44cd4
1 Parent(s): 611c493

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: bert-base-uncased-sst-2-64-13-30
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # bert-base-uncased-sst-2-64-13-30
17
+
18
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5262
21
+ - Accuracy: 0.7812
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1.5e-05
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 32
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 5
47
+ - num_epochs: 30
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 4 | 0.7282 | 0.5 |
54
+ | No log | 2.0 | 8 | 0.6974 | 0.5391 |
55
+ | 0.7077 | 3.0 | 12 | 0.6873 | 0.5312 |
56
+ | 0.7077 | 4.0 | 16 | 0.6799 | 0.5078 |
57
+ | 0.6218 | 5.0 | 20 | 0.6651 | 0.5469 |
58
+ | 0.6218 | 6.0 | 24 | 0.6520 | 0.5938 |
59
+ | 0.6218 | 7.0 | 28 | 0.6537 | 0.5781 |
60
+ | 0.5204 | 8.0 | 32 | 0.6387 | 0.625 |
61
+ | 0.5204 | 9.0 | 36 | 0.6147 | 0.6562 |
62
+ | 0.3954 | 10.0 | 40 | 0.5967 | 0.6719 |
63
+ | 0.3954 | 11.0 | 44 | 0.5932 | 0.6719 |
64
+ | 0.3954 | 12.0 | 48 | 0.6011 | 0.6641 |
65
+ | 0.2891 | 13.0 | 52 | 0.5855 | 0.6797 |
66
+ | 0.2891 | 14.0 | 56 | 0.5345 | 0.7266 |
67
+ | 0.223 | 15.0 | 60 | 0.5222 | 0.7734 |
68
+ | 0.223 | 16.0 | 64 | 0.5274 | 0.7422 |
69
+ | 0.223 | 17.0 | 68 | 0.5238 | 0.75 |
70
+ | 0.1672 | 18.0 | 72 | 0.5203 | 0.7812 |
71
+ | 0.1672 | 19.0 | 76 | 0.5166 | 0.7969 |
72
+ | 0.1316 | 20.0 | 80 | 0.5132 | 0.7891 |
73
+ | 0.1316 | 21.0 | 84 | 0.5118 | 0.7969 |
74
+ | 0.1316 | 22.0 | 88 | 0.5129 | 0.7969 |
75
+ | 0.1103 | 23.0 | 92 | 0.5170 | 0.8047 |
76
+ | 0.1103 | 24.0 | 96 | 0.5216 | 0.7812 |
77
+ | 0.09 | 25.0 | 100 | 0.5242 | 0.7891 |
78
+ | 0.09 | 26.0 | 104 | 0.5268 | 0.7734 |
79
+ | 0.09 | 27.0 | 108 | 0.5272 | 0.7656 |
80
+ | 0.0819 | 28.0 | 112 | 0.5266 | 0.7734 |
81
+ | 0.0819 | 29.0 | 116 | 0.5263 | 0.7812 |
82
+ | 0.0753 | 30.0 | 120 | 0.5262 | 0.7812 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - Transformers 4.32.0.dev0
88
+ - Pytorch 2.0.1+cu118
89
+ - Datasets 2.4.0
90
+ - Tokenizers 0.13.3