Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,6 @@ This model is ideal for automatic speech recognition (ASR) applications in Hindi
|
|
33 |
|
34 |
The model can be used directly (without a language model) as follows:
|
35 |
|
36 |
-
```python
|
37 |
import torch
|
38 |
import torchaudio
|
39 |
from datasets import load_dataset
|
@@ -67,7 +66,6 @@ print("Reference:", test_dataset["sentence"][:2])
|
|
67 |
# Evaluation
|
68 |
The model can be evaluated as follows on the Hindi test data of Common Voice.
|
69 |
|
70 |
-
```python
|
71 |
import torch
|
72 |
import torchaudio
|
73 |
from datasets import load_dataset, load_metric
|
|
|
33 |
|
34 |
The model can be used directly (without a language model) as follows:
|
35 |
|
|
|
36 |
import torch
|
37 |
import torchaudio
|
38 |
from datasets import load_dataset
|
|
|
66 |
# Evaluation
|
67 |
The model can be evaluated as follows on the Hindi test data of Common Voice.
|
68 |
|
|
|
69 |
import torch
|
70 |
import torchaudio
|
71 |
from datasets import load_dataset, load_metric
|