KasuleTrevor commited on
Commit
b726b47
·
verified ·
1 Parent(s): b0349a3

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "KasuleTrevor/wav2vec2-large-xls-r-300m-lg-cv-130hr-v1",
3
+ "activation_dropout": 0.0,
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
+ "CustomWav2Vec2ForSequenceClassification"
11
+ ],
12
+ "attention_dropout": 0.0,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 768,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
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": "mean",
46
+ "ctc_zero_infinity": false,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": true,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "layer",
53
+ "feat_proj_dropout": 0.0,
54
+ "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.0,
56
+ "gradient_checkpointing": false,
57
+ "hidden_act": "gelu",
58
+ "hidden_dropout": 0.0,
59
+ "hidden_size": 1024,
60
+ "id2label": {
61
+ "0": "LABEL_0",
62
+ "1": "LABEL_1",
63
+ "2": "LABEL_2",
64
+ "3": "LABEL_3",
65
+ "4": "LABEL_4",
66
+ "5": "LABEL_5",
67
+ "6": "LABEL_6",
68
+ "7": "LABEL_7",
69
+ "8": "LABEL_8",
70
+ "9": "LABEL_9",
71
+ "10": "LABEL_10",
72
+ "11": "LABEL_11",
73
+ "12": "LABEL_12",
74
+ "13": "LABEL_13",
75
+ "14": "LABEL_14",
76
+ "15": "LABEL_15",
77
+ "16": "LABEL_16",
78
+ "17": "LABEL_17",
79
+ "18": "LABEL_18",
80
+ "19": "LABEL_19"
81
+ },
82
+ "initializer_range": 0.02,
83
+ "intermediate_size": 4096,
84
+ "label2id": {
85
+ "LABEL_0": 0,
86
+ "LABEL_1": 1,
87
+ "LABEL_10": 10,
88
+ "LABEL_11": 11,
89
+ "LABEL_12": 12,
90
+ "LABEL_13": 13,
91
+ "LABEL_14": 14,
92
+ "LABEL_15": 15,
93
+ "LABEL_16": 16,
94
+ "LABEL_17": 17,
95
+ "LABEL_18": 18,
96
+ "LABEL_19": 19,
97
+ "LABEL_2": 2,
98
+ "LABEL_3": 3,
99
+ "LABEL_4": 4,
100
+ "LABEL_5": 5,
101
+ "LABEL_6": 6,
102
+ "LABEL_7": 7,
103
+ "LABEL_8": 8,
104
+ "LABEL_9": 9
105
+ },
106
+ "layer_norm_eps": 1e-05,
107
+ "layerdrop": 0.0,
108
+ "mask_feature_length": 10,
109
+ "mask_feature_min_masks": 0,
110
+ "mask_feature_prob": 0.0,
111
+ "mask_time_length": 10,
112
+ "mask_time_min_masks": 2,
113
+ "mask_time_prob": 0.05,
114
+ "model_type": "wav2vec2",
115
+ "num_adapter_layers": 3,
116
+ "num_attention_heads": 16,
117
+ "num_codevector_groups": 2,
118
+ "num_codevectors_per_group": 320,
119
+ "num_conv_pos_embedding_groups": 16,
120
+ "num_conv_pos_embeddings": 128,
121
+ "num_feat_extract_layers": 7,
122
+ "num_hidden_layers": 24,
123
+ "num_negatives": 100,
124
+ "output_hidden_size": 1024,
125
+ "pad_token_id": 30,
126
+ "proj_codevector_dim": 768,
127
+ "tdnn_dilation": [
128
+ 1,
129
+ 2,
130
+ 3,
131
+ 1,
132
+ 1
133
+ ],
134
+ "tdnn_dim": [
135
+ 512,
136
+ 512,
137
+ 512,
138
+ 512,
139
+ 1500
140
+ ],
141
+ "tdnn_kernel": [
142
+ 5,
143
+ 3,
144
+ 3,
145
+ 1,
146
+ 1
147
+ ],
148
+ "torch_dtype": "float32",
149
+ "transformers_version": "4.43.3",
150
+ "use_weighted_layer_sum": false,
151
+ "vocab_size": 33,
152
+ "xvector_output_dim": 512
153
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca662a120179600a93083327edbb72d5e76118cb2c567d89478778c4f526f492
3
+ size 1267137848
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": false,
8
+ "sampling_rate": 16000
9
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57fa4ba2d8f024dc0250ef6406bedbf7eb8eab5513f98838c1f0ebc3e83c59cf
3
+ size 5240