fmagot01 commited on
Commit
8972fd8
1 Parent(s): 5ba92fa

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "OthmaneJ/distil-wav2vec2",
3
+ "activation_dropout": 0.1,
4
+ "adapter_attn_dim": null,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": true,
9
+ "architectures": [
10
+ "Wav2Vec2ForSequenceClassification"
11
+ ],
12
+ "attention_dropout": 0.1,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 256,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": false,
18
+ "conv_dim": [
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 2,
34
+ 2
35
+ ],
36
+ "conv_stride": [
37
+ 5,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2
44
+ ],
45
+ "ctc_loss_reduction": "sum",
46
+ "ctc_zero_infinity": false,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": false,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "group",
53
+ "feat_proj_dropout": 0.1,
54
+ "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.1,
56
+ "gradient_checkpointing": false,
57
+ "hidden_act": "gelu",
58
+ "hidden_dropout": 0.1,
59
+ "hidden_dropout_prob": 0.1,
60
+ "hidden_size": 768,
61
+ "id2label": {
62
+ "0": "People and Blogs",
63
+ "1": "Business",
64
+ "10": "N/A",
65
+ "11": "Comedy",
66
+ "12": "News and Politics",
67
+ "13": "Sports",
68
+ "14": "Arts",
69
+ "15": "Science and Technology",
70
+ "16": "Autos and Vehicles",
71
+ "17": "Science and Technology",
72
+ "18": "People and Blogs",
73
+ "19": "Music",
74
+ "2": "Nonprofits and Activism",
75
+ "20": "Society and Culture",
76
+ "21": "Education",
77
+ "22": "Howto and Style",
78
+ "23": "Film and Animation",
79
+ "24": "Gaming",
80
+ "25": "Entertainment",
81
+ "26": "Travel and Events",
82
+ "27": "Health and Fitness",
83
+ "28": "audiobook",
84
+ "3": "Crime",
85
+ "4": "History",
86
+ "5": "Pets and Animals",
87
+ "6": "News and Politics",
88
+ "7": "Travel and Events",
89
+ "8": "Kids and Family",
90
+ "9": "Leisure"
91
+ },
92
+ "initializer_range": 0.02,
93
+ "intermediate_size": 3072,
94
+ "label2id": {
95
+ "Arts": "14",
96
+ "Autos and Vehicles": "16",
97
+ "Business": "1",
98
+ "Comedy": "11",
99
+ "Crime": "3",
100
+ "Education": "21",
101
+ "Entertainment": "25",
102
+ "Film and Animation": "23",
103
+ "Gaming": "24",
104
+ "Health and Fitness": "27",
105
+ "History": "4",
106
+ "Howto and Style": "22",
107
+ "Kids and Family": "8",
108
+ "Leisure": "9",
109
+ "Music": "19",
110
+ "N/A": "10",
111
+ "News and Politics": "12",
112
+ "News and Politics": "6",
113
+ "Nonprofits and Activism": "2",
114
+ "People and Blogs": "0",
115
+ "People and Blogs": "18",
116
+ "Pets and Animals": "5",
117
+ "Science and Technology": "15",
118
+ "Science and Technology": "17",
119
+ "Society and Culture": "20",
120
+ "Sports": "13",
121
+ "Travel and Events": "26",
122
+ "Travel and Events": "7",
123
+ "audiobook": "28"
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.05,
133
+ "model_type": "wav2vec2",
134
+ "num_adapter_layers": 3,
135
+ "num_attention_heads": 12,
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": 6,
142
+ "num_negatives": 100,
143
+ "output_hidden_size": 768,
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.33.2",
169
+ "use_weighted_layer_sum": false,
170
+ "vocab_size": 32,
171
+ "xvector_output_dim": 512
172
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": true,
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:65c3b5aaea1f3e6952d7516a3bf0fe6f03900a127d36c3767bf1b7267848dd6b
3
+ size 208235881
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7af6a2fed6ce87f85bbdb67eb556df3fa20121a6741a407dac14dbf7247ed05a
3
+ size 4091