Rolv-Arild commited on
Commit
a4c9140
1 Parent(s): 180f4c6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: ''
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
+ #
13
+
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.5575
17
+ - Wer: 0.5219
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0003
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 8
41
+ - total_train_batch_size: 64
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 400
45
+ - num_epochs: 5.0
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | 2.3036 | 0.51 | 400 | 4.2199 | 0.9500 |
53
+ | 2.836 | 1.02 | 800 | 2.7748 | 1.2758 |
54
+ | 2.7021 | 1.53 | 1200 | 2.6211 | 1.1725 |
55
+ | 2.2322 | 2.04 | 1600 | 2.5714 | 1.1042 |
56
+ | 2.1435 | 2.55 | 2000 | 2.4205 | 1.0093 |
57
+ | 1.1205 | 3.06 | 2400 | 2.7612 | 0.9098 |
58
+ | 0.7821 | 3.57 | 2800 | 2.2900 | 0.8478 |
59
+ | 1.0018 | 4.08 | 3200 | 0.7970 | 0.6275 |
60
+ | 0.6312 | 4.59 | 3600 | 0.5575 | 0.5219 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.17.0.dev0
66
+ - Pytorch 1.10.0+cu113
67
+ - Datasets 1.18.1
68
+ - Tokenizers 0.11.0