Divyasreepat commited on
Commit
3d55dae
1 Parent(s): 5a578ba

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - automatic-speech-recognition
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,4 +109,4 @@ model = keras_hub.models.WhisperBackbone(
109
  max_decoder_sequence_length=128,
110
  )
111
  model(input_data)
112
- ```
 
6
  - automatic-speech-recognition
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
+ ```