File size: 623 Bytes
258e1da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "architectures": [
    "SincNetModel"
  ],
  "auto_map": {
    "AutoConfig": "config.SincNetConfig",
    "AutoModel": "model_hf.SincNetModel"
  },
  "conv_filter_length": 5,
  "min_band_hz": 50,
  "min_low_hz": 50,
  "model_type": "sincnet",
  "num_conv_filters": 60,
  "num_sinc_filters": 80,
  "num_wavform_channels": 1,
  "pool_kernel_size": 3,
  "pool_stride": 3,
  "sample_rate": 16000,
  "sinc_filter_dilation": 1,
  "sinc_filter_in_channels": 1,
  "sinc_filter_length": 251,
  "sinc_filter_padding": 0,
  "sinc_filter_stride": 10,
  "stride": 10,
  "torch_dtype": "float32",
  "transformers_version": "4.37.2"
}