AndrewMcDowell commited on
Commit
6c0e054
1 Parent(s): ce0855b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -45
README.md CHANGED
@@ -1,32 +1,12 @@
1
  ---
2
- language:
3
- - ja
4
  license: apache-2.0
5
  tags:
6
- - automatic-speech-recognition
7
- - mozilla-foundation/common_voice_8_0
8
  - generated_from_trainer
9
- - robust-speech-event
10
- - ja
11
  datasets:
12
  - common_voice
13
  model-index:
14
- - name: 'XLS-R-300-m'
15
- results:
16
- - task:
17
- name: Automatic Speech Recognition
18
- type: automatic-speech-recognition
19
- dataset:
20
- name: Common Voice 8
21
- type: mozilla-foundation/common_voice_8_0
22
- args: ja
23
- metrics:
24
- - name: Test WER
25
- type: wer
26
- value: 94.91
27
- - name: Test CER
28
- type: cer
29
- value: 23.32
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -34,12 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
34
 
35
  #
36
 
37
- This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - JA dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.5351
40
- - Wer: 2.6188
41
-
42
- Kanji are converted into Hiragana using the [pykakasi](https://pykakasi.readthedocs.io/en/latest/index.html) library during training and evaluation. The model can output both Hiragana and Katakana characters.
43
 
44
  ## Model description
45
 
@@ -72,17 +50,16 @@ The following hyperparameters were used during training:
72
 
73
  | Training Loss | Epoch | Step | Validation Loss | Wer |
74
  |:-------------:|:-----:|:-----:|:---------------:|:------:|
75
- | 4.221 | 4.5 | 1000 | 4.1195 | 2.4024 |
76
- | 2.3597 | 9.01 | 2000 | 1.1024 | 2.7618 |
77
- | 1.8795 | 13.51 | 3000 | 0.7498 | 2.5885 |
78
- | 1.7143 | 18.02 | 4000 | 0.6539 | 2.5976 |
79
- | 1.6025 | 22.52 | 5000 | 0.5989 | 2.6034 |
80
- | 1.5403 | 27.03 | 6000 | 0.6035 | 2.6946 |
81
- | 1.4773 | 31.53 | 7000 | 0.5647 | 2.5558 |
82
- | 1.4228 | 36.04 | 8000 | 0.5477 | 2.5676 |
83
- | 1.3801 | 40.54 | 9000 | 0.5413 | 2.6192 |
84
- | 1.3558 | 45.05 | 10000 | 0.5343 | 2.6575 |
85
- | 1.3298 | 49.55 | 11000 | 0.5349 | 2.6274 |
86
 
87
 
88
  ### Framework versions
@@ -91,10 +68,3 @@ The following hyperparameters were used during training:
91
  - Pytorch 1.10.2+cu102
92
  - Datasets 1.18.2.dev0
93
  - Tokenizers 0.11.0
94
-
95
- #### Evaluation Commands
96
- 1. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test`
97
-
98
- ```bash
99
- python ./eval.py --model_id AndrewMcDowell/wav2vec2-xls-r-300m-japanese --dataset mozilla-foundation/common_voice_8_0 --config ja --split test --log_outputs
100
- ```
 
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
 
 
4
  - generated_from_trainer
 
 
5
  datasets:
6
  - common_voice
7
  model-index:
8
+ - name: ''
9
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
14
 
15
  #
16
 
17
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5228
20
+ - Wer: 1.2781
 
 
21
 
22
  ## Model description
23
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:-----:|:---------------:|:------:|
53
+ | 4.0974 | 4.72 | 1000 | 4.0178 | 1.9535 |
54
+ | 2.1276 | 9.43 | 2000 | 0.9301 | 1.2128 |
55
+ | 1.7622 | 14.15 | 3000 | 0.7103 | 1.5527 |
56
+ | 1.6397 | 18.87 | 4000 | 0.6729 | 1.4269 |
57
+ | 1.5468 | 23.58 | 5000 | 0.6087 | 1.2497 |
58
+ | 1.4885 | 28.3 | 6000 | 0.5786 | 1.3222 |
59
+ | 1.451 | 33.02 | 7000 | 0.5726 | 1.3768 |
60
+ | 1.3912 | 37.74 | 8000 | 0.5518 | 1.2497 |
61
+ | 1.3617 | 42.45 | 9000 | 0.5352 | 1.2694 |
62
+ | 1.3113 | 47.17 | 10000 | 0.5228 | 1.2781 |
 
63
 
64
 
65
  ### Framework versions
 
68
  - Pytorch 1.10.2+cu102
69
  - Datasets 1.18.2.dev0
70
  - Tokenizers 0.11.0