chuuhtetnaing
commited on
Commit
β’
f3de3c1
1
Parent(s):
904c06a
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
|