Update README.md with new model card content
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 1 | 
         
             
            ---
         
     | 
| 2 | 
         
             
            library_name: keras-hub
         
     | 
| 3 | 
         
             
            ---
         
     | 
| 4 | 
         
            -
             
     | 
| 5 | 
         
             
            ⚠️ Whisper is currently only available via the `keras-hub-nightly` package. Use `pip install keras-hub-nightly` to try this model.
         
     | 
| 6 | 
         | 
| 7 | 
         
             
            A Whisper encoder-decoder network for speech.
         
     | 
| 
         @@ -43,7 +43,7 @@ __Arguments__ 
     | 
|
| 43 | 
         
             
            - __max_decoder_sequence_length__: int. The maximum sequence length that the
         
     | 
| 44 | 
         
             
                text decoder can consume.
         
     | 
| 45 | 
         | 
| 46 | 
         
            -
             
     | 
| 47 | 
         
             
            ```python
         
     | 
| 48 | 
         
             
            import keras_hub
         
     | 
| 49 | 
         
             
            import keras_core as keras
         
     | 
| 
         | 
|
| 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.
         
     | 
| 6 | 
         | 
| 7 | 
         
             
            A Whisper encoder-decoder network for speech.
         
     | 
| 
         | 
|
| 43 | 
         
             
            - __max_decoder_sequence_length__: int. The maximum sequence length that the
         
     | 
| 44 | 
         
             
                text decoder can consume.
         
     | 
| 45 | 
         | 
| 46 | 
         
            +
            ## Example Usage
         
     | 
| 47 | 
         
             
            ```python
         
     | 
| 48 | 
         
             
            import keras_hub
         
     | 
| 49 | 
         
             
            import keras_core as keras
         
     |