Alikhan Urumov commited on
Commit
6a86a7c
1 Parent(s): d23e771

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -37
README.md CHANGED
@@ -1,9 +1,8 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  model-index:
6
- - name: wav2vec2 russian
7
  results: []
8
  ---
9
 
@@ -12,10 +11,15 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # wav2vec2-russian
14
 
15
- This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 1.2972
18
- - Wer: 0.4920
 
 
 
 
 
19
 
20
  ## Model description
21
 
@@ -34,46 +38,16 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 1e-05
38
  - train_batch_size: 16
39
  - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_steps: 1000
44
- - num_epochs: 6
45
  - mixed_precision_training: Native AMP
46
 
47
- ### Training results
48
-
49
- | Training Loss | Epoch | Step | Validation Loss | Wer |
50
- |:-------------:|:-----:|:-----:|:---------------:|:------:|
51
- | 0.6885 | 0.25 | 500 | 1.2398 | 0.4926 |
52
- | 0.6499 | 0.5 | 1000 | 1.2338 | 0.4957 |
53
- | 0.6446 | 0.74 | 1500 | 1.2716 | 0.4975 |
54
- | 0.6966 | 0.99 | 2000 | 1.5439 | 0.4942 |
55
- | 0.7188 | 1.24 | 2500 | 1.4889 | 0.4960 |
56
- | 0.7116 | 1.49 | 3000 | 1.0075 | 0.4921 |
57
- | 0.7178 | 1.73 | 3500 | 1.3123 | 0.4984 |
58
- | 0.7034 | 1.98 | 4000 | 1.1037 | 0.4919 |
59
- | 0.7116 | 2.23 | 4500 | 0.9947 | 0.4942 |
60
- | 0.7203 | 2.48 | 5000 | 1.1547 | 0.4940 |
61
- | 0.72 | 2.73 | 5500 | 1.1245 | 0.4960 |
62
- | 0.6921 | 2.97 | 6000 | 1.0844 | 0.4947 |
63
- | 0.702 | 3.22 | 6500 | 1.1999 | 0.4931 |
64
- | 0.6965 | 3.47 | 7000 | 1.2106 | 0.4906 |
65
- | 0.6928 | 3.72 | 7500 | 1.1275 | 0.4939 |
66
- | 0.6973 | 3.96 | 8000 | 1.1953 | 0.4922 |
67
- | 0.7065 | 4.21 | 8500 | 1.2046 | 0.4931 |
68
- | 0.6921 | 4.46 | 9000 | 1.2052 | 0.4926 |
69
- | 0.6977 | 4.71 | 9500 | 1.2806 | 0.4922 |
70
- | 0.688 | 4.96 | 10000 | 1.3327 | 0.4926 |
71
- | 0.7003 | 5.2 | 10500 | 1.3518 | 0.4930 |
72
- | 0.6981 | 5.45 | 11000 | 1.3295 | 0.4936 |
73
- | 0.6913 | 5.7 | 11500 | 1.3065 | 0.4928 |
74
- | 0.6822 | 5.95 | 12000 | 1.2972 | 0.4920 |
75
-
76
-
77
  ### Framework versions
78
 
79
  - Transformers 4.17.0
 
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  model-index:
5
+ - name: wav2vec2-russian
6
  results: []
7
  ---
8
 
 
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: 1.0834
17
+ - eval_wer: 0.3843
18
+ - eval_runtime: 64.3015
19
+ - eval_samples_per_second: 26.422
20
+ - eval_steps_per_second: 3.313
21
+ - epoch: 6.44
22
+ - step: 13000
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 1e-06
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.17.0