vumichien commited on
Commit
708d174
1 Parent(s): 716cbc1

Delete config.json

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