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