Training in progress, step 1000
Browse files- config.json +109 -0
- indicwav2vec_trainwtags_MUCS_warmup500_s300shuff100_2211228.out +0 -0
- model.safetensors +3 -0
- predictionswtags_indicw2v_ad0_3_hd_02_featd_0_2_lr6e-4_warmup500_s300_shuff100.txt +0 -0
- preprocessor_config.json +10 -0
- special_tokens_map.json +6 -0
- tokenizer_config.json +48 -0
- training_args.bin +3 -0
- vocab.json +153 -0
config.json
ADDED
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/m/triton/scratch/elec/puhe/p/palp3/MUCS/indicwav2vec-hindi",
|
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 |
+
"Wav2Vec2ForCTC"
|
11 |
+
],
|
12 |
+
"attention_dropout": 0.3,
|
13 |
+
"bos_token_id": 1,
|
14 |
+
"classifier_proj_size": 256,
|
15 |
+
"codevector_dim": 256,
|
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.3,
|
54 |
+
"feat_quantizer_dropout": 0.0,
|
55 |
+
"final_dropout": 0.0,
|
56 |
+
"hidden_act": "gelu",
|
57 |
+
"hidden_dropout": 0.2,
|
58 |
+
"hidden_dropout_prob": 0.1,
|
59 |
+
"hidden_size": 1024,
|
60 |
+
"initializer_range": 0.02,
|
61 |
+
"intermediate_size": 4096,
|
62 |
+
"layer_norm_eps": 1e-05,
|
63 |
+
"layerdrop": 0.0,
|
64 |
+
"mask_feature_length": 10,
|
65 |
+
"mask_feature_min_masks": 0,
|
66 |
+
"mask_feature_prob": 0.0,
|
67 |
+
"mask_time_length": 10,
|
68 |
+
"mask_time_min_masks": 2,
|
69 |
+
"mask_time_prob": 0.05,
|
70 |
+
"model_type": "wav2vec2",
|
71 |
+
"num_adapter_layers": 3,
|
72 |
+
"num_attention_heads": 16,
|
73 |
+
"num_codevector_groups": 2,
|
74 |
+
"num_codevectors_per_group": 320,
|
75 |
+
"num_conv_pos_embedding_groups": 16,
|
76 |
+
"num_conv_pos_embeddings": 128,
|
77 |
+
"num_feat_extract_layers": 7,
|
78 |
+
"num_hidden_layers": 24,
|
79 |
+
"num_negatives": 100,
|
80 |
+
"output_hidden_size": 1024,
|
81 |
+
"pad_token_id": 150,
|
82 |
+
"proj_codevector_dim": 256,
|
83 |
+
"tdnn_dilation": [
|
84 |
+
1,
|
85 |
+
2,
|
86 |
+
3,
|
87 |
+
1,
|
88 |
+
1
|
89 |
+
],
|
90 |
+
"tdnn_dim": [
|
91 |
+
512,
|
92 |
+
512,
|
93 |
+
512,
|
94 |
+
512,
|
95 |
+
1500
|
96 |
+
],
|
97 |
+
"tdnn_kernel": [
|
98 |
+
5,
|
99 |
+
3,
|
100 |
+
3,
|
101 |
+
1,
|
102 |
+
1
|
103 |
+
],
|
104 |
+
"torch_dtype": "float32",
|
105 |
+
"transformers_version": "4.43.1",
|
106 |
+
"use_weighted_layer_sum": false,
|
107 |
+
"vocab_size": 151,
|
108 |
+
"xvector_output_dim": 512
|
109 |
+
}
|
indicwav2vec_trainwtags_MUCS_warmup500_s300shuff100_2211228.out
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:041604b62d94ea4b20c2843800ee9008aa6df698c6b949e3f4497756151414dd
|
3 |
+
size 1262426580
|
predictionswtags_indicw2v_ad0_3_hd_02_featd_0_2_lr6e-4_warmup500_s300_shuff100.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
preprocessor_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"padding_side": "right",
|
6 |
+
"padding_value": 0,
|
7 |
+
"processor_class": "Wav2Vec2Processor",
|
8 |
+
"return_attention_mask": true,
|
9 |
+
"sampling_rate": 16000
|
10 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"unk_token": "[UNK]"
|
6 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"147": {
|
4 |
+
"content": "<s>",
|
5 |
+
"lstrip": true,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": true,
|
8 |
+
"single_word": false,
|
9 |
+
"special": false
|
10 |
+
},
|
11 |
+
"148": {
|
12 |
+
"content": "</s>",
|
13 |
+
"lstrip": true,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": true,
|
16 |
+
"single_word": false,
|
17 |
+
"special": false
|
18 |
+
},
|
19 |
+
"149": {
|
20 |
+
"content": "[UNK]",
|
21 |
+
"lstrip": true,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": true,
|
24 |
+
"single_word": false,
|
25 |
+
"special": false
|
26 |
+
},
|
27 |
+
"150": {
|
28 |
+
"content": "[PAD]",
|
29 |
+
"lstrip": true,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": true,
|
32 |
+
"single_word": false,
|
33 |
+
"special": false
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"bos_token": "<s>",
|
37 |
+
"clean_up_tokenization_spaces": true,
|
38 |
+
"do_lower_case": false,
|
39 |
+
"eos_token": "</s>",
|
40 |
+
"model_max_length": 1000000000000000019884624838656,
|
41 |
+
"pad_token": "[PAD]",
|
42 |
+
"processor_class": "Wav2Vec2Processor",
|
43 |
+
"replace_word_delimiter_char": " ",
|
44 |
+
"target_lang": null,
|
45 |
+
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
46 |
+
"unk_token": "[UNK]",
|
47 |
+
"word_delimiter_token": "|"
|
48 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63b0f83ca64695e614ca7e71653ec0a756f13c6eb6c0e20dda27d28e3c48c451
|
3 |
+
size 5496
|
vocab.json
ADDED
@@ -0,0 +1,153 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"!": 1,
|
3 |
+
"#": 2,
|
4 |
+
"$": 3,
|
5 |
+
"%": 4,
|
6 |
+
"&": 5,
|
7 |
+
"*": 6,
|
8 |
+
"+": 7,
|
9 |
+
"/": 8,
|
10 |
+
"0": 9,
|
11 |
+
"1": 10,
|
12 |
+
"2": 11,
|
13 |
+
"3": 12,
|
14 |
+
"4": 13,
|
15 |
+
"5": 14,
|
16 |
+
"6": 15,
|
17 |
+
"7": 16,
|
18 |
+
"8": 17,
|
19 |
+
"9": 18,
|
20 |
+
":": 19,
|
21 |
+
";": 20,
|
22 |
+
"<": 21,
|
23 |
+
"</s>": 148,
|
24 |
+
"<s>": 147,
|
25 |
+
"=": 22,
|
26 |
+
">": 23,
|
27 |
+
"@": 24,
|
28 |
+
"[PAD]": 150,
|
29 |
+
"[UNK]": 149,
|
30 |
+
"\\": 25,
|
31 |
+
"^": 26,
|
32 |
+
"_": 27,
|
33 |
+
"`": 28,
|
34 |
+
"a": 29,
|
35 |
+
"b": 30,
|
36 |
+
"c": 31,
|
37 |
+
"d": 32,
|
38 |
+
"e": 33,
|
39 |
+
"f": 34,
|
40 |
+
"g": 35,
|
41 |
+
"h": 36,
|
42 |
+
"i": 37,
|
43 |
+
"j": 38,
|
44 |
+
"k": 39,
|
45 |
+
"l": 40,
|
46 |
+
"m": 41,
|
47 |
+
"n": 42,
|
48 |
+
"o": 43,
|
49 |
+
"p": 44,
|
50 |
+
"q": 45,
|
51 |
+
"r": 46,
|
52 |
+
"s": 47,
|
53 |
+
"t": 48,
|
54 |
+
"u": 49,
|
55 |
+
"v": 50,
|
56 |
+
"w": 51,
|
57 |
+
"x": 52,
|
58 |
+
"y": 53,
|
59 |
+
"z": 54,
|
60 |
+
"{": 55,
|
61 |
+
"|": 0,
|
62 |
+
"}": 56,
|
63 |
+
"~": 57,
|
64 |
+
"°": 58,
|
65 |
+
"º": 59,
|
66 |
+
"×": 60,
|
67 |
+
"λ": 61,
|
68 |
+
"μ": 62,
|
69 |
+
"π": 63,
|
70 |
+
"φ": 64,
|
71 |
+
"ω": 65,
|
72 |
+
"ँ": 66,
|
73 |
+
"ं": 67,
|
74 |
+
"ः": 68,
|
75 |
+
"अ": 69,
|
76 |
+
"आ": 70,
|
77 |
+
"इ": 71,
|
78 |
+
"ई": 72,
|
79 |
+
"उ": 73,
|
80 |
+
"ऊ": 74,
|
81 |
+
"ऋ": 75,
|
82 |
+
"ऍ": 76,
|
83 |
+
"ए": 77,
|
84 |
+
"ऐ": 78,
|
85 |
+
"ऑ": 79,
|
86 |
+
"ओ": 80,
|
87 |
+
"औ": 81,
|
88 |
+
"क": 82,
|
89 |
+
"ख": 83,
|
90 |
+
"ग": 84,
|
91 |
+
"घ": 85,
|
92 |
+
"च": 86,
|
93 |
+
"छ": 87,
|
94 |
+
"ज": 88,
|
95 |
+
"झ": 89,
|
96 |
+
"ञ": 90,
|
97 |
+
"ट": 91,
|
98 |
+
"ठ": 92,
|
99 |
+
"ड": 93,
|
100 |
+
"ढ": 94,
|
101 |
+
"ण": 95,
|
102 |
+
"त": 96,
|
103 |
+
"थ": 97,
|
104 |
+
"द": 98,
|
105 |
+
"ध": 99,
|
106 |
+
"न": 100,
|
107 |
+
"ऩ": 101,
|
108 |
+
"प": 102,
|
109 |
+
"फ": 103,
|
110 |
+
"ब": 104,
|
111 |
+
"भ": 105,
|
112 |
+
"म": 106,
|
113 |
+
"य": 107,
|
114 |
+
"र": 108,
|
115 |
+
"ऱ": 109,
|
116 |
+
"ल": 110,
|
117 |
+
"व": 111,
|
118 |
+
"श": 112,
|
119 |
+
"ष": 113,
|
120 |
+
"स": 114,
|
121 |
+
"ह": 115,
|
122 |
+
"़": 116,
|
123 |
+
"ा": 117,
|
124 |
+
"ि": 118,
|
125 |
+
"ी": 119,
|
126 |
+
"ु": 120,
|
127 |
+
"ू": 121,
|
128 |
+
"ृ": 122,
|
129 |
+
"ॅ": 123,
|
130 |
+
"े": 124,
|
131 |
+
"ै": 125,
|
132 |
+
"ॉ": 126,
|
133 |
+
"ो": 127,
|
134 |
+
"ौ": 128,
|
135 |
+
"्": 129,
|
136 |
+
"०": 130,
|
137 |
+
"१": 131,
|
138 |
+
"२": 132,
|
139 |
+
"३": 133,
|
140 |
+
"४": 134,
|
141 |
+
"५": 135,
|
142 |
+
"६": 136,
|
143 |
+
"७": 137,
|
144 |
+
"८": 138,
|
145 |
+
"९": 139,
|
146 |
+
"–": 140,
|
147 |
+
"•": 141,
|
148 |
+
"…": 142,
|
149 |
+
"›": 143,
|
150 |
+
"⅓": 144,
|
151 |
+
"→": 145,
|
152 |
+
"−": 146
|
153 |
+
}
|