sokaina55 commited on
Commit
3bb556f
1 Parent(s): 21449a9

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/xclip-base-patch32",
3
+ "architectures": [
4
+ "VideoMAEForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "decoder_hidden_size": 384,
8
+ "decoder_intermediate_size": 1536,
9
+ "decoder_num_attention_heads": 6,
10
+ "decoder_num_hidden_layers": 4,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.0,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "IDeaf",
16
+ "1": "IHardHearing",
17
+ "2": "IHaveFever",
18
+ "3": "IHaveStomachache",
19
+ "4": "ILookingForPharmacy"
20
+ },
21
+ "image_size": 224,
22
+ "initializer_factor": 1.0,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "IDeaf": 0,
27
+ "IHardHearing": 1,
28
+ "IHaveFever": 2,
29
+ "IHaveStomachache": 3,
30
+ "ILookingForPharmacy": 4
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "logit_scale_init_value": 2.6592,
34
+ "model_type": "videomae",
35
+ "norm_pix_loss": true,
36
+ "num_attention_heads": 12,
37
+ "num_channels": 3,
38
+ "num_frames": 16,
39
+ "num_hidden_layers": 12,
40
+ "patch_size": 16,
41
+ "problem_type": "single_label_classification",
42
+ "projection_dim": 512,
43
+ "prompt_alpha": 0.1,
44
+ "prompt_attention_dropout": 0.0,
45
+ "prompt_hidden_act": "quick_gelu",
46
+ "prompt_layers": 2,
47
+ "prompt_num_attention_heads": 8,
48
+ "prompt_projection_dropout": 0.0,
49
+ "qkv_bias": true,
50
+ "text_config": {
51
+ "_name_or_path": "",
52
+ "add_cross_attention": false,
53
+ "architectures": null,
54
+ "attention_dropout": 0.0,
55
+ "bad_words_ids": null,
56
+ "bos_token_id": 0,
57
+ "chunk_size_feed_forward": 0,
58
+ "cross_attention_hidden_size": null,
59
+ "decoder_start_token_id": null,
60
+ "diversity_penalty": 0.0,
61
+ "do_sample": false,
62
+ "dropout": 0.0,
63
+ "early_stopping": false,
64
+ "encoder_no_repeat_ngram_size": 0,
65
+ "eos_token_id": 2,
66
+ "exponential_decay_length_penalty": null,
67
+ "finetuning_task": null,
68
+ "forced_bos_token_id": null,
69
+ "forced_eos_token_id": null,
70
+ "hidden_act": "quick_gelu",
71
+ "hidden_size": 512,
72
+ "id2label": {
73
+ "0": "LABEL_0",
74
+ "1": "LABEL_1"
75
+ },
76
+ "initializer_factor": 1.0,
77
+ "initializer_range": 0.02,
78
+ "intermediate_size": 2048,
79
+ "is_decoder": false,
80
+ "is_encoder_decoder": false,
81
+ "label2id": {
82
+ "LABEL_0": 0,
83
+ "LABEL_1": 1
84
+ },
85
+ "layer_norm_eps": 1e-05,
86
+ "length_penalty": 1.0,
87
+ "max_length": 20,
88
+ "max_position_embeddings": 77,
89
+ "min_length": 0,
90
+ "model_type": "xclip_text_model",
91
+ "no_repeat_ngram_size": 0,
92
+ "num_attention_heads": 8,
93
+ "num_beam_groups": 1,
94
+ "num_beams": 1,
95
+ "num_hidden_layers": 12,
96
+ "num_return_sequences": 1,
97
+ "output_attentions": false,
98
+ "output_hidden_states": false,
99
+ "output_scores": false,
100
+ "pad_token_id": 1,
101
+ "prefix": null,
102
+ "problem_type": null,
103
+ "pruned_heads": {},
104
+ "remove_invalid_values": false,
105
+ "repetition_penalty": 1.0,
106
+ "return_dict": true,
107
+ "return_dict_in_generate": false,
108
+ "sep_token_id": null,
109
+ "task_specific_params": null,
110
+ "temperature": 1.0,
111
+ "tf_legacy_loss": false,
112
+ "tie_encoder_decoder": false,
113
+ "tie_word_embeddings": true,
114
+ "tokenizer_class": null,
115
+ "top_k": 50,
116
+ "top_p": 1.0,
117
+ "torch_dtype": null,
118
+ "torchscript": false,
119
+ "transformers_version": "4.22.0.dev0",
120
+ "typical_p": 1.0,
121
+ "use_bfloat16": false,
122
+ "vocab_size": 49408
123
+ },
124
+ "text_config_dict": null,
125
+ "torch_dtype": "float32",
126
+ "transformers_version": "4.28.0",
127
+ "tubelet_size": 2,
128
+ "use_mean_pooling": true,
129
+ "vision_config": {
130
+ "_name_or_path": "",
131
+ "add_cross_attention": false,
132
+ "architectures": null,
133
+ "attention_dropout": 0.0,
134
+ "bad_words_ids": null,
135
+ "bos_token_id": null,
136
+ "chunk_size_feed_forward": 0,
137
+ "cross_attention_hidden_size": null,
138
+ "decoder_start_token_id": null,
139
+ "diversity_penalty": 0.0,
140
+ "do_sample": false,
141
+ "drop_path_rate": 0.0,
142
+ "dropout": 0.0,
143
+ "early_stopping": false,
144
+ "encoder_no_repeat_ngram_size": 0,
145
+ "eos_token_id": null,
146
+ "exponential_decay_length_penalty": null,
147
+ "finetuning_task": null,
148
+ "forced_bos_token_id": null,
149
+ "forced_eos_token_id": null,
150
+ "hidden_act": "quick_gelu",
151
+ "hidden_size": 768,
152
+ "id2label": {
153
+ "0": "LABEL_0",
154
+ "1": "LABEL_1"
155
+ },
156
+ "image_size": 224,
157
+ "initializer_factor": 1.0,
158
+ "initializer_range": 0.02,
159
+ "intermediate_size": 3072,
160
+ "is_decoder": false,
161
+ "is_encoder_decoder": false,
162
+ "label2id": {
163
+ "LABEL_0": 0,
164
+ "LABEL_1": 1
165
+ },
166
+ "layer_norm_eps": 1e-05,
167
+ "length_penalty": 1.0,
168
+ "max_length": 20,
169
+ "min_length": 0,
170
+ "mit_hidden_size": 512,
171
+ "mit_intermediate_size": 2048,
172
+ "mit_num_attention_heads": 8,
173
+ "mit_num_hidden_layers": 1,
174
+ "model_type": "xclip_vision_model",
175
+ "no_repeat_ngram_size": 0,
176
+ "num_attention_heads": 12,
177
+ "num_beam_groups": 1,
178
+ "num_beams": 1,
179
+ "num_channels": 3,
180
+ "num_frames": 8,
181
+ "num_hidden_layers": 12,
182
+ "num_return_sequences": 1,
183
+ "output_attentions": false,
184
+ "output_hidden_states": false,
185
+ "output_scores": false,
186
+ "pad_token_id": null,
187
+ "patch_size": 32,
188
+ "prefix": null,
189
+ "problem_type": null,
190
+ "pruned_heads": {},
191
+ "remove_invalid_values": false,
192
+ "repetition_penalty": 1.0,
193
+ "return_dict": true,
194
+ "return_dict_in_generate": false,
195
+ "sep_token_id": null,
196
+ "task_specific_params": null,
197
+ "temperature": 1.0,
198
+ "tf_legacy_loss": false,
199
+ "tie_encoder_decoder": false,
200
+ "tie_word_embeddings": true,
201
+ "tokenizer_class": null,
202
+ "top_k": 50,
203
+ "top_p": 1.0,
204
+ "torch_dtype": null,
205
+ "torchscript": false,
206
+ "transformers_version": "4.22.0.dev0",
207
+ "typical_p": 1.0,
208
+ "use_bfloat16": false
209
+ },
210
+ "vision_config_dict": null
211
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "feature_extractor_type": "VideoMAEFeatureExtractor",
11
+ "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "image_processor_type": "VideoMAEImageProcessor",
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "processor_class": "XCLIPProcessor",
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "shortest_edge": 224
27
+ }
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18792d459bf7d8e75386cf7edac63463fbcac6a5706736223e62737d8cc8033b
3
+ size 344985525
runs/Jul12_02-26-57_a1b08742a38b/1689128864.8623912/events.out.tfevents.1689128864.a1b08742a38b.2655.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec1ae3fc5dce987a6f812d8e6e9ffd79d36c8723d4463cca3b8ed64d47fe3268
3
+ size 6000
runs/Jul12_02-26-57_a1b08742a38b/events.out.tfevents.1689128864.a1b08742a38b.2655.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b2fa2144b0444ef36894a39a09726225871abf837c3dbf3f11b23f2e2f271f6
3
+ size 9708
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3c1733e089729df1063b69ae449cdff4dd2d3e87663bb372ec7951597b956dc
3
+ size 3707