sudopop commited on
Commit
b0cc281
1 Parent(s): 30ed321

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - zeroth_korean
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: output
10
+ results:
11
+ - task:
12
+ name: Automatic Speech Recognition
13
+ type: automatic-speech-recognition
14
+ dataset:
15
+ name: zeroth_korean
16
+ type: zeroth_korean
17
+ config: clean
18
+ split: train
19
+ args: clean
20
+ metrics:
21
+ - name: Wer
22
+ type: wer
23
+ value: 0.988221081244337
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # output
30
+
31
+ This model was trained from scratch on the zeroth_korean dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 2.3624
34
+ - Wer: 0.9882
35
+ - Cer: 0.5429
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 7.5e-05
55
+ - train_batch_size: 16
56
+ - eval_batch_size: 8
57
+ - seed: 42
58
+ - gradient_accumulation_steps: 4
59
+ - total_train_batch_size: 64
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_steps: 2000
63
+ - num_epochs: 10.0
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
68
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
69
+ | 19.558 | 1.44 | 500 | 19.4094 | 1.0 | 1.0 |
70
+ | 4.7968 | 2.87 | 1000 | 4.7828 | 1.0 | 1.0 |
71
+ | 4.5125 | 4.31 | 1500 | 4.4959 | 0.9991 | 0.9540 |
72
+ | 4.2202 | 5.75 | 2000 | 4.2905 | 0.9923 | 0.8520 |
73
+ | 3.7774 | 7.18 | 2500 | 3.2846 | 1.0356 | 0.6652 |
74
+ | 3.1418 | 8.62 | 3000 | 2.3624 | 0.9882 | 0.5429 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.24.0
80
+ - Pytorch 1.13.1
81
+ - Datasets 2.6.1
82
+ - Tokenizers 0.11.0