talatapp commited on
Commit
81745fa
·
verified ·
1 Parent(s): 6ce123c

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +29 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_id": "nvidia/parakeet_realtime_eou_120m-v1",
3
+ "chunk_ms": 320,
4
+ "chunk_samples": 5120,
5
+ "sample_rate": 16000,
6
+ "vocab_size": 1026,
7
+ "vocab_with_blank": 1027,
8
+ "duration_bins": [],
9
+ "encoder_subsampling": 8,
10
+ "samples_per_encoder_frame": 1280,
11
+ "encoder_d_model": 512,
12
+ "encoder_layers": 17,
13
+ "encoder_cache_size": 70,
14
+ "encoder_conv_context": 4,
15
+ "decoder_hidden": 640,
16
+ "decoder_layers": 1,
17
+ "cache_last_channel_shape": [
18
+ 1,
19
+ 17,
20
+ 70,
21
+ 512
22
+ ],
23
+ "cache_last_time_shape": [
24
+ 1,
25
+ 17,
26
+ 512,
27
+ 8
28
+ ]
29
+ }