devasheeshG
commited on
Commit
•
c960644
1
Parent(s):
3d5346d
Update README.md
Browse files
README.md
CHANGED
@@ -316,4 +316,6 @@ audio = model.load_audio('whisper_medium_fp16_transformers/test.wav')
|
|
316 |
```python
|
317 |
# Transcribe (First transcription takes time)
|
318 |
model.transcribe(audio)
|
319 |
-
```
|
|
|
|
|
|
316 |
```python
|
317 |
# Transcribe (First transcription takes time)
|
318 |
model.transcribe(audio)
|
319 |
+
```
|
320 |
+
## Credits
|
321 |
+
It is fp16 version of ```openai/whisper-medium```
|