lysandre HF Staff commited on
Commit
fcbad8b
·
1 Parent(s): 2c7436a

Add model and configuration.

Browse files
Files changed (3) hide show
  1. config.json +53 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.1,
3
+ "apply_spec_augment": true,
4
+ "attention_dropout": 0.1,
5
+ "bos_token_id": 1,
6
+ "conv_bias": false,
7
+ "conv_dim": [
8
+ 32,
9
+ 32,
10
+ 32
11
+ ],
12
+ "conv_kernel": [
13
+ 8,
14
+ 8,
15
+ 8
16
+ ],
17
+ "conv_stride": [
18
+ 4,
19
+ 4,
20
+ 4
21
+ ],
22
+ "ctc_loss_reduction": "sum",
23
+ "ctc_zero_infinity": false,
24
+ "do_stable_layer_norm": false,
25
+ "eos_token_id": 2,
26
+ "feat_extract_activation": "gelu",
27
+ "feat_extract_dropout": 0.0,
28
+ "feat_extract_norm": "group",
29
+ "feat_proj_dropout": 0.1,
30
+ "final_dropout": 0.1,
31
+ "gradient_checkpointing": false,
32
+ "hidden_act": "gelu",
33
+ "hidden_dropout": 0.1,
34
+ "hidden_dropout_prob": 0.1,
35
+ "hidden_size": 16,
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 20,
38
+ "layer_norm_eps": 1e-05,
39
+ "layerdrop": 0.1,
40
+ "mask_feature_length": 10,
41
+ "mask_feature_prob": 0.0,
42
+ "mask_time_length": 10,
43
+ "mask_time_prob": 0.05,
44
+ "model_type": "hubert",
45
+ "num_attention_heads": 2,
46
+ "num_conv_pos_embedding_groups": 2,
47
+ "num_conv_pos_embeddings": 16,
48
+ "num_feat_extract_layers": 3,
49
+ "num_hidden_layers": 4,
50
+ "pad_token_id": 0,
51
+ "transformers_version": "4.10.0.dev0",
52
+ "vocab_size": 32
53
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9ba6fb58c94dfe39d5aebd99c734ec139b5519f68bf6339d1def741c964318b
3
+ size 130744
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e46f2bd8ffe6a03d22844c7e4baffffb46ce75d94d30a75778fa4d34caeff11
3
+ size 1344176