prasadsachin commited on
Commit
33936db
1 Parent(s): affa80b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  library_name: keras-hub
 
 
 
 
3
  ---
4
  ## Model Overview
5
  ⚠️ Whisper is currently only available via the `keras-hub-nightly` package. Use `pip install keras-hub-nightly` to try this model.
@@ -104,4 +108,4 @@ model = keras_hub.models.WhisperBackbone(
104
  max_decoder_sequence_length=128,
105
  )
106
  model(input_data)
107
- ```
 
1
  ---
2
  library_name: keras-hub
3
+ license: mit
4
+ tags:
5
+ - automatic-speech-recognition
6
+ - keras
7
  ---
8
  ## Model Overview
9
  ⚠️ Whisper is currently only available via the `keras-hub-nightly` package. Use `pip install keras-hub-nightly` to try this model.
 
108
  max_decoder_sequence_length=128,
109
  )
110
  model(input_data)
111
+ ```