MuhammadIqbalBazmi commited on
Commit
e999312
1 Parent(s): e3a3bbb

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
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": 768,
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": "sum",
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.1,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.0,
55
+ "gradient_checkpointing": false,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.1,
58
+ "hidden_size": 1024,
59
+ "id2label": {
60
+ "0": "Locate_Dealer",
61
+ "1": "Top_speed",
62
+ "2": "casual_talk_greeting",
63
+ "3": "bike_modes",
64
+ "4": "casual_talk_goodbye",
65
+ "5": "Running_operating_cost",
66
+ "6": "About_iQube",
67
+ "7": "battery",
68
+ "8": "book_now"
69
+ },
70
+ "initializer_range": 0.02,
71
+ "intermediate_size": 4096,
72
+ "label2id": {
73
+ "About_iQube": "6",
74
+ "Locate_Dealer": "0",
75
+ "Running_operating_cost": "5",
76
+ "Top_speed": "1",
77
+ "battery": "7",
78
+ "bike_modes": "3",
79
+ "book_now": "8",
80
+ "casual_talk_goodbye": "4",
81
+ "casual_talk_greeting": "2"
82
+ },
83
+ "layer_norm_eps": 1e-05,
84
+ "layerdrop": 0.1,
85
+ "mask_channel_length": 10,
86
+ "mask_channel_min_space": 1,
87
+ "mask_channel_other": 0.0,
88
+ "mask_channel_prob": 0.0,
89
+ "mask_channel_selection": "static",
90
+ "mask_feature_length": 10,
91
+ "mask_feature_min_masks": 0,
92
+ "mask_feature_prob": 0.0,
93
+ "mask_time_length": 10,
94
+ "mask_time_min_masks": 2,
95
+ "mask_time_min_space": 1,
96
+ "mask_time_other": 0.0,
97
+ "mask_time_prob": 0.075,
98
+ "mask_time_selection": "static",
99
+ "model_type": "wav2vec2",
100
+ "num_adapter_layers": 3,
101
+ "num_attention_heads": 16,
102
+ "num_codevector_groups": 2,
103
+ "num_codevectors_per_group": 320,
104
+ "num_conv_pos_embedding_groups": 16,
105
+ "num_conv_pos_embeddings": 128,
106
+ "num_feat_extract_layers": 7,
107
+ "num_hidden_layers": 24,
108
+ "num_negatives": 100,
109
+ "output_hidden_size": 1024,
110
+ "pad_token_id": 0,
111
+ "proj_codevector_dim": 768,
112
+ "tdnn_dilation": [
113
+ 1,
114
+ 2,
115
+ 3,
116
+ 1,
117
+ 1
118
+ ],
119
+ "tdnn_dim": [
120
+ 512,
121
+ 512,
122
+ 512,
123
+ 512,
124
+ 1500
125
+ ],
126
+ "tdnn_kernel": [
127
+ 5,
128
+ 3,
129
+ 3,
130
+ 1,
131
+ 1
132
+ ],
133
+ "torch_dtype": "float32",
134
+ "transformers_version": "4.20.1",
135
+ "use_weighted_layer_sum": false,
136
+ "vocab_size": 32,
137
+ "xvector_output_dim": 512
138
+ }
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,
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:41871d71fc65d0ce035ed743a1cde90f205ee080bf8ca0ffd701c901474c52f8
3
+ size 1262958189
runs/Oct11_17-49-28_7c2b0687c682/1665510632.2259605/events.out.tfevents.1665510632.7c2b0687c682.17.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3a412dc1a7a89218b65205b88006b07988b324a46ec47780d5975c5250eca9e
3
+ size 5429
runs/Oct11_17-49-28_7c2b0687c682/events.out.tfevents.1665510632.7c2b0687c682.17.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94e7c5149a405335136261604e2790abca6911c9768a370528f96e4d75b4872e
3
+ size 6342
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1de2d0d356d9b0a4d71333676531562a6cf288abe3aae49ce9245b9ffcef11c1
3
+ size 3375