prasadsachin commited on
Commit
bb0119a
1 Parent(s): 25e12ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,5 +1,10 @@
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 +109,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
+ - speech-recognition
6
+ - keras
7
+ - automatic-speach-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.
 
109
  max_decoder_sequence_length=128,
110
  )
111
  model(input_data)
112
+ ```