Vlasta commited on
Commit
d1b1354
1 Parent(s): d8997cf

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_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_continuation
13
+
14
+ This model is a fine-tuned version of [Vlasta/DNADebertaSentencepiece30k_continuation](https://huggingface.co/Vlasta/DNADebertaSentencepiece30k_continuation) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 5.9867
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.1786 | 0.41 | 5000 | 6.1475 |
51
+ | 6.1856 | 0.81 | 10000 | 6.1490 |
52
+ | 6.1769 | 1.22 | 15000 | 6.1370 |
53
+ | 6.1714 | 1.62 | 20000 | 6.1330 |
54
+ | 6.1633 | 2.03 | 25000 | 6.1221 |
55
+ | 6.1548 | 2.44 | 30000 | 6.1180 |
56
+ | 6.1495 | 2.84 | 35000 | 6.1141 |
57
+ | 6.1453 | 3.25 | 40000 | 6.1026 |
58
+ | 6.1362 | 3.66 | 45000 | 6.0984 |
59
+ | 6.1325 | 4.06 | 50000 | 6.0961 |
60
+ | 6.1227 | 4.47 | 55000 | 6.0874 |
61
+ | 6.1215 | 4.87 | 60000 | 6.0806 |
62
+ | 6.1149 | 5.28 | 65000 | 6.0779 |
63
+ | 6.1099 | 5.69 | 70000 | 6.0701 |
64
+ | 6.104 | 6.09 | 75000 | 6.0633 |
65
+ | 6.0963 | 6.5 | 80000 | 6.0628 |
66
+ | 6.095 | 6.91 | 85000 | 6.0572 |
67
+ | 6.0858 | 7.31 | 90000 | 6.0525 |
68
+ | 6.0895 | 7.72 | 95000 | 6.0430 |
69
+ | 6.0804 | 8.12 | 100000 | 6.0437 |
70
+ | 6.0767 | 8.53 | 105000 | 6.0371 |
71
+ | 6.0748 | 8.94 | 110000 | 6.0312 |
72
+ | 6.0702 | 9.34 | 115000 | 6.0293 |
73
+ | 6.0668 | 9.75 | 120000 | 6.0242 |
74
+ | 6.0615 | 10.16 | 125000 | 6.0213 |
75
+ | 6.0568 | 10.56 | 130000 | 6.0183 |
76
+ | 6.0552 | 10.97 | 135000 | 6.0125 |
77
+ | 6.0496 | 11.37 | 140000 | 6.0087 |
78
+ | 6.0493 | 11.78 | 145000 | 6.0084 |
79
+ | 6.0466 | 12.19 | 150000 | 6.0060 |
80
+ | 6.042 | 12.59 | 155000 | 6.0008 |
81
+ | 6.0375 | 13.0 | 160000 | 5.9986 |
82
+ | 6.0345 | 13.41 | 165000 | 5.9940 |
83
+ | 6.0336 | 13.81 | 170000 | 5.9905 |
84
+ | 6.0334 | 14.22 | 175000 | 5.9891 |
85
+ | 6.0313 | 14.62 | 180000 | 5.9887 |
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