amankhandelia commited on
Commit
e8aeac4
1 Parent(s): 30afd9d

Upload Wav2Vec2ForAudioFrameClassification

Browse files
Files changed (2) hide show
  1. config.json +172 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.1,
3
+ "adapter_attn_dim": null,
4
+ "adapter_kernel_size": 3,
5
+ "adapter_stride": 2,
6
+ "add_adapter": false,
7
+ "apply_spec_augment": false,
8
+ "architectures": [
9
+ "Wav2Vec2ForAudioFrameClassification"
10
+ ],
11
+ "attention_dropout": 0.0,
12
+ "bos_token_id": 1,
13
+ "classifier_proj_size": 256,
14
+ "codevector_dim": 256,
15
+ "contrastive_logits_temperature": 0.1,
16
+ "conv_bias": true,
17
+ "conv_dim": [
18
+ 512,
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512
25
+ ],
26
+ "conv_kernel": [
27
+ 10,
28
+ 3,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 2,
33
+ 2
34
+ ],
35
+ "conv_stride": [
36
+ 5,
37
+ 2,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2
43
+ ],
44
+ "ctc_loss_reduction": "sum",
45
+ "ctc_zero_infinity": false,
46
+ "diversity_loss_weight": 0.1,
47
+ "do_stable_layer_norm": true,
48
+ "eos_token_id": 2,
49
+ "feat_extract_activation": "gelu",
50
+ "feat_extract_norm": "layer",
51
+ "feat_proj_dropout": 0.0,
52
+ "feat_quantizer_dropout": 0.0,
53
+ "final_dropout": 0.1,
54
+ "hidden_act": "gelu",
55
+ "hidden_dropout": 0.0,
56
+ "hidden_size": 1024,
57
+ "id2label": {
58
+ "0": "LABEL_0",
59
+ "1": "LABEL_1",
60
+ "2": "LABEL_2",
61
+ "3": "LABEL_3",
62
+ "4": "LABEL_4",
63
+ "5": "LABEL_5",
64
+ "6": "LABEL_6",
65
+ "7": "LABEL_7",
66
+ "8": "LABEL_8",
67
+ "9": "LABEL_9",
68
+ "10": "LABEL_10",
69
+ "11": "LABEL_11",
70
+ "12": "LABEL_12",
71
+ "13": "LABEL_13",
72
+ "14": "LABEL_14",
73
+ "15": "LABEL_15",
74
+ "16": "LABEL_16",
75
+ "17": "LABEL_17",
76
+ "18": "LABEL_18",
77
+ "19": "LABEL_19",
78
+ "20": "LABEL_20",
79
+ "21": "LABEL_21",
80
+ "22": "LABEL_22",
81
+ "23": "LABEL_23",
82
+ "24": "LABEL_24",
83
+ "25": "LABEL_25",
84
+ "26": "LABEL_26",
85
+ "27": "LABEL_27",
86
+ "28": "LABEL_28",
87
+ "29": "LABEL_29",
88
+ "30": "LABEL_30"
89
+ },
90
+ "initializer_range": 0.02,
91
+ "intermediate_size": 4096,
92
+ "label2id": {
93
+ "LABEL_0": 0,
94
+ "LABEL_1": 1,
95
+ "LABEL_10": 10,
96
+ "LABEL_11": 11,
97
+ "LABEL_12": 12,
98
+ "LABEL_13": 13,
99
+ "LABEL_14": 14,
100
+ "LABEL_15": 15,
101
+ "LABEL_16": 16,
102
+ "LABEL_17": 17,
103
+ "LABEL_18": 18,
104
+ "LABEL_19": 19,
105
+ "LABEL_2": 2,
106
+ "LABEL_20": 20,
107
+ "LABEL_21": 21,
108
+ "LABEL_22": 22,
109
+ "LABEL_23": 23,
110
+ "LABEL_24": 24,
111
+ "LABEL_25": 25,
112
+ "LABEL_26": 26,
113
+ "LABEL_27": 27,
114
+ "LABEL_28": 28,
115
+ "LABEL_29": 29,
116
+ "LABEL_3": 3,
117
+ "LABEL_30": 30,
118
+ "LABEL_4": 4,
119
+ "LABEL_5": 5,
120
+ "LABEL_6": 6,
121
+ "LABEL_7": 7,
122
+ "LABEL_8": 8,
123
+ "LABEL_9": 9
124
+ },
125
+ "layer_norm_eps": 1e-05,
126
+ "layerdrop": 0.1,
127
+ "mask_feature_length": 10,
128
+ "mask_feature_min_masks": 0,
129
+ "mask_feature_prob": 0.0,
130
+ "mask_time_length": 10,
131
+ "mask_time_min_masks": 2,
132
+ "mask_time_prob": 0.0,
133
+ "model_type": "wav2vec2",
134
+ "num_adapter_layers": 3,
135
+ "num_attention_heads": 16,
136
+ "num_codevector_groups": 2,
137
+ "num_codevectors_per_group": 320,
138
+ "num_conv_pos_embedding_groups": 16,
139
+ "num_conv_pos_embeddings": 128,
140
+ "num_feat_extract_layers": 7,
141
+ "num_hidden_layers": 24,
142
+ "num_negatives": 100,
143
+ "output_hidden_size": 1024,
144
+ "pad_token_id": 0,
145
+ "proj_codevector_dim": 256,
146
+ "tdnn_dilation": [
147
+ 1,
148
+ 2,
149
+ 3,
150
+ 1,
151
+ 1
152
+ ],
153
+ "tdnn_dim": [
154
+ 512,
155
+ 512,
156
+ 512,
157
+ 512,
158
+ 1500
159
+ ],
160
+ "tdnn_kernel": [
161
+ 5,
162
+ 3,
163
+ 3,
164
+ 1,
165
+ 1
166
+ ],
167
+ "torch_dtype": "float32",
168
+ "transformers_version": "4.31.0",
169
+ "use_weighted_layer_sum": false,
170
+ "vocab_size": 32,
171
+ "xvector_output_dim": 512
172
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b530ba577f4cde9e29b04933818132bf397cde1f2f0b5bf056adb387991ce157
3
+ size 1262018665