Divyasreepat
commited on
Commit
•
ff26e5c
1
Parent(s):
d12caca
Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
- automatic-speech-recognition
|
8 |
pipeline_tag: automatic-speech-recognition
|
9 |
---
|
10 |
-
|
11 |
⚠️ Whisper is currently only available via the `keras-hub-nightly` package. Use `pip install keras-hub-nightly` to try this model.
|
12 |
|
13 |
A Whisper encoder-decoder network for speech.
|
@@ -110,4 +110,4 @@ model = keras_hub.models.WhisperBackbone(
|
|
110 |
max_decoder_sequence_length=128,
|
111 |
)
|
112 |
model(input_data)
|
113 |
-
```
|
|
|
7 |
- automatic-speech-recognition
|
8 |
pipeline_tag: automatic-speech-recognition
|
9 |
---
|
10 |
+
### Model Overview
|
11 |
⚠️ Whisper is currently only available via the `keras-hub-nightly` package. Use `pip install keras-hub-nightly` to try this model.
|
12 |
|
13 |
A Whisper encoder-decoder network for speech.
|
|
|
110 |
max_decoder_sequence_length=128,
|
111 |
)
|
112 |
model(input_data)
|
113 |
+
```
|