bkh6722 commited on
Commit
a30b608
·
1 Parent(s): f391906

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -19
README.md CHANGED
@@ -13,8 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-german](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-german) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 1.1195
17
- - Wer: 0.1773
18
 
19
  ## Model description
20
 
@@ -42,29 +42,29 @@ The following hyperparameters were used during training:
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 500
45
- - num_epochs: 70
46
  - mixed_precision_training: Native AMP
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Wer |
51
  |:-------------:|:-----:|:----:|:---------------:|:------:|
52
- | 21.636 | 4.34 | 100 | 3.0908 | 1.0 |
53
- | 2.7682 | 8.68 | 200 | 1.9050 | 0.9553 |
54
- | 1.2501 | 13.04 | 300 | 0.7659 | 0.3830 |
55
- | 0.4483 | 17.38 | 400 | 0.9268 | 0.2683 |
56
- | 0.2845 | 21.72 | 500 | 0.7930 | 0.2072 |
57
- | 0.2031 | 26.09 | 600 | 0.9293 | 0.1997 |
58
- | 0.1386 | 30.43 | 700 | 0.9864 | 0.1923 |
59
- | 0.1047 | 34.77 | 800 | 1.0561 | 0.1952 |
60
- | 0.0698 | 39.13 | 900 | 1.0644 | 0.1893 |
61
- | 0.0547 | 43.47 | 1000 | 0.9583 | 0.1893 |
62
- | 0.0428 | 47.81 | 1100 | 1.0994 | 0.1848 |
63
- | 0.0296 | 52.17 | 1200 | 1.1003 | 0.1893 |
64
- | 0.0253 | 56.51 | 1300 | 1.1177 | 0.1923 |
65
- | 0.0216 | 60.85 | 1400 | 1.1159 | 0.1610 |
66
- | 0.0136 | 65.21 | 1500 | 1.1248 | 0.1759 |
67
- | 0.0133 | 69.55 | 1600 | 1.1195 | 0.1773 |
68
 
69
 
70
  ### Framework versions
 
13
 
14
  This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-german](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-german) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 8.0485
17
+ - Wer: 1.1740
18
 
19
  ## Model description
20
 
 
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 500
45
+ - num_epochs: 320
46
  - mixed_precision_training: Native AMP
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Wer |
51
  |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | 6.61 | 20.0 | 100 | 3.0666 | 1.0 |
53
+ | 2.6693 | 40.0 | 200 | 3.0447 | 0.9971 |
54
+ | 1.7005 | 60.0 | 300 | 4.0288 | 1.0118 |
55
+ | 0.7894 | 80.0 | 400 | 5.1604 | 1.0265 |
56
+ | 0.3588 | 100.0 | 500 | 6.2627 | 1.0560 |
57
+ | 0.1847 | 120.0 | 600 | 6.1311 | 1.0708 |
58
+ | 0.1079 | 140.0 | 700 | 6.5706 | 1.0914 |
59
+ | 0.0723 | 160.0 | 800 | 7.3875 | 1.1976 |
60
+ | 0.0506 | 180.0 | 900 | 7.0595 | 1.1740 |
61
+ | 0.0378 | 200.0 | 1000 | 7.5306 | 1.1445 |
62
+ | 0.041 | 220.0 | 1100 | 7.4536 | 1.0767 |
63
+ | 0.0254 | 240.0 | 1200 | 7.7803 | 1.1504 |
64
+ | 0.0211 | 260.0 | 1300 | 7.9156 | 1.1003 |
65
+ | 0.0175 | 280.0 | 1400 | 8.0091 | 1.1681 |
66
+ | 0.0141 | 300.0 | 1500 | 8.0537 | 1.1475 |
67
+ | 0.0132 | 320.0 | 1600 | 8.0485 | 1.1740 |
68
 
69
 
70
  ### Framework versions