MartiDG commited on
Commit
932d957
1 Parent(s): 0f72f70

Training in progress, epoch 0

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