DylanonWic commited on
Commit
ad16c50
1 Parent(s): d7c652c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  metrics:
@@ -14,11 +13,11 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # wav2vec2-large-asr-th-2
16
 
17
- 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.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.3300
20
- - Wer: 0.4924
21
- - Cer: 0.1398
22
 
23
  ## Model description
24
 
@@ -53,10 +52,10 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
56
- | 1.2666 | 0.24 | 1000 | 0.7343 | 0.6934 | 0.2410 |
57
- | 0.9305 | 0.47 | 2000 | 0.4504 | 0.6006 | 0.1764 |
58
- | 0.8241 | 0.71 | 3000 | 0.3653 | 0.5278 | 0.1547 |
59
- | 0.7788 | 0.95 | 4000 | 0.3300 | 0.4924 | 0.1398 |
60
 
61
 
62
  ### Framework versions
 
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  metrics:
 
13
 
14
  # wav2vec2-large-asr-th-2
15
 
16
+ This model was trained from scratch on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.2590
19
+ - Wer: 0.4210
20
+ - Cer: 0.1146
21
 
22
  ## Model description
23
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
54
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
55
+ | 0.6189 | 0.24 | 1000 | 0.3571 | 0.5060 | 0.1449 |
56
+ | 0.5435 | 0.47 | 2000 | 0.3255 | 0.4712 | 0.1328 |
57
+ | 0.5612 | 0.71 | 3000 | 0.2870 | 0.4464 | 0.1233 |
58
+ | 0.6737 | 0.95 | 4000 | 0.2590 | 0.4210 | 0.1146 |
59
 
60
 
61
  ### Framework versions