Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,6 @@ The popular dataset [common voice version 13.0](https://huggingface.co/datasets/
|
|
17 |
|
18 |
### Testing Model
|
19 |
With code provided below user can test model performance:
|
20 |
-
- Example text: "Toshkentda Shavkat Mirziyoyev Xalqaro dzyudo federatsiyasi rahbarini "Do'stlik" ordeni bilan mukofotladi."
|
21 |
```python
|
22 |
import torch
|
23 |
from transformers import AutomaticSpeechRecognitionPipeline
|
|
|
17 |
|
18 |
### Testing Model
|
19 |
With code provided below user can test model performance:
|
|
|
20 |
```python
|
21 |
import torch
|
22 |
from transformers import AutomaticSpeechRecognitionPipeline
|