kingabzpro
commited on
Commit
•
7324e16
1
Parent(s):
e88c671
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
- sv
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- automatic-speech-recognition
|
@@ -25,33 +25,11 @@ model-index:
|
|
25 |
- type: wer
|
26 |
value: 14.04
|
27 |
name: Test WER With LM
|
28 |
-
|
29 |
-
- learning_rate: 7.5e-05
|
30 |
-
- train_batch_size: 32
|
31 |
-
- eval_batch_size: 8
|
32 |
-
- seed: 42
|
33 |
-
- gradient_accumulation_steps: 4
|
34 |
-
- total_train_batch_size: 128
|
35 |
-
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
36 |
-
- lr_scheduler_type: linear
|
37 |
-
- lr_scheduler_warmup_steps: 1000
|
38 |
-
- num_epochs: 50
|
39 |
-
- mixed_precision_training: Native AMP
|
40 |
- type: cer
|
41 |
value: 4.86
|
42 |
name: Test CER With LM
|
43 |
-
|
44 |
-
- learning_rate: 7.5e-05
|
45 |
-
- train_batch_size: 32
|
46 |
-
- eval_batch_size: 8
|
47 |
-
- seed: 42
|
48 |
-
- gradient_accumulation_steps: 4
|
49 |
-
- total_train_batch_size: 128
|
50 |
-
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
-
- lr_scheduler_type: linear
|
52 |
-
- lr_scheduler_warmup_steps: 1000
|
53 |
-
- num_epochs: 50
|
54 |
-
- mixed_precision_training: Native AMP
|
55 |
- task:
|
56 |
name: Automatic Speech Recognition
|
57 |
type: automatic-speech-recognition
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- sv
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- automatic-speech-recognition
|
|
|
25 |
- type: wer
|
26 |
value: 14.04
|
27 |
name: Test WER With LM
|
28 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
- type: cer
|
30 |
value: 4.86
|
31 |
name: Test CER With LM
|
32 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
- task:
|
34 |
name: Automatic Speech Recognition
|
35 |
type: automatic-speech-recognition
|