voidful commited on
Commit
d6c348e
1 Parent(s): 18a6251

init commit

Browse files
Files changed (3) hide show
  1. config.json +57 -0
  2. preprocessor_config.json +9 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ntu-spml/distilhubert",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": false,
5
+ "architectures": [
6
+ "HubertModel"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
10
+ "classifier_proj_size": 256,
11
+ "conv_bias": false,
12
+ "conv_dim": [
13
+ 512,
14
+ 512
15
+ ],
16
+ "conv_kernel": [
17
+ 10,
18
+ 3
19
+ ],
20
+ "conv_stride": [
21
+ 5,
22
+ 2
23
+ ],
24
+ "ctc_loss_reduction": "sum",
25
+ "ctc_zero_infinity": false,
26
+ "do_stable_layer_norm": false,
27
+ "eos_token_id": 2,
28
+ "feat_extract_activation": "gelu",
29
+ "feat_extract_norm": "group",
30
+ "feat_proj_dropout": 0.0,
31
+ "feat_proj_layer_norm": false,
32
+ "final_dropout": 0.0,
33
+ "hidden_act": "gelu",
34
+ "hidden_dropout": 0.1,
35
+ "hidden_size": 768,
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 3072,
38
+ "layer_norm_eps": 1e-05,
39
+ "layerdrop": 0.0,
40
+ "mask_feature_length": 10,
41
+ "mask_feature_min_masks": 0,
42
+ "mask_feature_prob": 0.0,
43
+ "mask_time_length": 10,
44
+ "mask_time_min_masks": 2,
45
+ "mask_time_prob": 0.05,
46
+ "model_type": "hubert",
47
+ "num_attention_heads": 12,
48
+ "num_conv_pos_embedding_groups": 16,
49
+ "num_conv_pos_embeddings": 128,
50
+ "num_feat_extract_layers": 2,
51
+ "num_hidden_layers": 1,
52
+ "pad_token_id": 0,
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.27.0.dev0",
55
+ "use_weighted_layer_sum": false,
56
+ "vocab_size": 32
57
+ }
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:00d79d8e070bebb2872331165bc7df1ed41b3fd02848e90ce2c91d062b77e43b
3
+ size 51993669