Golshid Shekoufandeh commited on
Commit
c9f53ed
·
1 Parent(s): 9d5db80

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -16
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [greenw0lf/wav2vec2-large-xls-r-1b-frisian](https://huggingface.co/greenw0lf/wav2vec2-large-xls-r-1b-frisian) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.1937
20
- - Wer: 0.2602
21
 
22
  ## Model description
23
 
@@ -36,32 +36,36 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 2e-05
40
  - train_batch_size: 32
41
  - eval_batch_size: 8
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_ratio: 0.1
46
- - num_epochs: 30
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
- | 8.7364 | 2.5 | 50 | 2.9854 | 1.0 |
54
- | 1.9624 | 5.0 | 100 | 0.3770 | 0.2812 |
55
- | 0.8855 | 7.5 | 150 | 0.2479 | 0.2499 |
56
- | 0.5855 | 10.0 | 200 | 0.2291 | 0.2481 |
57
- | 0.44 | 12.5 | 250 | 0.2096 | 0.2490 |
58
- | 0.7951 | 15.0 | 300 | 0.1971 | 0.2553 |
59
- | 0.7498 | 17.5 | 350 | 0.1958 | 0.2521 |
60
- | 0.3246 | 20.0 | 400 | 0.1963 | 0.2651 |
61
- | 0.4627 | 22.5 | 450 | 0.1925 | 0.2588 |
62
- | 0.4105 | 25.0 | 500 | 0.1922 | 0.2611 |
63
- | 0.5051 | 27.5 | 550 | 0.1949 | 0.2593 |
64
- | 0.6736 | 30.0 | 600 | 0.1937 | 0.2602 |
 
 
 
 
65
 
66
 
67
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [greenw0lf/wav2vec2-large-xls-r-1b-frisian](https://huggingface.co/greenw0lf/wav2vec2-large-xls-r-1b-frisian) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.2158
20
+ - Wer: 0.2709
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 9e-06
40
  - train_batch_size: 32
41
  - eval_batch_size: 8
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_ratio: 0.1
46
+ - num_epochs: 40
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 5.7704 | 2.5 | 50 | 3.5242 | 1.0040 |
54
+ | 2.7638 | 5.0 | 100 | 1.8583 | 1.0523 |
55
+ | 1.4635 | 7.5 | 150 | 0.5541 | 0.5861 |
56
+ | 0.6753 | 10.0 | 200 | 0.2995 | 0.3353 |
57
+ | 0.4331 | 12.5 | 250 | 0.2439 | 0.2964 |
58
+ | 0.7712 | 15.0 | 300 | 0.2344 | 0.2879 |
59
+ | 0.6968 | 17.5 | 350 | 0.2287 | 0.2839 |
60
+ | 0.2765 | 20.0 | 400 | 0.2249 | 0.2776 |
61
+ | 0.4245 | 22.5 | 450 | 0.2202 | 0.2776 |
62
+ | 0.3709 | 25.0 | 500 | 0.2192 | 0.2754 |
63
+ | 0.4728 | 27.5 | 550 | 0.2195 | 0.2763 |
64
+ | 0.6297 | 30.0 | 600 | 0.2191 | 0.2736 |
65
+ | 0.5297 | 32.5 | 650 | 0.2186 | 0.2758 |
66
+ | 0.3543 | 35.0 | 700 | 0.2171 | 0.2731 |
67
+ | 0.2973 | 37.5 | 750 | 0.2167 | 0.2713 |
68
+ | 0.4558 | 40.0 | 800 | 0.2158 | 0.2709 |
69
 
70
 
71
  ### Framework versions