mwesner commited on
Commit
b48273b
1 Parent(s): 52c778e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: bert-base-uncased
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # bert-base-uncased
13
+
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 1.2437
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 1
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 16
42
+
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:------:|:---------------:|
47
+ | 2.205 | 1.0 | 9303 | 1.7893 |
48
+ | 1.8417 | 2.0 | 18606 | 1.7270 |
49
+ | 1.7103 | 3.0 | 27909 | 1.6650 |
50
+ | 1.6014 | 4.0 | 37212 | 1.6052 |
51
+ | 1.523 | 5.0 | 46515 | 1.5782 |
52
+ | 1.4588 | 6.0 | 55818 | 1.4836 |
53
+ | 1.3922 | 7.0 | 65121 | 1.4289 |
54
+ | 1.317 | 8.0 | 74424 | 1.4414 |
55
+ | 1.2622 | 9.0 | 83727 | 1.4322 |
56
+ | 1.2123 | 10.0 | 93030 | 1.3651 |
57
+ | 1.1753 | 11.0 | 102333 | 1.3636 |
58
+ | 1.1164 | 12.0 | 111636 | 1.2872 |
59
+ | 1.0636 | 13.0 | 120939 | 1.3705 |
60
+ | 1.021 | 14.0 | 130242 | 1.3013 |
61
+ | 0.996 | 15.0 | 139545 | 1.2756 |
62
+ | 0.9625 | 16.0 | 148848 | 1.2437 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.14.1
68
+ - Pytorch 1.9.0
69
+ - Datasets 1.11.0
70
+ - Tokenizers 0.10.3