speech-test commited on
Commit
115747f
1 Parent(s): b0765b0
Files changed (3) hide show
  1. config.json +67 -0
  2. preprocessor_config.json +9 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.1,
3
+ "apply_spec_augment": false,
4
+ "architectures": [
5
+ "HubertModel"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "bos_token_id": 1,
9
+ "classifier_proj_size": 256,
10
+ "conv_bias": false,
11
+ "conv_dim": [
12
+ 512,
13
+ 512,
14
+ 512,
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512
19
+ ],
20
+ "conv_kernel": [
21
+ 10,
22
+ 3,
23
+ 3,
24
+ 3,
25
+ 3,
26
+ 2,
27
+ 2
28
+ ],
29
+ "conv_stride": [
30
+ 5,
31
+ 2,
32
+ 2,
33
+ 2,
34
+ 2,
35
+ 2,
36
+ 2
37
+ ],
38
+ "ctc_loss_reduction": "sum",
39
+ "ctc_zero_infinity": false,
40
+ "do_stable_layer_norm": false,
41
+ "eos_token_id": 2,
42
+ "feat_extract_activation": "gelu",
43
+ "feat_extract_norm": "group",
44
+ "feat_proj_dropout": 0.0,
45
+ "final_dropout": 0.0,
46
+ "hidden_act": "gelu",
47
+ "hidden_dropout": 0.1,
48
+ "hidden_size": 768,
49
+ "initializer_range": 0.02,
50
+ "intermediate_size": 3072,
51
+ "layer_norm_eps": 1e-05,
52
+ "layerdrop": 0.0,
53
+ "mask_feature_length": 10,
54
+ "mask_feature_prob": 0.0,
55
+ "mask_time_length": 10,
56
+ "mask_time_prob": 0.05,
57
+ "model_type": "hubert",
58
+ "num_attention_heads": 12,
59
+ "num_conv_pos_embedding_groups": 16,
60
+ "num_conv_pos_embeddings": 128,
61
+ "num_feat_extract_layers": 7,
62
+ "num_hidden_layers": 2,
63
+ "pad_token_id": 0,
64
+ "torch_dtype": "float32",
65
+ "transformers_version": "4.12.0.dev0",
66
+ "use_weighted_layer_sum": false
67
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": false,
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:59d95a43d546c59b81453311e470476c97d20eada48301235e8eab57c1a3f188
3
+ size 93990412