reach-vb HF staff commited on
Commit
c3d0fa9
1 Parent(s): 03b6444

da765ffdd5fac85ef452f61a0dc72c1ae4b1ae3fabbd85d896c5cc04f71d10d9

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_mels": 128,
3
+ "n_audio_ctx": 1500,
4
+ "n_audio_state": 1280,
5
+ "n_audio_head": 20,
6
+ "n_audio_layer": 32,
7
+ "n_vocab": 51866,
8
+ "n_text_ctx": 448,
9
+ "n_text_state": 1280,
10
+ "n_text_head": 20,
11
+ "n_text_layer": 32,
12
+ "model_type": "whisper"
13
+ }