DewiBrynJones commited on
Commit
3bc4053
1 Parent(s): bd7b454

Model save

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -2,8 +2,6 @@
2
  license: apache-2.0
3
  base_model: facebook/wav2vec2-large-xlsr-53
4
  tags:
5
- - automatic-speech-recognition
6
- - DewiBrynJones/banc-trawsgrifiadau-bangor-clean
7
  - generated_from_trainer
8
  metrics:
9
  - wer
@@ -17,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # wav2vec2-xlsr-53-ft-btb-cy
19
 
20
- This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the DEWIBRYNJONES/BANC-TRAWSGRIFIADAU-BANGOR-CLEAN - DEFAULT dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.5400
23
- - Wer: 0.4066
24
 
25
  ## Model description
26
 
@@ -46,23 +44,25 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 500
49
- - training_steps: 2000
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Wer |
55
  |:-------------:|:------:|:----:|:---------------:|:------:|
56
- | No log | 0.2278 | 200 | 2.9681 | 1.0 |
57
- | No log | 0.4556 | 400 | 1.3578 | 0.8300 |
58
- | 3.3875 | 0.6834 | 600 | 0.9213 | 0.6513 |
59
- | 3.3875 | 0.9112 | 800 | 0.7288 | 0.5341 |
60
- | 0.8947 | 1.1390 | 1000 | 0.6245 | 0.4634 |
61
- | 0.8947 | 1.3667 | 1200 | 0.5952 | 0.4458 |
62
- | 0.8947 | 1.5945 | 1400 | 0.5781 | 0.4385 |
63
- | 0.7523 | 1.8223 | 1600 | 0.5620 | 0.4283 |
64
- | 0.7523 | 2.0501 | 1800 | 0.5437 | 0.4140 |
65
- | 0.6707 | 2.2779 | 2000 | 0.5400 | 0.4066 |
 
 
66
 
67
 
68
  ### Framework versions
 
2
  license: apache-2.0
3
  base_model: facebook/wav2vec2-large-xlsr-53
4
  tags:
 
 
5
  - generated_from_trainer
6
  metrics:
7
  - wer
 
15
 
16
  # wav2vec2-xlsr-53-ft-btb-cy
17
 
18
+ This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.8068
21
+ - Wer: 0.4827
22
 
23
  ## Model description
24
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 500
47
+ - training_steps: 2500
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:------:|:----:|:---------------:|:------:|
54
+ | No log | 0.2278 | 200 | 2.9657 | 1.0 |
55
+ | No log | 0.4556 | 400 | 1.2565 | 0.8238 |
56
+ | 3.3708 | 0.6834 | 600 | 0.8799 | 0.6337 |
57
+ | 3.3708 | 0.9112 | 800 | 0.7572 | 0.5468 |
58
+ | 0.9128 | 1.1390 | 1000 | 0.6134 | 0.4571 |
59
+ | 0.9128 | 1.3667 | 1200 | 0.5879 | 0.4429 |
60
+ | 0.9128 | 1.5945 | 1400 | 0.6283 | 0.4655 |
61
+ | 0.7779 | 1.8223 | 1600 | 0.6166 | 0.4566 |
62
+ | 0.7779 | 2.0501 | 1800 | 0.6131 | 0.4648 |
63
+ | 0.7465 | 2.2779 | 2000 | 0.6312 | 0.4722 |
64
+ | 0.7465 | 2.5057 | 2200 | 0.7630 | 0.4722 |
65
+ | 0.7465 | 2.7335 | 2400 | 0.8068 | 0.4827 |
66
 
67
 
68
  ### Framework versions