udpated
Browse files
README.md
CHANGED
@@ -103,7 +103,8 @@ print("Reference:", test_dataset["sentence"][:2])
|
|
103 |
|
104 |
## Evaluation
|
105 |
|
106 |
-
The model can be evaluated as follows
|
|
|
107 |
|
108 |
```python
|
109 |
import torch
|
@@ -188,6 +189,11 @@ print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"],
|
|
188 |
|
189 |
## Training
|
190 |
|
|
|
|
|
|
|
|
|
|
|
191 |
The Common Voice `train`, `validation`, and ... datasets were used for training as well as ... and ... # TODO
|
192 |
|
193 |
The script used for training can be found [here](https://github.com/cahya-wirawan/indonesian-speech-recognition)
|
|
|
103 |
|
104 |
## Evaluation
|
105 |
|
106 |
+
The model can be evaluated as follows or using this
|
107 |
+
[notebook](https://github.com/cahya-wirawan/indonesian-speech-recognition/blob/main/XLSR_Wav2Vec2_for_Indonesian_Evaluation-Javanese.ipynb)
|
108 |
|
109 |
```python
|
110 |
import torch
|
|
|
189 |
|
190 |
## Training
|
191 |
|
192 |
+
[OpenSLR High quality TTS data for Javanese](https://openslr.org/41/) was used for training.
|
193 |
+
The script used for training can be found [here](https://github.com/cahya-wirawan/indonesian-speech-recognition/blob/main/XLSR_Wav2Vec2_for_Indonesian_Evaluation-Javanese.ipynb)
|
194 |
+
and to [evaluate it](https://github.com/cahya-wirawan/indonesian-speech-recognition/blob/main/XLSR_Wav2Vec2_for_Indonesian_Evaluation-Javanese.ipynb)
|
195 |
+
|
196 |
+
|
197 |
The Common Voice `train`, `validation`, and ... datasets were used for training as well as ... and ... # TODO
|
198 |
|
199 |
The script used for training can be found [here](https://github.com/cahya-wirawan/indonesian-speech-recognition)
|