infinitejoy
commited on
Commit
·
7a56c23
1
Parent(s):
83951f9
Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ print("Prediction:", processor.batch_decode(predicted_ids))
|
|
54 |
print("Reference:", test_dataset["sentence"][:2])
|
55 |
```
|
56 |
## Evaluation
|
57 |
-
The model can be evaluated as follows on the
|
58 |
```python
|
59 |
import torch
|
60 |
import torchaudio
|
|
|
54 |
print("Reference:", test_dataset["sentence"][:2])
|
55 |
```
|
56 |
## Evaluation
|
57 |
+
The model can be evaluated as follows on the Odia test data of Common Voice.
|
58 |
```python
|
59 |
import torch
|
60 |
import torchaudio
|