Vlasta commited on
Commit
2523a0c
·
1 Parent(s): 82cc650

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +93 -0
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: DNADebertaSentencepiece30k_continuation
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
+ # DNADebertaSentencepiece30k_continuation
13
+
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 6.0813
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: 16
37
+ - eval_batch_size: 16
38
+ - seed: 42
39
+ - gradient_accumulation_steps: 4
40
+ - total_train_batch_size: 64
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 15
44
+ - mixed_precision_training: Native AMP
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:------:|:---------------:|
50
+ | 6.4099 | 0.41 | 5000 | 6.3686 |
51
+ | 6.4014 | 0.81 | 10000 | 6.3544 |
52
+ | 6.3816 | 1.22 | 15000 | 6.3338 |
53
+ | 6.3652 | 1.62 | 20000 | 6.3161 |
54
+ | 6.3477 | 2.03 | 25000 | 6.2981 |
55
+ | 6.3305 | 2.44 | 30000 | 6.2851 |
56
+ | 6.3173 | 2.84 | 35000 | 6.2725 |
57
+ | 6.306 | 3.25 | 40000 | 6.2559 |
58
+ | 6.2903 | 3.66 | 45000 | 6.2447 |
59
+ | 6.2806 | 4.06 | 50000 | 6.2342 |
60
+ | 6.2654 | 4.47 | 55000 | 6.2213 |
61
+ | 6.2592 | 4.87 | 60000 | 6.2101 |
62
+ | 6.2481 | 5.28 | 65000 | 6.2023 |
63
+ | 6.2394 | 5.69 | 70000 | 6.1929 |
64
+ | 6.2295 | 6.09 | 75000 | 6.1833 |
65
+ | 6.219 | 6.5 | 80000 | 6.1800 |
66
+ | 6.2143 | 6.91 | 85000 | 6.1698 |
67
+ | 6.2031 | 7.31 | 90000 | 6.1629 |
68
+ | 6.2036 | 7.72 | 95000 | 6.1523 |
69
+ | 6.1923 | 8.12 | 100000 | 6.1522 |
70
+ | 6.1868 | 8.53 | 105000 | 6.1426 |
71
+ | 6.1827 | 8.94 | 110000 | 6.1356 |
72
+ | 6.1767 | 9.34 | 115000 | 6.1322 |
73
+ | 6.1717 | 9.75 | 120000 | 6.1255 |
74
+ | 6.1649 | 10.16 | 125000 | 6.1221 |
75
+ | 6.1591 | 10.56 | 130000 | 6.1176 |
76
+ | 6.1562 | 10.97 | 135000 | 6.1111 |
77
+ | 6.15 | 11.37 | 140000 | 6.1063 |
78
+ | 6.1488 | 11.78 | 145000 | 6.1046 |
79
+ | 6.1449 | 12.19 | 150000 | 6.1023 |
80
+ | 6.1397 | 12.59 | 155000 | 6.0961 |
81
+ | 6.135 | 13.0 | 160000 | 6.0938 |
82
+ | 6.1315 | 13.41 | 165000 | 6.0891 |
83
+ | 6.1302 | 13.81 | 170000 | 6.0853 |
84
+ | 6.1295 | 14.22 | 175000 | 6.0838 |
85
+ | 6.1276 | 14.62 | 180000 | 6.0834 |
86
+
87
+
88
+ ### Framework versions
89
+
90
+ - Transformers 4.19.2
91
+ - Pytorch 1.11.0
92
+ - Datasets 2.2.2
93
+ - Tokenizers 0.12.1