jayasuryajsk
commited on
Commit
•
4056e41
1
Parent(s):
c67eccb
Update README.md
Browse files
README.md
CHANGED
@@ -72,6 +72,7 @@ pipe = pipeline(
|
|
72 |
result = pipe("recording.mp3", generate_kwargs={"language": "english"})
|
73 |
print(result["text"])
|
74 |
```
|
|
|
75 |
|
76 |
### Training hyperparameters
|
77 |
|
|
|
72 |
result = pipe("recording.mp3", generate_kwargs={"language": "english"})
|
73 |
print(result["text"])
|
74 |
```
|
75 |
+
Try this on https://colab.research.google.com/drive/1KxWSaxZThv8PE4mDoLfJv0O7L-5hQ1lE?usp=sharing
|
76 |
|
77 |
### Training hyperparameters
|
78 |
|