Divyasreepat commited on
Commit
4c6fb9e
·
verified ·
1 Parent(s): 1801601

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  - keras
9
  pipeline_tag: automatic-speech-recognition
10
  ---
11
- ## Model Overview
12
  ⚠️ Whisper is currently only available via the `keras-hub-nightly` package. Use `pip install keras-hub-nightly` to try this model.
13
 
14
  A Whisper encoder-decoder network for speech.
@@ -111,4 +111,4 @@ model = keras_hub.models.WhisperBackbone(
111
  max_decoder_sequence_length=128,
112
  )
113
  model(input_data)
114
- ```
 
8
  - keras
9
  pipeline_tag: automatic-speech-recognition
10
  ---
11
+ ### Model Overview
12
  ⚠️ Whisper is currently only available via the `keras-hub-nightly` package. Use `pip install keras-hub-nightly` to try this model.
13
 
14
  A Whisper encoder-decoder network for speech.
 
111
  max_decoder_sequence_length=128,
112
  )
113
  model(input_data)
114
+ ```