Vu Minh Chien commited on
Commit
45e1c56
·
1 Parent(s): e17ee28
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -23,7 +23,7 @@ model-index:
23
  metrics:
24
  - name: Test WER
25
  type: wer
26
- value: 46.77
27
  ---
28
  # Wav2Vec2-Large-XLSR-53-Japanese
29
  Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Japanese using the [Common Voice](https://huggingface.co/datasets/common_voice) and Japanese speech corpus of Saruwatari-lab, University of Tokyo [JSUT](https://sites.google.com/site/shinnosuketakamichi/publication/jsut).
@@ -107,7 +107,7 @@ def evaluate(batch):
107
  result = test_dataset.map(evaluate, batched=True, batch_size=8)
108
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
109
  ```
110
- **Test Result**: 46.77
111
  ## Training
112
  The Common Voice `train`, `validation` datasets and Japanese speech corpus `basic5000` datasets were used for training.
113
- The script used for training can be found [here](Fine-Tune-Wav2Vec2-Large-XLSR-Japan.ipynb)
 
23
  metrics:
24
  - name: Test WER
25
  type: wer
26
+ value: 30.837004
27
  ---
28
  # Wav2Vec2-Large-XLSR-53-Japanese
29
  Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Japanese using the [Common Voice](https://huggingface.co/datasets/common_voice) and Japanese speech corpus of Saruwatari-lab, University of Tokyo [JSUT](https://sites.google.com/site/shinnosuketakamichi/publication/jsut).
 
107
  result = test_dataset.map(evaluate, batched=True, batch_size=8)
108
  print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"], references=result["sentence"])))
109
  ```
110
+ **Test Result**: 30.837004
111
  ## Training
112
  The Common Voice `train`, `validation` datasets and Japanese speech corpus `basic5000` datasets were used for training.
113
+ The script used for training can be found [here](https://colab.research.google.com/drive/1ZTxoYzgOotUjcyoBf0m8gZj5Kcmu2yGU)