mooncakex commited on
Commit
f45287e
1 Parent(s): bc72f30

Model save

Browse files
Files changed (21) hide show
  1. .gitignore +1 -0
  2. config.json +172 -0
  3. pytorch_model.bin +3 -0
  4. runs/May21_14-21-42_a97a6f81420e/1684679122.9411922/events.out.tfevents.1684679122.a97a6f81420e.1387.1 +3 -0
  5. runs/May21_14-21-42_a97a6f81420e/1684679211.2275357/events.out.tfevents.1684679211.a97a6f81420e.1387.2 +3 -0
  6. runs/May21_14-21-42_a97a6f81420e/events.out.tfevents.1684679122.a97a6f81420e.1387.0 +3 -0
  7. runs/May21_14-27-03_a97a6f81420e/1684679228.9068947/events.out.tfevents.1684679228.a97a6f81420e.1387.4 +3 -0
  8. runs/May21_14-27-03_a97a6f81420e/events.out.tfevents.1684679228.a97a6f81420e.1387.3 +3 -0
  9. runs/May21_14-27-27_a97a6f81420e/1684679253.9844835/events.out.tfevents.1684679253.a97a6f81420e.1387.6 +3 -0
  10. runs/May21_14-27-27_a97a6f81420e/events.out.tfevents.1684679253.a97a6f81420e.1387.5 +3 -0
  11. runs/May21_14-28-28_a97a6f81420e/1684679312.3920135/events.out.tfevents.1684679312.a97a6f81420e.1387.8 +3 -0
  12. runs/May21_14-28-28_a97a6f81420e/events.out.tfevents.1684679312.a97a6f81420e.1387.7 +3 -0
  13. runs/May21_14-29-52_a97a6f81420e/1684679397.3722126/events.out.tfevents.1684679397.a97a6f81420e.4297.1 +3 -0
  14. runs/May21_14-29-52_a97a6f81420e/events.out.tfevents.1684679397.a97a6f81420e.4297.0 +3 -0
  15. runs/May21_14-32-21_a97a6f81420e/1684679543.8224776/events.out.tfevents.1684679543.a97a6f81420e.4297.3 +3 -0
  16. runs/May21_14-32-21_a97a6f81420e/events.out.tfevents.1684679543.a97a6f81420e.4297.2 +3 -0
  17. runs/May21_14-33-53_a97a6f81420e/1684679639.5776076/events.out.tfevents.1684679639.a97a6f81420e.5595.1 +3 -0
  18. runs/May21_14-33-53_a97a6f81420e/events.out.tfevents.1684679639.a97a6f81420e.5595.0 +3 -0
  19. runs/May21_14-45-22_a97a6f81420e/1684680331.2309968/events.out.tfevents.1684680331.a97a6f81420e.8548.1 +3 -0
  20. runs/May21_14-45-22_a97a6f81420e/events.out.tfevents.1684680331.a97a6f81420e.8548.0 +3 -0
  21. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "637f179f73831e02cf6140cd1c7c5d34035a4387",
3
+ "_name_or_path": "Salesforce/blip-image-captioning-base",
4
+ "architectures": [
5
+ "BlipForConditionalGeneration"
6
+ ],
7
+ "image_text_hidden_size": 256,
8
+ "initializer_factor": 1.0,
9
+ "initializer_range": 0.02,
10
+ "logit_scale_init_value": 2.6592,
11
+ "model_type": "blip",
12
+ "projection_dim": 512,
13
+ "text_config": {
14
+ "_name_or_path": "",
15
+ "add_cross_attention": false,
16
+ "architectures": null,
17
+ "attention_probs_dropout_prob": 0.0,
18
+ "bad_words_ids": null,
19
+ "begin_suppress_tokens": null,
20
+ "bos_token_id": 30522,
21
+ "chunk_size_feed_forward": 0,
22
+ "cross_attention_hidden_size": null,
23
+ "decoder_start_token_id": null,
24
+ "diversity_penalty": 0.0,
25
+ "do_sample": false,
26
+ "early_stopping": false,
27
+ "encoder_hidden_size": 768,
28
+ "encoder_no_repeat_ngram_size": 0,
29
+ "eos_token_id": 2,
30
+ "exponential_decay_length_penalty": null,
31
+ "finetuning_task": null,
32
+ "forced_bos_token_id": null,
33
+ "forced_eos_token_id": null,
34
+ "hidden_act": "gelu",
35
+ "hidden_dropout_prob": 0.0,
36
+ "hidden_size": 768,
37
+ "id2label": {
38
+ "0": "LABEL_0",
39
+ "1": "LABEL_1"
40
+ },
41
+ "initializer_factor": 1.0,
42
+ "initializer_range": 0.02,
43
+ "intermediate_size": 3072,
44
+ "is_decoder": true,
45
+ "is_encoder_decoder": false,
46
+ "label2id": {
47
+ "LABEL_0": 0,
48
+ "LABEL_1": 1
49
+ },
50
+ "layer_norm_eps": 1e-12,
51
+ "length_penalty": 1.0,
52
+ "max_length": 20,
53
+ "max_position_embeddings": 512,
54
+ "min_length": 0,
55
+ "model_type": "blip_text_model",
56
+ "no_repeat_ngram_size": 0,
57
+ "num_attention_heads": 12,
58
+ "num_beam_groups": 1,
59
+ "num_beams": 1,
60
+ "num_hidden_layers": 12,
61
+ "num_return_sequences": 1,
62
+ "output_attentions": false,
63
+ "output_hidden_states": false,
64
+ "output_scores": false,
65
+ "pad_token_id": 0,
66
+ "prefix": null,
67
+ "problem_type": null,
68
+ "projection_dim": 768,
69
+ "pruned_heads": {},
70
+ "remove_invalid_values": false,
71
+ "repetition_penalty": 1.0,
72
+ "return_dict": true,
73
+ "return_dict_in_generate": false,
74
+ "sep_token_id": 102,
75
+ "suppress_tokens": null,
76
+ "task_specific_params": null,
77
+ "temperature": 1.0,
78
+ "tf_legacy_loss": false,
79
+ "tie_encoder_decoder": false,
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.29.2",
87
+ "typical_p": 1.0,
88
+ "use_bfloat16": false,
89
+ "use_cache": true,
90
+ "vocab_size": 30524
91
+ },
92
+ "torch_dtype": "float32",
93
+ "transformers_version": null,
94
+ "vision_config": {
95
+ "_name_or_path": "",
96
+ "add_cross_attention": false,
97
+ "architectures": null,
98
+ "attention_dropout": 0.0,
99
+ "bad_words_ids": null,
100
+ "begin_suppress_tokens": null,
101
+ "bos_token_id": null,
102
+ "chunk_size_feed_forward": 0,
103
+ "cross_attention_hidden_size": null,
104
+ "decoder_start_token_id": null,
105
+ "diversity_penalty": 0.0,
106
+ "do_sample": false,
107
+ "dropout": 0.0,
108
+ "early_stopping": false,
109
+ "encoder_no_repeat_ngram_size": 0,
110
+ "eos_token_id": null,
111
+ "exponential_decay_length_penalty": null,
112
+ "finetuning_task": null,
113
+ "forced_bos_token_id": null,
114
+ "forced_eos_token_id": null,
115
+ "hidden_act": "gelu",
116
+ "hidden_size": 768,
117
+ "id2label": {
118
+ "0": "LABEL_0",
119
+ "1": "LABEL_1"
120
+ },
121
+ "image_size": 384,
122
+ "initializer_factor": 1.0,
123
+ "initializer_range": 0.02,
124
+ "intermediate_size": 3072,
125
+ "is_decoder": false,
126
+ "is_encoder_decoder": false,
127
+ "label2id": {
128
+ "LABEL_0": 0,
129
+ "LABEL_1": 1
130
+ },
131
+ "layer_norm_eps": 1e-05,
132
+ "length_penalty": 1.0,
133
+ "max_length": 20,
134
+ "min_length": 0,
135
+ "model_type": "blip_vision_model",
136
+ "no_repeat_ngram_size": 0,
137
+ "num_attention_heads": 12,
138
+ "num_beam_groups": 1,
139
+ "num_beams": 1,
140
+ "num_channels": 3,
141
+ "num_hidden_layers": 12,
142
+ "num_return_sequences": 1,
143
+ "output_attentions": false,
144
+ "output_hidden_states": false,
145
+ "output_scores": false,
146
+ "pad_token_id": null,
147
+ "patch_size": 16,
148
+ "prefix": null,
149
+ "problem_type": null,
150
+ "projection_dim": 512,
151
+ "pruned_heads": {},
152
+ "remove_invalid_values": false,
153
+ "repetition_penalty": 1.0,
154
+ "return_dict": true,
155
+ "return_dict_in_generate": false,
156
+ "sep_token_id": null,
157
+ "suppress_tokens": null,
158
+ "task_specific_params": null,
159
+ "temperature": 1.0,
160
+ "tf_legacy_loss": false,
161
+ "tie_encoder_decoder": false,
162
+ "tie_word_embeddings": true,
163
+ "tokenizer_class": null,
164
+ "top_k": 50,
165
+ "top_p": 1.0,
166
+ "torch_dtype": null,
167
+ "torchscript": false,
168
+ "transformers_version": "4.29.2",
169
+ "typical_p": 1.0,
170
+ "use_bfloat16": false
171
+ }
172
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5605b5c5f267af628aff97fae57829ec4cc30ccee8273c015b8f50a0e09af66
3
+ size 989827505
runs/May21_14-21-42_a97a6f81420e/1684679122.9411922/events.out.tfevents.1684679122.a97a6f81420e.1387.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb1f567ee2f7d423de7cb6a20461abc88b531e9258d3977b465ee4d463897327
3
+ size 5935
runs/May21_14-21-42_a97a6f81420e/1684679211.2275357/events.out.tfevents.1684679211.a97a6f81420e.1387.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d3dddf6d159136e88aef39e18e8500d9ba9c8e05589ac7daf5daaa415f280d4
3
+ size 5935
runs/May21_14-21-42_a97a6f81420e/events.out.tfevents.1684679122.a97a6f81420e.1387.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ef866dc0653de089b67353655abf390a4d2ee604c9f40822bec4713195952ee
3
+ size 16116
runs/May21_14-27-03_a97a6f81420e/1684679228.9068947/events.out.tfevents.1684679228.a97a6f81420e.1387.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fee8517946fc30e45ff0f4855dd79369833781ec239f1455a8633f2793a905c4
3
+ size 5935
runs/May21_14-27-03_a97a6f81420e/events.out.tfevents.1684679228.a97a6f81420e.1387.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cb004a8eb68b525a7c31d7786d339298a502e1abd9b2dc1ba971ccccf845e67
3
+ size 4184
runs/May21_14-27-27_a97a6f81420e/1684679253.9844835/events.out.tfevents.1684679253.a97a6f81420e.1387.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c807fd53839c33aae5e861257d91813039d806042fd8485a7025f41a8751a1ed
3
+ size 5935
runs/May21_14-27-27_a97a6f81420e/events.out.tfevents.1684679253.a97a6f81420e.1387.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56dcf48bec7a0ee105b6689c55876890fe10c2fff8047e471a1ddf9a2e920a78
3
+ size 4184
runs/May21_14-28-28_a97a6f81420e/1684679312.3920135/events.out.tfevents.1684679312.a97a6f81420e.1387.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f49c7112f38fbf3d7b95883e1a1413bc803743413d7b8123c00b8f9497b4b84c
3
+ size 5935
runs/May21_14-28-28_a97a6f81420e/events.out.tfevents.1684679312.a97a6f81420e.1387.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eac8b65595a4329a447b48c8a8ae1066367be8e22a26758f03002b6709e5dc7
3
+ size 4184
runs/May21_14-29-52_a97a6f81420e/1684679397.3722126/events.out.tfevents.1684679397.a97a6f81420e.4297.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3660f459268ed45cfcc8f323b000668db3cf6e2c9e8f8653a6e935344c17f2ea
3
+ size 5935
runs/May21_14-29-52_a97a6f81420e/events.out.tfevents.1684679397.a97a6f81420e.4297.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51c811ebbbc57ae21ea26218db4934d707cd79f06286fe82ab8950f9da899521
3
+ size 8254
runs/May21_14-32-21_a97a6f81420e/1684679543.8224776/events.out.tfevents.1684679543.a97a6f81420e.4297.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c92d50d20bf4964887ab915c3c5ccf821a1298b0923e0b0a5c9cd71d32426f02
3
+ size 5935
runs/May21_14-32-21_a97a6f81420e/events.out.tfevents.1684679543.a97a6f81420e.4297.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e177835b8f1a6f65d63dfcb09708b0f076fdb0fec3f4f776f42c1cdebf89d55
3
+ size 4184
runs/May21_14-33-53_a97a6f81420e/1684679639.5776076/events.out.tfevents.1684679639.a97a6f81420e.5595.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2db4a10b4a28634920dd23901446732a892f3873783bd4813b58b62373dd2a7c
3
+ size 5935
runs/May21_14-33-53_a97a6f81420e/events.out.tfevents.1684679639.a97a6f81420e.5595.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aafe046717f0cbb81204d0d6037540026331727e9eb17f9b2de7506ee22f92b9
3
+ size 8254
runs/May21_14-45-22_a97a6f81420e/1684680331.2309968/events.out.tfevents.1684680331.a97a6f81420e.8548.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca80151298574be001401177f0db29d0fb0b54d6bcc854b7af1a8fb3ed122634
3
+ size 5935
runs/May21_14-45-22_a97a6f81420e/events.out.tfevents.1684680331.a97a6f81420e.8548.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:289546cbda49bc540d885a65411e54e468bd1691fc5e3f80ec441db37490659f
3
+ size 8449
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:798924a908957a57a50e5c319166ea90c36daee057803322c09b56022b5d0b18
3
+ size 3963