Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +171 -0
- pytorch_model.bin +3 -0
- runs/Aug07_14-10-36_cvrl-flynn-ws2/events.out.tfevents.1691431862.cvrl-flynn-ws2.30731.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": null,
|
3 |
+
"_name_or_path": "clip-homer-100k",
|
4 |
+
"architectures": [
|
5 |
+
"VisionTextDualEncoderModel"
|
6 |
+
],
|
7 |
+
"logit_scale_init_value": 2.6592,
|
8 |
+
"model_type": "vision-text-dual-encoder",
|
9 |
+
"projection_dim": 512,
|
10 |
+
"text_config": {
|
11 |
+
"_name_or_path": "sentence-transformers/clip-ViT-B-32-multilingual-v1",
|
12 |
+
"activation": "gelu",
|
13 |
+
"add_cross_attention": false,
|
14 |
+
"architectures": [
|
15 |
+
"DistilBertModel"
|
16 |
+
],
|
17 |
+
"attention_dropout": 0.1,
|
18 |
+
"bad_words_ids": null,
|
19 |
+
"begin_suppress_tokens": null,
|
20 |
+
"bos_token_id": null,
|
21 |
+
"chunk_size_feed_forward": 0,
|
22 |
+
"cross_attention_hidden_size": null,
|
23 |
+
"decoder_start_token_id": null,
|
24 |
+
"dim": 768,
|
25 |
+
"diversity_penalty": 0.0,
|
26 |
+
"do_sample": false,
|
27 |
+
"dropout": 0.1,
|
28 |
+
"early_stopping": false,
|
29 |
+
"encoder_no_repeat_ngram_size": 0,
|
30 |
+
"eos_token_id": null,
|
31 |
+
"exponential_decay_length_penalty": null,
|
32 |
+
"finetuning_task": null,
|
33 |
+
"forced_bos_token_id": null,
|
34 |
+
"forced_eos_token_id": null,
|
35 |
+
"hidden_dim": 3072,
|
36 |
+
"id2label": {
|
37 |
+
"0": "LABEL_0",
|
38 |
+
"1": "LABEL_1"
|
39 |
+
},
|
40 |
+
"initializer_range": 0.02,
|
41 |
+
"is_decoder": false,
|
42 |
+
"is_encoder_decoder": false,
|
43 |
+
"label2id": {
|
44 |
+
"LABEL_0": 0,
|
45 |
+
"LABEL_1": 1
|
46 |
+
},
|
47 |
+
"length_penalty": 1.0,
|
48 |
+
"max_length": 20,
|
49 |
+
"max_position_embeddings": 512,
|
50 |
+
"min_length": 0,
|
51 |
+
"model_type": "distilbert",
|
52 |
+
"n_heads": 12,
|
53 |
+
"n_layers": 6,
|
54 |
+
"no_repeat_ngram_size": 0,
|
55 |
+
"num_beam_groups": 1,
|
56 |
+
"num_beams": 1,
|
57 |
+
"num_return_sequences": 1,
|
58 |
+
"output_attentions": false,
|
59 |
+
"output_hidden_states": false,
|
60 |
+
"output_past": true,
|
61 |
+
"output_scores": false,
|
62 |
+
"pad_token_id": 0,
|
63 |
+
"prefix": null,
|
64 |
+
"problem_type": null,
|
65 |
+
"pruned_heads": {},
|
66 |
+
"qa_dropout": 0.1,
|
67 |
+
"remove_invalid_values": false,
|
68 |
+
"repetition_penalty": 1.0,
|
69 |
+
"return_dict": true,
|
70 |
+
"return_dict_in_generate": false,
|
71 |
+
"sep_token_id": null,
|
72 |
+
"seq_classif_dropout": 0.2,
|
73 |
+
"sinusoidal_pos_embds": false,
|
74 |
+
"suppress_tokens": null,
|
75 |
+
"task_specific_params": null,
|
76 |
+
"temperature": 1.0,
|
77 |
+
"tf_legacy_loss": false,
|
78 |
+
"tie_encoder_decoder": false,
|
79 |
+
"tie_weights_": true,
|
80 |
+
"tie_word_embeddings": true,
|
81 |
+
"tokenizer_class": null,
|
82 |
+
"top_k": 50,
|
83 |
+
"top_p": 1.0,
|
84 |
+
"torch_dtype": null,
|
85 |
+
"torchscript": false,
|
86 |
+
"transformers_version": "4.32.0.dev0",
|
87 |
+
"typical_p": 1.0,
|
88 |
+
"use_bfloat16": false,
|
89 |
+
"vocab_size": 119547
|
90 |
+
},
|
91 |
+
"torch_dtype": "float32",
|
92 |
+
"transformers_version": null,
|
93 |
+
"vision_config": {
|
94 |
+
"_name_or_path": "openai/clip-vit-base-patch32",
|
95 |
+
"add_cross_attention": false,
|
96 |
+
"architectures": null,
|
97 |
+
"attention_dropout": 0.0,
|
98 |
+
"bad_words_ids": null,
|
99 |
+
"begin_suppress_tokens": null,
|
100 |
+
"bos_token_id": null,
|
101 |
+
"chunk_size_feed_forward": 0,
|
102 |
+
"cross_attention_hidden_size": null,
|
103 |
+
"decoder_start_token_id": null,
|
104 |
+
"diversity_penalty": 0.0,
|
105 |
+
"do_sample": false,
|
106 |
+
"dropout": 0.0,
|
107 |
+
"early_stopping": false,
|
108 |
+
"encoder_no_repeat_ngram_size": 0,
|
109 |
+
"eos_token_id": null,
|
110 |
+
"exponential_decay_length_penalty": null,
|
111 |
+
"finetuning_task": null,
|
112 |
+
"forced_bos_token_id": null,
|
113 |
+
"forced_eos_token_id": null,
|
114 |
+
"hidden_act": "quick_gelu",
|
115 |
+
"hidden_size": 768,
|
116 |
+
"id2label": {
|
117 |
+
"0": "LABEL_0",
|
118 |
+
"1": "LABEL_1"
|
119 |
+
},
|
120 |
+
"image_size": 224,
|
121 |
+
"initializer_factor": 1.0,
|
122 |
+
"initializer_range": 0.02,
|
123 |
+
"intermediate_size": 3072,
|
124 |
+
"is_decoder": false,
|
125 |
+
"is_encoder_decoder": false,
|
126 |
+
"label2id": {
|
127 |
+
"LABEL_0": 0,
|
128 |
+
"LABEL_1": 1
|
129 |
+
},
|
130 |
+
"layer_norm_eps": 1e-05,
|
131 |
+
"length_penalty": 1.0,
|
132 |
+
"max_length": 20,
|
133 |
+
"min_length": 0,
|
134 |
+
"model_type": "clip_vision_model",
|
135 |
+
"no_repeat_ngram_size": 0,
|
136 |
+
"num_attention_heads": 12,
|
137 |
+
"num_beam_groups": 1,
|
138 |
+
"num_beams": 1,
|
139 |
+
"num_channels": 3,
|
140 |
+
"num_hidden_layers": 12,
|
141 |
+
"num_return_sequences": 1,
|
142 |
+
"output_attentions": false,
|
143 |
+
"output_hidden_states": false,
|
144 |
+
"output_scores": false,
|
145 |
+
"pad_token_id": null,
|
146 |
+
"patch_size": 32,
|
147 |
+
"prefix": null,
|
148 |
+
"problem_type": null,
|
149 |
+
"projection_dim": 512,
|
150 |
+
"pruned_heads": {},
|
151 |
+
"remove_invalid_values": false,
|
152 |
+
"repetition_penalty": 1.0,
|
153 |
+
"return_dict": true,
|
154 |
+
"return_dict_in_generate": false,
|
155 |
+
"sep_token_id": null,
|
156 |
+
"suppress_tokens": null,
|
157 |
+
"task_specific_params": null,
|
158 |
+
"temperature": 1.0,
|
159 |
+
"tf_legacy_loss": false,
|
160 |
+
"tie_encoder_decoder": false,
|
161 |
+
"tie_word_embeddings": true,
|
162 |
+
"tokenizer_class": null,
|
163 |
+
"top_k": 50,
|
164 |
+
"top_p": 1.0,
|
165 |
+
"torch_dtype": null,
|
166 |
+
"torchscript": false,
|
167 |
+
"transformers_version": "4.32.0.dev0",
|
168 |
+
"typical_p": 1.0,
|
169 |
+
"use_bfloat16": false
|
170 |
+
}
|
171 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08fcd45eb8a8652d6dcb265f3bbe22f3daa78a74c89ee716ad46999002de1592
|
3 |
+
size 892012613
|
runs/Aug07_14-10-36_cvrl-flynn-ws2/events.out.tfevents.1691431862.cvrl-flynn-ws2.30731.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dc8a80a8f817d1fc2312e5a2bdc67dcc8ad684af07bb3436f98f6bd692cd6d0
|
3 |
+
size 9289
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52a12e6de0b237dcda110053717d5a63edd2d689d497fd065100005b8f142af9
|
3 |
+
size 4027
|