IMvision12 commited on
Commit
2bc9356
·
verified ·
1 Parent(s): 242031a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -22
README.md CHANGED
@@ -1,22 +1,22 @@
1
- ---
2
- pipeline_tag: automatic-speech-recognition
3
- license: apache-2.0
4
- library_name: kerasformers
5
- tags:
6
- - keras
7
- - kerasformers
8
- - whisper
9
- - tensorflow
10
- - jax
11
- - pytorch
12
- ---
13
-
14
- # whisper_base (Keras 3)
15
-
16
- Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers), mirrored from the GitHub release. License: `apache-2.0`.
17
-
18
- ```python
19
- from kerasformers.models.whisper import WhisperSpeechToText, WhisperProcessor
20
- model = WhisperSpeechToText.from_weights("whisper_base")
21
- processor = WhisperProcessor.from_weights("whisper_base")
22
- ```
 
1
+ ---
2
+ pipeline_tag: automatic-speech-recognition
3
+ license: apache-2.0
4
+ library_name: kerasformers
5
+ tags:
6
+ - keras
7
+ - kerasformers
8
+ - whisper
9
+ - tf
10
+ - jax
11
+ - pytorch
12
+ ---
13
+
14
+ # whisper_base (Keras 3)
15
+
16
+ Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers), mirrored from the GitHub release. License: `apache-2.0`.
17
+
18
+ ```python
19
+ from kerasformers.models.whisper import WhisperSpeechToText, WhisperProcessor
20
+ model = WhisperSpeechToText.from_weights("whisper_base")
21
+ processor = WhisperProcessor.from_weights("whisper_base")
22
+ ```