Alikhan Urumov
commited on
Commit
•
999644b
1
Parent(s):
79bcc86
update model card README.md
Browse files
README.md
CHANGED
@@ -4,58 +4,53 @@ tags:
|
|
4 |
model-index:
|
5 |
- name: wav2vec2-russian
|
6 |
results: []
|
7 |
-
widget:
|
8 |
-
- src: https://cdn-media.huggingface.co/speech_samples/common_voice_ru_18849022.mp3
|
9 |
-
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
# wav2vec2-russian
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
# словарь также самому можно вручную собрать, там для русского язывка всего 36 символов
|
61 |
-
|
|
|
4 |
model-index:
|
5 |
- name: wav2vec2-russian
|
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 |
# wav2vec2-russian
|
13 |
+
|
14 |
+
This model was trained from scratch on the None dataset.
|
15 |
+
It achieves the following results on the evaluation set:
|
16 |
+
- eval_loss: 0.3457
|
17 |
+
- eval_wer: 0.4635
|
18 |
+
- eval_runtime: 157.5931
|
19 |
+
- eval_samples_per_second: 9.613
|
20 |
+
- eval_steps_per_second: 1.206
|
21 |
+
- epoch: 1.95
|
22 |
+
- step: 3500
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 1e-07
|
42 |
+
- train_batch_size: 16
|
43 |
+
- eval_batch_size: 8
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_steps: 1000
|
48 |
+
- num_epochs: 10
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
+
|
51 |
+
### Framework versions
|
52 |
+
|
53 |
+
- Transformers 4.18.0
|
54 |
+
- Pytorch 1.10.0+cu111
|
55 |
+
- Datasets 2.0.0
|
56 |
+
- Tokenizers 0.11.6
|
|
|
|