pinot commited on
Commit
1bfa1f3
1 Parent(s): 65977bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -30,7 +30,7 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # wav2vec2-xls-r-300m-ja-syllable-cv-14
32
 
33
- This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the audiofolder dataset.
34
  It achieves the following results on the evaluation set:
35
  - Loss: 0.2005
36
  - Wer: 0.0438
@@ -45,7 +45,8 @@ More information needed
45
 
46
  ## Training and evaluation data
47
 
48
- More information needed
 
49
 
50
  ## Training procedure
51
 
 
30
 
31
  # wav2vec2-xls-r-300m-ja-syllable-cv-14
32
 
33
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on Japanese using the train, dev, and validation splits of Common Voice 14.0.
34
  It achieves the following results on the evaluation set:
35
  - Loss: 0.2005
36
  - Wer: 0.0438
 
45
 
46
  ## Training and evaluation data
47
 
48
+ Training: Common Voice 14.0 ja train, dev, validated
49
+ Test: Common Voice 14.0 ja test[:20%]
50
 
51
  ## Training procedure
52