IMvision12 commited on
Commit
72bfccb
·
verified ·
1 Parent(s): 4073eb2

Upload kf_preprocessor.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_preprocessor.json +12 -0
kf_preprocessor.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "preprocessor_module": "kerasformers.models.whisper",
5
+ "preprocessor_class": "WhisperFeatureExtractor",
6
+ "variant": "whisper_small",
7
+ "sampling_rate": 16000,
8
+ "n_fft": 400,
9
+ "hop_length": 160,
10
+ "n_mels": 80,
11
+ "chunk_length": 30
12
+ }