rharris117 commited on
Commit
947a995
·
1 Parent(s): a0de29d

Training in progress, step 50

Browse files
Files changed (20) hide show
  1. .gitignore +1 -0
  2. config.json +175 -0
  3. pytorch_model.bin +3 -0
  4. runs/Jan04_18-16-39_BobbyA100Train2/1704392204.916735/events.out.tfevents.1704392204.BobbyA100Train2.6542.1 +3 -0
  5. runs/Jan04_18-16-39_BobbyA100Train2/events.out.tfevents.1704392204.BobbyA100Train2.6542.0 +3 -0
  6. runs/Jan04_18-19-35_BobbyA100Train2/1704392378.4089205/events.out.tfevents.1704392378.BobbyA100Train2.6804.1 +3 -0
  7. runs/Jan04_18-19-35_BobbyA100Train2/events.out.tfevents.1704392378.BobbyA100Train2.6804.0 +3 -0
  8. runs/Jan04_18-21-28_BobbyA100Train2/1704392491.0654352/events.out.tfevents.1704392491.BobbyA100Train2.7029.1 +3 -0
  9. runs/Jan04_18-21-28_BobbyA100Train2/events.out.tfevents.1704392491.BobbyA100Train2.7029.0 +3 -0
  10. runs/Jan04_18-24-30_BobbyA100Train2/1704392673.1435134/events.out.tfevents.1704392673.BobbyA100Train2.7270.1 +3 -0
  11. runs/Jan04_18-24-30_BobbyA100Train2/events.out.tfevents.1704392673.BobbyA100Train2.7270.0 +3 -0
  12. runs/Jan04_18-27-54_BobbyA100Train2/1704392877.978202/events.out.tfevents.1704392877.BobbyA100Train2.7499.1 +3 -0
  13. runs/Jan04_18-27-54_BobbyA100Train2/events.out.tfevents.1704392877.BobbyA100Train2.7499.0 +3 -0
  14. runs/Jan04_18-29-13_BobbyA100Train2/1704392956.728369/events.out.tfevents.1704392956.BobbyA100Train2.7736.1 +3 -0
  15. runs/Jan04_18-29-13_BobbyA100Train2/events.out.tfevents.1704392956.BobbyA100Train2.7736.0 +3 -0
  16. runs/Jan04_18-31-06_BobbyA100Train2/1704393070.186598/events.out.tfevents.1704393070.BobbyA100Train2.7956.1 +3 -0
  17. runs/Jan04_18-31-06_BobbyA100Train2/events.out.tfevents.1704393070.BobbyA100Train2.7956.0 +3 -0
  18. runs/Jan04_18-36-56_BobbyA100Train2/1704393419.5424998/events.out.tfevents.1704393419.BobbyA100Train2.8999.1 +3 -0
  19. runs/Jan04_18-36-56_BobbyA100Train2/events.out.tfevents.1704393419.BobbyA100Train2.8999.0 +3 -0
  20. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": null,
3
+ "architectures": [
4
+ "VisionEncoderDecoderModel"
5
+ ],
6
+ "decoder": {
7
+ "_name_or_path": "bert-base-uncased",
8
+ "add_cross_attention": true,
9
+ "architectures": [
10
+ "BertForMaskedLM"
11
+ ],
12
+ "attention_probs_dropout_prob": 0.1,
13
+ "bad_words_ids": null,
14
+ "begin_suppress_tokens": null,
15
+ "bos_token_id": null,
16
+ "chunk_size_feed_forward": 0,
17
+ "classifier_dropout": null,
18
+ "cross_attention_hidden_size": null,
19
+ "decoder_start_token_id": null,
20
+ "diversity_penalty": 0.0,
21
+ "do_sample": false,
22
+ "early_stopping": false,
23
+ "encoder_no_repeat_ngram_size": 0,
24
+ "eos_token_id": null,
25
+ "exponential_decay_length_penalty": null,
26
+ "finetuning_task": null,
27
+ "forced_bos_token_id": null,
28
+ "forced_eos_token_id": null,
29
+ "gradient_checkpointing": false,
30
+ "hidden_act": "gelu",
31
+ "hidden_dropout_prob": 0.1,
32
+ "hidden_size": 768,
33
+ "id2label": {
34
+ "0": "LABEL_0",
35
+ "1": "LABEL_1"
36
+ },
37
+ "initializer_range": 0.02,
38
+ "intermediate_size": 3072,
39
+ "is_decoder": true,
40
+ "is_encoder_decoder": false,
41
+ "label2id": {
42
+ "LABEL_0": 0,
43
+ "LABEL_1": 1
44
+ },
45
+ "layer_norm_eps": 1e-12,
46
+ "length_penalty": 1.0,
47
+ "max_length": 20,
48
+ "max_position_embeddings": 512,
49
+ "min_length": 0,
50
+ "model_type": "bert",
51
+ "no_repeat_ngram_size": 0,
52
+ "num_attention_heads": 12,
53
+ "num_beam_groups": 1,
54
+ "num_beams": 1,
55
+ "num_hidden_layers": 12,
56
+ "num_return_sequences": 1,
57
+ "output_attentions": false,
58
+ "output_hidden_states": false,
59
+ "output_scores": false,
60
+ "pad_token_id": 0,
61
+ "position_embedding_type": "absolute",
62
+ "prefix": null,
63
+ "problem_type": null,
64
+ "pruned_heads": {},
65
+ "remove_invalid_values": false,
66
+ "repetition_penalty": 1.0,
67
+ "return_dict": true,
68
+ "return_dict_in_generate": false,
69
+ "sep_token_id": null,
70
+ "suppress_tokens": null,
71
+ "task_specific_params": null,
72
+ "temperature": 1.0,
73
+ "tf_legacy_loss": false,
74
+ "tie_encoder_decoder": false,
75
+ "tie_word_embeddings": true,
76
+ "tokenizer_class": null,
77
+ "top_k": 50,
78
+ "top_p": 1.0,
79
+ "torch_dtype": null,
80
+ "torchscript": false,
81
+ "transformers_version": "4.27.3",
82
+ "type_vocab_size": 2,
83
+ "typical_p": 1.0,
84
+ "use_bfloat16": false,
85
+ "use_cache": true,
86
+ "vocab_size": 30522
87
+ },
88
+ "decoder_start_token_id": 101,
89
+ "encoder": {
90
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
91
+ "add_cross_attention": false,
92
+ "architectures": [
93
+ "ViTModel"
94
+ ],
95
+ "attention_probs_dropout_prob": 0.0,
96
+ "bad_words_ids": null,
97
+ "begin_suppress_tokens": null,
98
+ "bos_token_id": null,
99
+ "chunk_size_feed_forward": 0,
100
+ "cross_attention_hidden_size": null,
101
+ "decoder_start_token_id": null,
102
+ "diversity_penalty": 0.0,
103
+ "do_sample": false,
104
+ "early_stopping": false,
105
+ "encoder_no_repeat_ngram_size": 0,
106
+ "encoder_stride": 16,
107
+ "eos_token_id": null,
108
+ "exponential_decay_length_penalty": null,
109
+ "finetuning_task": null,
110
+ "forced_bos_token_id": null,
111
+ "forced_eos_token_id": null,
112
+ "hidden_act": "gelu",
113
+ "hidden_dropout_prob": 0.0,
114
+ "hidden_size": 768,
115
+ "id2label": {
116
+ "0": "LABEL_0",
117
+ "1": "LABEL_1"
118
+ },
119
+ "image_size": 224,
120
+ "initializer_range": 0.02,
121
+ "intermediate_size": 3072,
122
+ "is_decoder": false,
123
+ "is_encoder_decoder": false,
124
+ "label2id": {
125
+ "LABEL_0": 0,
126
+ "LABEL_1": 1
127
+ },
128
+ "layer_norm_eps": 1e-12,
129
+ "length_penalty": 1.0,
130
+ "max_length": 20,
131
+ "min_length": 0,
132
+ "model_type": "vit",
133
+ "no_repeat_ngram_size": 0,
134
+ "num_attention_heads": 12,
135
+ "num_beam_groups": 1,
136
+ "num_beams": 1,
137
+ "num_channels": 3,
138
+ "num_hidden_layers": 12,
139
+ "num_return_sequences": 1,
140
+ "output_attentions": false,
141
+ "output_hidden_states": false,
142
+ "output_scores": false,
143
+ "pad_token_id": null,
144
+ "patch_size": 16,
145
+ "prefix": null,
146
+ "problem_type": null,
147
+ "pruned_heads": {},
148
+ "qkv_bias": true,
149
+ "remove_invalid_values": false,
150
+ "repetition_penalty": 1.0,
151
+ "return_dict": true,
152
+ "return_dict_in_generate": false,
153
+ "sep_token_id": null,
154
+ "suppress_tokens": null,
155
+ "task_specific_params": null,
156
+ "temperature": 1.0,
157
+ "tf_legacy_loss": false,
158
+ "tie_encoder_decoder": false,
159
+ "tie_word_embeddings": true,
160
+ "tokenizer_class": null,
161
+ "top_k": 50,
162
+ "top_p": 1.0,
163
+ "torch_dtype": null,
164
+ "torchscript": false,
165
+ "transformers_version": "4.27.3",
166
+ "typical_p": 1.0,
167
+ "use_bfloat16": false
168
+ },
169
+ "is_encoder_decoder": true,
170
+ "model_type": "vision-encoder-decoder",
171
+ "pad_token_id": 0,
172
+ "tie_word_embeddings": false,
173
+ "torch_dtype": "float32",
174
+ "transformers_version": null
175
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d69c031d59ad2f4a0ac75a310df37569b77326c446ffcb265cc8dbf8e49a8dc
3
+ size 897269302
runs/Jan04_18-16-39_BobbyA100Train2/1704392204.916735/events.out.tfevents.1704392204.BobbyA100Train2.6542.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00583417632e508d446a8f6ae856fe74ae6e558f9cab34a0ad13bb7586155f32
3
+ size 5831
runs/Jan04_18-16-39_BobbyA100Train2/events.out.tfevents.1704392204.BobbyA100Train2.6542.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e526636232112734f7047ec3acb0069f892fe66ee4890b93e22fcef901440f6
3
+ size 7911
runs/Jan04_18-19-35_BobbyA100Train2/1704392378.4089205/events.out.tfevents.1704392378.BobbyA100Train2.6804.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b915c10cb631644694193a00b1d37ed49bb11401ad043120fdadcf68b3524d1
3
+ size 5831
runs/Jan04_18-19-35_BobbyA100Train2/events.out.tfevents.1704392378.BobbyA100Train2.6804.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d563f4b449862bc65ed9d8cfb1f553ed4c8920e1920bb7bea14a5cc34de5cc58
3
+ size 7911
runs/Jan04_18-21-28_BobbyA100Train2/1704392491.0654352/events.out.tfevents.1704392491.BobbyA100Train2.7029.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56ceda9e464400b72269262fc7fc0b1952382c074127f8f604fa22366abbe619
3
+ size 5831
runs/Jan04_18-21-28_BobbyA100Train2/events.out.tfevents.1704392491.BobbyA100Train2.7029.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:149c265267d6b78f33596f5b62ae17fa7b0eef7b9fdb85f1526205c508c00717
3
+ size 7911
runs/Jan04_18-24-30_BobbyA100Train2/1704392673.1435134/events.out.tfevents.1704392673.BobbyA100Train2.7270.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4cf636d16e3ad5be8a99308e334b955df8e27afe920ba288750147edd5eb075
3
+ size 5831
runs/Jan04_18-24-30_BobbyA100Train2/events.out.tfevents.1704392673.BobbyA100Train2.7270.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca02aa426045cd88d15f069ca9cd8826da925db2ddfb16cf9aaf30f42dcb72a1
3
+ size 7911
runs/Jan04_18-27-54_BobbyA100Train2/1704392877.978202/events.out.tfevents.1704392877.BobbyA100Train2.7499.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:506f7fbf84b265dfe11c336f9254e191fb46314164c19e25f54260f17b2017b0
3
+ size 5831
runs/Jan04_18-27-54_BobbyA100Train2/events.out.tfevents.1704392877.BobbyA100Train2.7499.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b0fe81e61accf1f5304d231913140d64c3d8715bb4f4c31794b01ae59ba5a32
3
+ size 7944
runs/Jan04_18-29-13_BobbyA100Train2/1704392956.728369/events.out.tfevents.1704392956.BobbyA100Train2.7736.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18ed44e2cbb3b2b14333c8c91e7c4db3ca9c62aaf988eeac99b1936c0169b7e7
3
+ size 5831
runs/Jan04_18-29-13_BobbyA100Train2/events.out.tfevents.1704392956.BobbyA100Train2.7736.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17759b75ea96865817cc257a290d038ce053146c842ae19fa45afd147326af03
3
+ size 7965
runs/Jan04_18-31-06_BobbyA100Train2/1704393070.186598/events.out.tfevents.1704393070.BobbyA100Train2.7956.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c62b82e99b78f991956ad01f02ef5f7e9eb76e31024f3825512f8cb511017ada
3
+ size 5831
runs/Jan04_18-31-06_BobbyA100Train2/events.out.tfevents.1704393070.BobbyA100Train2.7956.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56541ef3c0ce2fcdd1a8e277c99893ad5eeb2f1031e49991e6df85f0ddc27cbb
3
+ size 8119
runs/Jan04_18-36-56_BobbyA100Train2/1704393419.5424998/events.out.tfevents.1704393419.BobbyA100Train2.8999.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fefbb67ebd3bfdf03c4e525dc80d107f9fd54aa6dcd09a6b2b5709fe15ed346
3
+ size 5831
runs/Jan04_18-36-56_BobbyA100Train2/events.out.tfevents.1704393419.BobbyA100Train2.8999.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa46d5b7baed123cbbf322321d9d2497ad2f82174c5ab046eaaea0f4dbe4a9c8
3
+ size 8437
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e43f946bb22f9be1842507dbc4af5c61fb970dc47684daa0e0f59fc605084102
3
+ size 4024