speech-test commited on
Commit
8a1d88c
1 Parent(s): 3d9b0aa

Upload model

Browse files
Files changed (3) hide show
  1. config.json +84 -0
  2. preprocessor_config.json +9 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "apply_spec_augment": true,
4
+ "architectures": [
5
+ "SEWModel"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "bos_token_id": 1,
9
+ "conv_bias": false,
10
+ "conv_dim": [
11
+ 64,
12
+ 128,
13
+ 128,
14
+ 128,
15
+ 128,
16
+ 256,
17
+ 256,
18
+ 256,
19
+ 256,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512
24
+ ],
25
+ "conv_kernel": [
26
+ 10,
27
+ 3,
28
+ 1,
29
+ 3,
30
+ 1,
31
+ 3,
32
+ 1,
33
+ 3,
34
+ 1,
35
+ 2,
36
+ 1,
37
+ 2,
38
+ 1
39
+ ],
40
+ "conv_stride": [
41
+ 5,
42
+ 2,
43
+ 1,
44
+ 2,
45
+ 1,
46
+ 2,
47
+ 1,
48
+ 2,
49
+ 1,
50
+ 2,
51
+ 1,
52
+ 2,
53
+ 1
54
+ ],
55
+ "ctc_loss_reduction": "sum",
56
+ "ctc_zero_infinity": false,
57
+ "eos_token_id": 2,
58
+ "feat_extract_activation": "gelu",
59
+ "feat_extract_norm": "group",
60
+ "feat_proj_dropout": 0.1,
61
+ "final_dropout": 0.0,
62
+ "hidden_act": "gelu",
63
+ "hidden_dropout": 0.1,
64
+ "hidden_size": 512,
65
+ "initializer_range": 0.02,
66
+ "intermediate_size": 2048,
67
+ "layer_norm_eps": 1e-05,
68
+ "layerdrop": 0.05,
69
+ "mask_feature_length": 10,
70
+ "mask_feature_prob": 0.0,
71
+ "mask_time_length": 10,
72
+ "mask_time_prob": 0.65,
73
+ "model_type": "sew",
74
+ "num_attention_heads": 8,
75
+ "num_conv_pos_embedding_groups": 16,
76
+ "num_conv_pos_embeddings": 31,
77
+ "num_feat_extract_layers": 13,
78
+ "num_hidden_layers": 12,
79
+ "pad_token_id": 0,
80
+ "squeeze_factor": 2,
81
+ "torch_dtype": "float32",
82
+ "transformers_version": "4.12.0.dev0",
83
+ "vocab_size": 32
84
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baa46de641a79bbe27ee1b967cde1d86fe73ac194de45d09cf11ba12d60f0141
3
+ size 162915535