Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ input_speech = test_dataset[42]['audio']
|
|
41 |
pipe = pipeline(model='chuuhtetnaing/whisper-small-myanmar')
|
42 |
|
43 |
output = pipe(input_speech, generate_kwargs={"language": "myanmar", "task": "transcribe"})
|
44 |
-
print(output['text']) #
|
45 |
```
|
46 |
|
47 |
### Training hyperparameters
|
|
|
41 |
pipe = pipeline(model='chuuhtetnaing/whisper-small-myanmar')
|
42 |
|
43 |
output = pipe(input_speech, generate_kwargs={"language": "myanmar", "task": "transcribe"})
|
44 |
+
print(output['text']) # ကျွန်မ ပြည်ပ မှာ ပညာသင် တော့ စာမေးပွဲ ကို တပတ်တခါ စစ်တယ်
|
45 |
```
|
46 |
|
47 |
### Training hyperparameters
|