skpawar1305 commited on
Commit
fc28d02
1 Parent(s): 758ca96

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-base",
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
+ "Wav2Vec2ForSequenceClassification"
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": false,
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": false,
48
+ "eos_token_id": 2,
49
+ "feat_extract_activation": "gelu",
50
+ "feat_extract_norm": "group",
51
+ "feat_proj_dropout": 0.1,
52
+ "feat_quantizer_dropout": 0.0,
53
+ "final_dropout": 0.0,
54
+ "freeze_feat_extract_train": true,
55
+ "hidden_act": "gelu",
56
+ "hidden_dropout": 0.1,
57
+ "hidden_size": 768,
58
+ "id2label": {
59
+ "0": "zero",
60
+ "1": "one",
61
+ "2": "two",
62
+ "3": "three",
63
+ "4": "four",
64
+ "5": "five",
65
+ "6": "six",
66
+ "7": "seven",
67
+ "8": "eight",
68
+ "9": "nine"
69
+ },
70
+ "initializer_range": 0.02,
71
+ "intermediate_size": 3072,
72
+ "label2id": {
73
+ "eight": 8,
74
+ "five": 5,
75
+ "four": 4,
76
+ "nine": 9,
77
+ "one": 1,
78
+ "seven": 7,
79
+ "six": 6,
80
+ "three": 3,
81
+ "two": 2,
82
+ "zero": 0
83
+ },
84
+ "layer_norm_eps": 1e-05,
85
+ "layerdrop": 0.0,
86
+ "mask_channel_length": 10,
87
+ "mask_channel_min_space": 1,
88
+ "mask_channel_other": 0.0,
89
+ "mask_channel_prob": 0.0,
90
+ "mask_channel_selection": "static",
91
+ "mask_feature_length": 10,
92
+ "mask_feature_min_masks": 0,
93
+ "mask_feature_prob": 0.0,
94
+ "mask_time_length": 10,
95
+ "mask_time_min_masks": 2,
96
+ "mask_time_min_space": 1,
97
+ "mask_time_other": 0.0,
98
+ "mask_time_prob": 0.05,
99
+ "mask_time_selection": "static",
100
+ "model_type": "wav2vec2",
101
+ "no_mask_channel_overlap": false,
102
+ "no_mask_time_overlap": false,
103
+ "num_adapter_layers": 3,
104
+ "num_attention_heads": 12,
105
+ "num_codevector_groups": 2,
106
+ "num_codevectors_per_group": 320,
107
+ "num_conv_pos_embedding_groups": 16,
108
+ "num_conv_pos_embeddings": 128,
109
+ "num_feat_extract_layers": 7,
110
+ "num_hidden_layers": 12,
111
+ "num_negatives": 100,
112
+ "output_hidden_size": 768,
113
+ "pad_token_id": 0,
114
+ "proj_codevector_dim": 256,
115
+ "tdnn_dilation": [
116
+ 1,
117
+ 2,
118
+ 3,
119
+ 1,
120
+ 1
121
+ ],
122
+ "tdnn_dim": [
123
+ 512,
124
+ 512,
125
+ 512,
126
+ 512,
127
+ 1500
128
+ ],
129
+ "tdnn_kernel": [
130
+ 5,
131
+ 3,
132
+ 3,
133
+ 1,
134
+ 1
135
+ ],
136
+ "torch_dtype": "float32",
137
+ "transformers_version": "4.20.0",
138
+ "use_weighted_layer_sum": false,
139
+ "vocab_size": 32,
140
+ "xvector_output_dim": 512
141
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:063387fd715e2fdf62c1964a785f663bd4bf8849c3d94aca83527155300e358b
3
+ size 378356755
runs/Jun20_10-21-31_aed87e8ee806/1655720516.8367267/events.out.tfevents.1655720516.aed87e8ee806.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b405119224a5e410d8a7102f458fe94363ddb3b0e0dcbf384b3a2b4a46087f53
3
+ size 5366
runs/Jun20_10-21-31_aed87e8ee806/events.out.tfevents.1655720516.aed87e8ee806.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cbaeaeb51e534c9eb3358a318318ca2160e90a09ab12a995d139e16930180a2
3
+ size 5703
runs/Jun20_10-25-22_aed87e8ee806/1655720731.6801217/events.out.tfevents.1655720731.aed87e8ee806.72.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:396dda9eeb5d6b8a3a1efef2df13bb993665ca612d5714372d403c2d7c1c905e
3
+ size 5366
runs/Jun20_10-25-22_aed87e8ee806/events.out.tfevents.1655720731.aed87e8ee806.72.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03bfef153663e2a942512137e312dd946bb4d5ed27e126afed52d3ce0fca6f9d
3
+ size 5703
runs/Jun20_10-26-11_aed87e8ee806/1655720780.2681108/events.out.tfevents.1655720780.aed87e8ee806.72.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbf7ac0a64fa0756484a64c537dc6b29b91fed6f31f53af22ddd50610e119d86
3
+ size 5366
runs/Jun20_10-26-11_aed87e8ee806/events.out.tfevents.1655720780.aed87e8ee806.72.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45ceb8da116c74676df2bc0bff3c09aa5018716ec86a4f1fc5958ca06cb3d416
3
+ size 5703
runs/Jun20_10-39-18_aed87e8ee806/1655721568.2887957/events.out.tfevents.1655721568.aed87e8ee806.72.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afc0e5946b7cf2f53a04c895c3f1f1a0b3863a45f2c6005c3e077a48c4268a5c
3
+ size 5366
runs/Jun20_10-39-18_aed87e8ee806/events.out.tfevents.1655721568.aed87e8ee806.72.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01049d0f86d316384462a7e9236d656700092a1c64dced179ad5aee692e000ae
3
+ size 5991
runs/Jun20_11-12-18_aed87e8ee806/1655723548.1461384/events.out.tfevents.1655723548.aed87e8ee806.72.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:813b467ae4a1546468268599fe4209f497b83c25507c5d591ab17ab1e06af079
3
+ size 5366
runs/Jun20_11-12-18_aed87e8ee806/events.out.tfevents.1655723548.aed87e8ee806.72.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c87560edd4a32bc12122096c21884c692ff4d2619504371cc1e189a3701bddd8
3
+ size 6154
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b6ff81ae5ef7c2ced95046760c1597434f5d36f4cfe741ed6f436fb3f697b83
3
+ size 3311