patrickvonplaten commited on
Commit
d2a8fea
1 Parent(s): 01907d7

push model

Browse files
Files changed (2) hide show
  1. config.json +73 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-base",
3
+ "activation_dropout": 0.0,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "Wav2Vec2ForCTC"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
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
+ "do_stable_layer_norm": false,
39
+ "eos_token_id": 2,
40
+ "feat_extract_activation": "gelu",
41
+ "feat_extract_norm": "group",
42
+ "feat_proj_dropout": 0.1,
43
+ "final_dropout": 0.0,
44
+ "freeze_feat_extract_train": true,
45
+ "hidden_act": "gelu",
46
+ "hidden_dropout": 0.1,
47
+ "hidden_size": 768,
48
+ "initializer_range": 0.02,
49
+ "intermediate_size": 3072,
50
+ "layer_norm_eps": 1e-05,
51
+ "layerdrop": 0.1,
52
+ "mask_channel_length": 10,
53
+ "mask_channel_min_space": 1,
54
+ "mask_channel_other": 0.0,
55
+ "mask_channel_prob": 0.0,
56
+ "mask_channel_selection": "static",
57
+ "mask_time_length": 10,
58
+ "mask_time_min_space": 1,
59
+ "mask_time_other": 0.0,
60
+ "mask_time_prob": 0.05,
61
+ "mask_time_selection": "static",
62
+ "model_type": "wav2vec2",
63
+ "no_mask_channel_overlap": false,
64
+ "no_mask_time_overlap": false,
65
+ "num_attention_heads": 12,
66
+ "num_conv_pos_embedding_groups": 16,
67
+ "num_conv_pos_embeddings": 128,
68
+ "num_feat_extract_layers": 7,
69
+ "num_hidden_layers": 12,
70
+ "pad_token_id": 0,
71
+ "transformers_version": "4.4.0.dev0",
72
+ "vocab_size": 32
73
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9c3d5a4a6fecf1d6156db28d0d020b0278af9ad00b7b1b38400e58d140b41b3
3
+ size 377675500