Upload model
Browse files- config.json +6 -20
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -16,29 +16,14 @@
|
|
16 |
"conv_bias": false,
|
17 |
"conv_depthwise_kernel_size": 31,
|
18 |
"conv_dim": [
|
19 |
-
|
20 |
-
|
21 |
-
512,
|
22 |
-
512,
|
23 |
-
512,
|
24 |
-
512,
|
25 |
-
512
|
26 |
],
|
27 |
"conv_kernel": [
|
28 |
-
10,
|
29 |
-
3,
|
30 |
-
3,
|
31 |
3,
|
32 |
-
3
|
33 |
-
2,
|
34 |
-
2
|
35 |
],
|
36 |
"conv_stride": [
|
37 |
-
5,
|
38 |
-
2,
|
39 |
-
2,
|
40 |
-
2,
|
41 |
-
2,
|
42 |
2,
|
43 |
2
|
44 |
],
|
@@ -64,7 +49,7 @@
|
|
64 |
"mask_time_length": 10,
|
65 |
"mask_time_min_masks": 2,
|
66 |
"mask_time_prob": 0.05,
|
67 |
-
"max_source_positions":
|
68 |
"model_type": "wav2vec2-conformer",
|
69 |
"num_adapter_layers": 3,
|
70 |
"num_attention_heads": 4,
|
@@ -72,8 +57,9 @@
|
|
72 |
"num_codevectors_per_group": 320,
|
73 |
"num_conv_pos_embedding_groups": 16,
|
74 |
"num_conv_pos_embeddings": 128,
|
75 |
-
"num_feat_extract_layers":
|
76 |
"num_hidden_layers": 14,
|
|
|
77 |
"num_negatives": 100,
|
78 |
"output_hidden_size": 256,
|
79 |
"pad_token_id": 0,
|
|
|
16 |
"conv_bias": false,
|
17 |
"conv_depthwise_kernel_size": 31,
|
18 |
"conv_dim": [
|
19 |
+
256,
|
20 |
+
256
|
|
|
|
|
|
|
|
|
|
|
21 |
],
|
22 |
"conv_kernel": [
|
|
|
|
|
|
|
23 |
3,
|
24 |
+
3
|
|
|
|
|
25 |
],
|
26 |
"conv_stride": [
|
|
|
|
|
|
|
|
|
|
|
27 |
2,
|
28 |
2
|
29 |
],
|
|
|
49 |
"mask_time_length": 10,
|
50 |
"mask_time_min_masks": 2,
|
51 |
"mask_time_prob": 0.05,
|
52 |
+
"max_source_positions": 1024,
|
53 |
"model_type": "wav2vec2-conformer",
|
54 |
"num_adapter_layers": 3,
|
55 |
"num_attention_heads": 4,
|
|
|
57 |
"num_codevectors_per_group": 320,
|
58 |
"num_conv_pos_embedding_groups": 16,
|
59 |
"num_conv_pos_embeddings": 128,
|
60 |
+
"num_feat_extract_layers": 2,
|
61 |
"num_hidden_layers": 14,
|
62 |
+
"num_mel_bins": 84,
|
63 |
"num_negatives": 100,
|
64 |
"output_hidden_size": 256,
|
65 |
"pad_token_id": 0,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09e8b2edd82da293a9d73e2f22ba4a43ef0d25176179854105591296b33769ec
|
3 |
+
size 151121373
|