Vu Minh Chien
commited on
Commit
•
a43c8d9
1
Parent(s):
45e1c56
update
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ print("Prediction:", processor.batch_decode(predicted_ids))
|
|
65 |
print("Reference:", test_dataset["sentence"][:2])
|
66 |
```
|
67 |
## Evaluation
|
68 |
-
The model can be evaluated as follows on the
|
69 |
```python
|
70 |
import torch
|
71 |
import librosa
|
|
|
65 |
print("Reference:", test_dataset["sentence"][:2])
|
66 |
```
|
67 |
## Evaluation
|
68 |
+
The model can be evaluated as follows on the Japanese test data of Common Voice.
|
69 |
```python
|
70 |
import torch
|
71 |
import librosa
|