chuuhtetnaing commited on
Commit
f3de3c1
·
verified ·
1 Parent(s): 904c06a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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