Vu Minh Chien
commited on
Commit
·
45e1c56
1
Parent(s):
e17ee28
update
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Test WER
|
25 |
type: wer
|
26 |
-
value:
|
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**:
|
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](
|
|
|
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)
|