prasadsachin commited on
Commit
0ed5edc
1 Parent(s): 0ca5772

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,5 +1,11 @@
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 +110,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
+ language:
5
+ - en
6
+ tags:
7
+ - automatic-speech-recognition
8
+ - keras
9
  ---
10
  ## Model Overview
11
  ⚠️ Whisper is currently only available via the `keras-hub-nightly` package. Use `pip install keras-hub-nightly` to try this model.
 
110
  max_decoder_sequence_length=128,
111
  )
112
  model(input_data)
113
+ ```