IMvision12 commited on
Commit
f814bb9
·
verified ·
1 Parent(s): 4fac7a4

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +19 -0
  2. model.weights.h5 +3 -0
  3. tokenizer.json +0 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ---
10
+
11
+ # whisper_tiny (Keras 3)
12
+
13
+ Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers), mirrored from the GitHub release. License: `apache-2.0`.
14
+
15
+ ```python
16
+ from kerasformers.models.whisper import WhisperSpeechToText, WhisperProcessor
17
+ model = WhisperSpeechToText.from_weights("whisper_tiny")
18
+ processor = WhisperProcessor.from_weights("whisper_tiny")
19
+ ```
model.weights.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5271cce068b180b7160c390edd1a9ad94e5c05400f79912a20663bb8f464ef6b
3
+ size 151449720
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff