tttarun commited on
Commit
543d880
1 Parent(s): 1aa36c2

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 73,
3
+ "<s>": 72
4
+ }
config.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "tttarun/trained_model_17_4_1",
3
+ "activation_dropout": 0.0,
4
+ "adapter_kernel_size": 3,
5
+ "adapter_stride": 2,
6
+ "add_adapter": false,
7
+ "apply_spec_augment": true,
8
+ "architectures": [
9
+ "Wav2Vec2ForCTC"
10
+ ],
11
+ "attention_dropout": 0.1,
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": "mean",
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_dropout": 0.0,
51
+ "feat_extract_norm": "layer",
52
+ "feat_proj_dropout": 0.05,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.0,
55
+ "forced_decoder_ids": null,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.1,
58
+ "hidden_size": 1024,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 4096,
61
+ "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.1,
63
+ "mask_channel_length": 10,
64
+ "mask_channel_min_space": 1,
65
+ "mask_channel_other": 0.0,
66
+ "mask_channel_prob": 0.0,
67
+ "mask_channel_selection": "static",
68
+ "mask_feature_length": 10,
69
+ "mask_feature_min_masks": 0,
70
+ "mask_feature_prob": 0.0,
71
+ "mask_time_length": 10,
72
+ "mask_time_min_masks": 2,
73
+ "mask_time_min_space": 1,
74
+ "mask_time_other": 0.0,
75
+ "mask_time_prob": 0.05,
76
+ "mask_time_selection": "static",
77
+ "model_type": "wav2vec2",
78
+ "num_adapter_layers": 3,
79
+ "num_attention_heads": 16,
80
+ "num_codevector_groups": 2,
81
+ "num_codevectors_per_group": 320,
82
+ "num_conv_pos_embedding_groups": 16,
83
+ "num_conv_pos_embeddings": 128,
84
+ "num_feat_extract_layers": 7,
85
+ "num_hidden_layers": 24,
86
+ "num_negatives": 100,
87
+ "output_hidden_size": 1024,
88
+ "pad_token_id": 71,
89
+ "proj_codevector_dim": 256,
90
+ "suppress_tokens": [],
91
+ "tdnn_dilation": [
92
+ 1,
93
+ 2,
94
+ 3,
95
+ 1,
96
+ 1
97
+ ],
98
+ "tdnn_dim": [
99
+ 512,
100
+ 512,
101
+ 512,
102
+ 512,
103
+ 1500
104
+ ],
105
+ "tdnn_kernel": [
106
+ 5,
107
+ 3,
108
+ 3,
109
+ 1,
110
+ 1
111
+ ],
112
+ "torch_dtype": "float32",
113
+ "transformers_version": "4.29.0.dev0",
114
+ "use_weighted_layer_sum": false,
115
+ "vocab_size": 73,
116
+ "xvector_output_dim": 512
117
+ }
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.0,
7
+ "processor_class": "Wav2Vec2Processor",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7708ea8a632d44ddf02cfb08f011a4d6c4dd3b5fd36943812bcdfda66419caf5
3
+ size 1262201133
runs/Apr18_07-21-21_s-tttarun-fine--tune--whisper-38e35-76d7b49456-mh75n/1681795286.9426453/events.out.tfevents.1681795286.s-tttarun-fine--tune--whisper-38e35-76d7b49456-mh75n ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fed52ccca220bb4484247a67c4261ad5602934ea6a3bf3cc607e1087e120ed2
3
+ size 5914
runs/Apr18_07-21-21_s-tttarun-fine--tune--whisper-38e35-76d7b49456-mh75n/events.out.tfevents.1681795286.s-tttarun-fine--tune--whisper-38e35-76d7b49456-mh75n ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:196b4756ccacae6fd35620b0905daf4c50d1f2d483ea4192e1382fe5fa855e21
3
+ size 5865
special_tokens_map.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "</s>",
12
+ "lstrip": false,
13
+ "normalized": true,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
+ {
18
+ "content": "<s>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ {
25
+ "content": "</s>",
26
+ "lstrip": false,
27
+ "normalized": true,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ ],
32
+ "bos_token": "<s>",
33
+ "eos_token": "</s>",
34
+ "pad_token": "[PAD]",
35
+ "unk_token": "[UNK]"
36
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "clean_up_tokenization_spaces": true,
4
+ "do_lower_case": false,
5
+ "eos_token": "</s>",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "pad_token": "[PAD]",
8
+ "replace_word_delimiter_char": " ",
9
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
10
+ "unk_token": "[UNK]",
11
+ "word_delimiter_token": "|"
12
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e247d51bfc5aef09eeab13112c151cda4e75ad71516d00d30121f8be2327819
3
+ size 3835
vocab.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "[PAD]": 71,
3
+ "[UNK]": 70,
4
+ "|": 7,
5
+ "ँ": 47,
6
+ "ं": 33,
7
+ "ः": 65,
8
+ "अ": 23,
9
+ "आ": 24,
10
+ "इ": 66,
11
+ "ई": 11,
12
+ "उ": 9,
13
+ "ऊ": 68,
14
+ "ऋ": 41,
15
+ "ऍ": 36,
16
+ "ए": 61,
17
+ "ऐ": 37,
18
+ "ऑ": 48,
19
+ "ओ": 46,
20
+ "औ": 16,
21
+ "क": 17,
22
+ "ख": 12,
23
+ "ग": 32,
24
+ "घ": 19,
25
+ "च": 22,
26
+ "छ": 50,
27
+ "ज": 59,
28
+ "झ": 53,
29
+ "ञ": 25,
30
+ "ट": 2,
31
+ "ठ": 0,
32
+ "ड": 5,
33
+ "ढ": 13,
34
+ "ण": 51,
35
+ "त": 54,
36
+ "थ": 67,
37
+ "द": 64,
38
+ "ध": 60,
39
+ "न": 40,
40
+ "प": 30,
41
+ "फ": 62,
42
+ "ब": 1,
43
+ "भ": 10,
44
+ "म": 15,
45
+ "य": 58,
46
+ "र": 38,
47
+ "ल": 42,
48
+ "व": 56,
49
+ "श": 34,
50
+ "ष": 6,
51
+ "स": 55,
52
+ "ह": 49,
53
+ "़": 63,
54
+ "ा": 28,
55
+ "ि": 29,
56
+ "ी": 31,
57
+ "ु": 39,
58
+ "ू": 52,
59
+ "ृ": 44,
60
+ "े": 43,
61
+ "ै": 45,
62
+ "ॉ": 27,
63
+ "ो": 8,
64
+ "ौ": 21,
65
+ "्": 69,
66
+ "क़": 18,
67
+ "ख़": 14,
68
+ "ग़": 57,
69
+ "ज़": 3,
70
+ "ड़": 26,
71
+ "ढ़": 35,
72
+ "फ़": 4,
73
+ "ॠ": 20
74
+ }