Lakoc commited on
Commit
276daad
·
1 Parent(s): 72f1dac

Upload config

Browse files
Files changed (1) hide show
  1. config.json +11 -11
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "Lakoc/zipformer2_medium",
3
  "activation_dropout": 0.1,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
@@ -29,13 +29,13 @@
29
  "conv_bias": false,
30
  "conv_depthwise_kernel_size": 31,
31
  "conv_dim": [
32
- 512,
33
- 512,
34
- 512,
35
- 512,
36
- 512,
37
- 512,
38
- 512
39
  ],
40
  "conv_kernel": [
41
  10,
@@ -69,7 +69,7 @@
69
  ],
70
  "dropout": 0.1,
71
  "encoder_dim": [
72
- 192,
73
  256,
74
  512,
75
  768,
@@ -90,7 +90,7 @@
90
  "feat_proj_dropout": 0.0,
91
  "feat_quantizer_dropout": 0.0,
92
  "feedforward_dim": [
93
- 384,
94
  512,
95
  1024,
96
  1536,
@@ -100,7 +100,7 @@
100
  "final_dropout": 0.1,
101
  "hidden_act": "gelu",
102
  "hidden_dropout": 0.1,
103
- "hidden_size": 192,
104
  "initializer_range": 0.02,
105
  "intermediate_size": 2048,
106
  "layer_norm_eps": 1e-05,
 
1
  {
2
+ "_name_or_path": "Lakoc/zipformer2_base",
3
  "activation_dropout": 0.1,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
 
29
  "conv_bias": false,
30
  "conv_depthwise_kernel_size": 31,
31
  "conv_dim": [
32
+ 256,
33
+ 256,
34
+ 256,
35
+ 256,
36
+ 256,
37
+ 256,
38
+ 256
39
  ],
40
  "conv_kernel": [
41
  10,
 
69
  ],
70
  "dropout": 0.1,
71
  "encoder_dim": [
72
+ 256,
73
  256,
74
  512,
75
  768,
 
90
  "feat_proj_dropout": 0.0,
91
  "feat_quantizer_dropout": 0.0,
92
  "feedforward_dim": [
93
+ 512,
94
  512,
95
  1024,
96
  1536,
 
100
  "final_dropout": 0.1,
101
  "hidden_act": "gelu",
102
  "hidden_dropout": 0.1,
103
+ "hidden_size": 256,
104
  "initializer_range": 0.02,
105
  "intermediate_size": 2048,
106
  "layer_norm_eps": 1e-05,