vumichien commited on
Commit
7ebe465
1 Parent(s): 36bdbcd

Upload config

Browse files
Files changed (1) hide show
  1. config.json +52 -10
config.json CHANGED
@@ -1,12 +1,58 @@
1
  {
2
- "_name_or_path": "vumichien/nonsemantic-speech-trillsson3",
3
- "architectures": [
4
- "Trillsson_efficientModel"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ],
 
6
  "depth_divisible_by": 8,
7
  "depth_multiplier": 1.0,
8
  "drop_connect_rate": 0.2,
9
- "expand_ratio": 6,
10
  "f_max": 7500.0,
11
  "f_min": 125.0,
12
  "fft_length": null,
@@ -16,14 +62,10 @@
16
  "log_additive_offset": 0.001,
17
  "log_floor": 1e-12,
18
  "min_depth": 8,
19
- "model_type": "trillsson_efficient",
20
  "norm_eps": 0.001,
21
  "norm_momentum": 0.1,
22
- "num_channels": 3,
23
  "output_size": 1024,
24
- "output_stride": 32,
25
- "tf_padding": true,
26
- "torch_dtype": "float32",
27
- "transformers_version": "4.22.0.dev0",
28
  "window_length_secs": 0.025
29
  }
1
  {
2
+ "block_configs": [
3
+ [
4
+ 1,
5
+ 24,
6
+ 2,
7
+ 1,
8
+ 0,
9
+ 1
10
+ ],
11
+ [
12
+ 4,
13
+ 48,
14
+ 4,
15
+ 2,
16
+ 0,
17
+ 1
18
+ ],
19
+ [
20
+ 4,
21
+ 64,
22
+ 4,
23
+ 2,
24
+ 0,
25
+ 1
26
+ ],
27
+ [
28
+ 4,
29
+ 128,
30
+ 6,
31
+ 2,
32
+ 1,
33
+ 0
34
+ ],
35
+ [
36
+ 6,
37
+ 160,
38
+ 9,
39
+ 1,
40
+ 1,
41
+ 0
42
+ ],
43
+ [
44
+ 6,
45
+ 256,
46
+ 15,
47
+ 2,
48
+ 1,
49
+ 0
50
+ ]
51
  ],
52
+ "classifier_dropout_prob": 0.8,
53
  "depth_divisible_by": 8,
54
  "depth_multiplier": 1.0,
55
  "drop_connect_rate": 0.2,
 
56
  "f_max": 7500.0,
57
  "f_min": 125.0,
58
  "fft_length": null,
62
  "log_additive_offset": 0.001,
63
  "log_floor": 1e-12,
64
  "min_depth": 8,
65
+ "model_type": "trillsson_efficientnet",
66
  "norm_eps": 0.001,
67
  "norm_momentum": 0.1,
 
68
  "output_size": 1024,
69
+ "transformers_version": "4.26.0.dev0",
 
 
 
70
  "window_length_secs": 0.025
71
  }