Santici commited on
Commit
7bf04fe
·
1 Parent(s): 737b881

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/clip-vit-large-patch14",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "angular_leaf_spot",
13
+ "1": "bean_rust",
14
+ "2": "healthy"
15
+ },
16
+ "image_size": 224,
17
+ "initializer_factor": 1.0,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "angular_leaf_spot": "0",
22
+ "bean_rust": "1",
23
+ "healthy": "2"
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "logit_scale_init_value": 2.6592,
27
+ "model_type": "vit",
28
+ "num_attention_heads": 12,
29
+ "num_channels": 3,
30
+ "num_hidden_layers": 12,
31
+ "patch_size": 16,
32
+ "problem_type": "single_label_classification",
33
+ "projection_dim": 768,
34
+ "qkv_bias": true,
35
+ "text_config": {
36
+ "_name_or_path": "",
37
+ "add_cross_attention": false,
38
+ "architectures": null,
39
+ "attention_dropout": 0.0,
40
+ "bad_words_ids": null,
41
+ "bos_token_id": 0,
42
+ "chunk_size_feed_forward": 0,
43
+ "cross_attention_hidden_size": null,
44
+ "decoder_start_token_id": null,
45
+ "diversity_penalty": 0.0,
46
+ "do_sample": false,
47
+ "dropout": 0.0,
48
+ "early_stopping": false,
49
+ "encoder_no_repeat_ngram_size": 0,
50
+ "eos_token_id": 2,
51
+ "finetuning_task": null,
52
+ "forced_bos_token_id": null,
53
+ "forced_eos_token_id": null,
54
+ "hidden_act": "quick_gelu",
55
+ "hidden_size": 768,
56
+ "id2label": {
57
+ "0": "LABEL_0",
58
+ "1": "LABEL_1"
59
+ },
60
+ "initializer_factor": 1.0,
61
+ "initializer_range": 0.02,
62
+ "intermediate_size": 3072,
63
+ "is_decoder": false,
64
+ "is_encoder_decoder": false,
65
+ "label2id": {
66
+ "LABEL_0": 0,
67
+ "LABEL_1": 1
68
+ },
69
+ "layer_norm_eps": 1e-05,
70
+ "length_penalty": 1.0,
71
+ "max_length": 20,
72
+ "max_position_embeddings": 77,
73
+ "min_length": 0,
74
+ "model_type": "clip_text_model",
75
+ "no_repeat_ngram_size": 0,
76
+ "num_attention_heads": 12,
77
+ "num_beam_groups": 1,
78
+ "num_beams": 1,
79
+ "num_hidden_layers": 12,
80
+ "num_return_sequences": 1,
81
+ "output_attentions": false,
82
+ "output_hidden_states": false,
83
+ "output_scores": false,
84
+ "pad_token_id": 1,
85
+ "prefix": null,
86
+ "problem_type": null,
87
+ "projection_dim": 768,
88
+ "pruned_heads": {},
89
+ "remove_invalid_values": false,
90
+ "repetition_penalty": 1.0,
91
+ "return_dict": true,
92
+ "return_dict_in_generate": false,
93
+ "sep_token_id": null,
94
+ "task_specific_params": null,
95
+ "temperature": 1.0,
96
+ "tie_encoder_decoder": false,
97
+ "tie_word_embeddings": true,
98
+ "tokenizer_class": null,
99
+ "top_k": 50,
100
+ "top_p": 1.0,
101
+ "torch_dtype": null,
102
+ "torchscript": false,
103
+ "transformers_version": "4.16.0.dev0",
104
+ "use_bfloat16": false,
105
+ "vocab_size": 49408
106
+ },
107
+ "text_config_dict": {
108
+ "hidden_size": 768,
109
+ "intermediate_size": 3072,
110
+ "num_attention_heads": 12,
111
+ "num_hidden_layers": 12,
112
+ "projection_dim": 768
113
+ },
114
+ "torch_dtype": "float32",
115
+ "transformers_version": "4.28.0",
116
+ "vision_config": {
117
+ "_name_or_path": "",
118
+ "add_cross_attention": false,
119
+ "architectures": null,
120
+ "attention_dropout": 0.0,
121
+ "bad_words_ids": null,
122
+ "bos_token_id": null,
123
+ "chunk_size_feed_forward": 0,
124
+ "cross_attention_hidden_size": null,
125
+ "decoder_start_token_id": null,
126
+ "diversity_penalty": 0.0,
127
+ "do_sample": false,
128
+ "dropout": 0.0,
129
+ "early_stopping": false,
130
+ "encoder_no_repeat_ngram_size": 0,
131
+ "eos_token_id": null,
132
+ "finetuning_task": null,
133
+ "forced_bos_token_id": null,
134
+ "forced_eos_token_id": null,
135
+ "hidden_act": "quick_gelu",
136
+ "hidden_size": 1024,
137
+ "id2label": {
138
+ "0": "LABEL_0",
139
+ "1": "LABEL_1"
140
+ },
141
+ "image_size": 224,
142
+ "initializer_factor": 1.0,
143
+ "initializer_range": 0.02,
144
+ "intermediate_size": 4096,
145
+ "is_decoder": false,
146
+ "is_encoder_decoder": false,
147
+ "label2id": {
148
+ "LABEL_0": 0,
149
+ "LABEL_1": 1
150
+ },
151
+ "layer_norm_eps": 1e-05,
152
+ "length_penalty": 1.0,
153
+ "max_length": 20,
154
+ "min_length": 0,
155
+ "model_type": "clip_vision_model",
156
+ "no_repeat_ngram_size": 0,
157
+ "num_attention_heads": 16,
158
+ "num_beam_groups": 1,
159
+ "num_beams": 1,
160
+ "num_hidden_layers": 24,
161
+ "num_return_sequences": 1,
162
+ "output_attentions": false,
163
+ "output_hidden_states": false,
164
+ "output_scores": false,
165
+ "pad_token_id": null,
166
+ "patch_size": 14,
167
+ "prefix": null,
168
+ "problem_type": null,
169
+ "projection_dim": 768,
170
+ "pruned_heads": {},
171
+ "remove_invalid_values": false,
172
+ "repetition_penalty": 1.0,
173
+ "return_dict": true,
174
+ "return_dict_in_generate": false,
175
+ "sep_token_id": null,
176
+ "task_specific_params": null,
177
+ "temperature": 1.0,
178
+ "tie_encoder_decoder": false,
179
+ "tie_word_embeddings": true,
180
+ "tokenizer_class": null,
181
+ "top_k": 50,
182
+ "top_p": 1.0,
183
+ "torch_dtype": null,
184
+ "torchscript": false,
185
+ "transformers_version": "4.16.0.dev0",
186
+ "use_bfloat16": false
187
+ },
188
+ "vision_config_dict": {
189
+ "hidden_size": 1024,
190
+ "intermediate_size": 4096,
191
+ "num_attention_heads": 16,
192
+ "num_hidden_layers": 24,
193
+ "patch_size": 14,
194
+ "projection_dim": 768
195
+ }
196
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": 224,
3
+ "do_center_crop": true,
4
+ "do_normalize": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "feature_extractor_type": "CLIPFeatureExtractor",
8
+ "image_mean": [
9
+ 0.48145466,
10
+ 0.4578275,
11
+ 0.40821073
12
+ ],
13
+ "image_processor_type": "ViTFeatureExtractor",
14
+ "image_std": [
15
+ 0.26862954,
16
+ 0.26130258,
17
+ 0.27577711
18
+ ],
19
+ "resample": 3,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "height": 224,
23
+ "width": 224
24
+ }
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69cf1f1e22730f2212ee39bfac383bef306cf1afda99eb5196490d78ca1cbeea
3
+ size 343269037
runs/May10_19-57-12_443d3b03cfac/1683748641.058563/events.out.tfevents.1683748641.443d3b03cfac.15621.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78160095a943bbe72e631661ce163a98ec5c1676ed41b9de071c0fdaf55b81de
3
+ size 5882
runs/May10_19-57-12_443d3b03cfac/events.out.tfevents.1683748641.443d3b03cfac.15621.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd637d867886d85c7be7629c429e280a024e7d62ce9b6c6256da15478051f1df
3
+ size 8908
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:777d7c51230234be8e61ca5a3470431ac192c0bde1448ef3c83bf76c21738a9e
3
+ size 3579