gowitheflow1998 commited on
Commit
4a82a59
·
1 Parent(s): aff8588

upload checkpoint

Browse files
.gitattributes CHANGED
@@ -33,3 +33,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
37
+ training_args.bin filter=lfs diff=lfs merge=lfs -text
38
+ optimizer.pt filter=lfs diff=lfs merge=lfs -text
39
+ scheduler.pt filter=lfs diff=lfs merge=lfs -text
40
+ 49e6dc219d1a1a1c9236acaf05a48b542002016a6dc877ee72baab085a84257b.3f28e7f4b38e1efe1b6da4a3732404c19d4c6a614ff32dce90a251e293d4ce58 filter=lfs diff=lfs merge=lfs -text
49e6dc219d1a1a1c9236acaf05a48b542002016a6dc877ee72baab085a84257b.3f28e7f4b38e1efe1b6da4a3732404c19d4c6a614ff32dce90a251e293d4ce58 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83ab5c39e2b1c34a955136275ce0db068cb20d9643ead033d6b8124a73ab4f64
3
+ size 15645492
config.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "checkpoints/clip-10240-supervised-multilingual/checkpoint-1920",
3
+ "architectures": [
4
+ "CLIPModel"
5
+ ],
6
+ "id2label": {
7
+ "0": "Entailment",
8
+ "1": "Neutral",
9
+ "2": "Contradiction"
10
+ },
11
+ "initializer_factor": 1.0,
12
+ "label2id": {
13
+ "Contradiction": 2,
14
+ "Entailment": 0,
15
+ "Neutral": 1
16
+ },
17
+ "logit_scale_init_value": 2.6592,
18
+ "model_type": "clip",
19
+ "projection_dim": 512,
20
+ "text_config": {
21
+ "_name_or_path": "",
22
+ "add_cross_attention": false,
23
+ "architectures": null,
24
+ "attention_dropout": 0.0,
25
+ "bad_words_ids": null,
26
+ "bos_token_id": 0,
27
+ "chunk_size_feed_forward": 0,
28
+ "cross_attention_hidden_size": null,
29
+ "decoder_start_token_id": null,
30
+ "diversity_penalty": 0.0,
31
+ "do_sample": false,
32
+ "dropout": 0.0,
33
+ "early_stopping": false,
34
+ "encoder_no_repeat_ngram_size": 0,
35
+ "eos_token_id": 2,
36
+ "finetuning_task": null,
37
+ "forced_bos_token_id": null,
38
+ "forced_eos_token_id": null,
39
+ "hidden_act": "quick_gelu",
40
+ "hidden_size": 512,
41
+ "id2label": {
42
+ "0": "LABEL_0",
43
+ "1": "LABEL_1"
44
+ },
45
+ "initializer_factor": 1.0,
46
+ "initializer_range": 0.02,
47
+ "intermediate_size": 2048,
48
+ "is_decoder": false,
49
+ "is_encoder_decoder": false,
50
+ "label2id": {
51
+ "LABEL_0": 0,
52
+ "LABEL_1": 1
53
+ },
54
+ "layer_norm_eps": 1e-05,
55
+ "length_penalty": 1.0,
56
+ "max_length": 20,
57
+ "max_position_embeddings": 77,
58
+ "min_length": 0,
59
+ "model_type": "clip_text_model",
60
+ "no_repeat_ngram_size": 0,
61
+ "num_attention_heads": 8,
62
+ "num_beam_groups": 1,
63
+ "num_beams": 1,
64
+ "num_hidden_layers": 12,
65
+ "num_return_sequences": 1,
66
+ "output_attentions": false,
67
+ "output_hidden_states": false,
68
+ "output_scores": false,
69
+ "pad_token_id": 1,
70
+ "prefix": null,
71
+ "problem_type": null,
72
+ "pruned_heads": {},
73
+ "remove_invalid_values": false,
74
+ "repetition_penalty": 1.0,
75
+ "return_dict": true,
76
+ "return_dict_in_generate": false,
77
+ "sep_token_id": null,
78
+ "task_specific_params": null,
79
+ "temperature": 1.0,
80
+ "tie_encoder_decoder": false,
81
+ "tie_word_embeddings": true,
82
+ "tokenizer_class": null,
83
+ "top_k": 50,
84
+ "top_p": 1.0,
85
+ "torch_dtype": null,
86
+ "torchscript": false,
87
+ "transformers_version": "4.17.0",
88
+ "typical_p": 1.0,
89
+ "use_bfloat16": false,
90
+ "vocab_size": 49408
91
+ },
92
+ "text_config_dict": null,
93
+ "torch_dtype": "float32",
94
+ "transformers_version": null,
95
+ "vision_config": {
96
+ "_name_or_path": "",
97
+ "add_cross_attention": false,
98
+ "architectures": null,
99
+ "attention_dropout": 0.0,
100
+ "bad_words_ids": 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
+ "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_hidden_layers": 12,
140
+ "num_return_sequences": 1,
141
+ "output_attentions": false,
142
+ "output_hidden_states": false,
143
+ "output_scores": false,
144
+ "pad_token_id": null,
145
+ "patch_size": 16,
146
+ "prefix": null,
147
+ "problem_type": null,
148
+ "pruned_heads": {},
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
+ "task_specific_params": null,
155
+ "temperature": 1.0,
156
+ "tie_encoder_decoder": false,
157
+ "tie_word_embeddings": true,
158
+ "tokenizer_class": null,
159
+ "top_k": 50,
160
+ "top_p": 1.0,
161
+ "torch_dtype": null,
162
+ "torchscript": false,
163
+ "transformers_version": "4.17.0",
164
+ "typical_p": 1.0,
165
+ "use_bfloat16": false
166
+ },
167
+ "vision_config_dict": {
168
+ "patch_size": 16
169
+ }
170
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7d3599deb6b9189a482f40f76d3f52ab4abb3a2b3dae3779256e69cb40b1f70
3
+ size 689659578
preprocessor_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": 224,
3
+ "do_center_crop": true,
4
+ "do_normalize": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "CLIPFeatureExtractor",
7
+ "image_mean": [
8
+ 0.48145466,
9
+ 0.4578275,
10
+ 0.40821073
11
+ ],
12
+ "image_std": [
13
+ 0.26862954,
14
+ 0.26130258,
15
+ 0.27577711
16
+ ],
17
+ "resample": 3,
18
+ "size": 224
19
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae8d94561d12b6d571f4383d896127a76dffb29c3b1f10f7a2ffe6db960d26fc
3
+ size 598642122
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7fec479806b051cd098babf65f85303a05387b1f688ee21d7d9af46455aecbb
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:468fd21ab7970934b19464c2d4135f203fb08dc04278ee756f676ca3b2e9b98f
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": {"content": "<|startoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": "<|endoftext|>"}
text_renderer_config.json ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "background_color": "white",
3
+ "dpi": 120,
4
+ "font_color": "black",
5
+ "font_file": "49e6dc219d1a1a1c9236acaf05a48b542002016a6dc877ee72baab085a84257b.3f28e7f4b38e1efe1b6da4a3732404c19d4c6a614ff32dce90a251e293d4ce58",
6
+ "font_size": 8,
7
+ "fonts_list": [
8
+ "Apple Color Emoji",
9
+ "DejaVu Sans",
10
+ "DejaVu Sans Mono",
11
+ "DejaVu Serif",
12
+ "FontAwesome",
13
+ "GLYPHICONS Halflings",
14
+ "Go Noto Current",
15
+ "Inconsolata",
16
+ "Lato",
17
+ "MathJax_AMS",
18
+ "MathJax_Caligraphic",
19
+ "MathJax_Fraktur",
20
+ "MathJax_Main",
21
+ "MathJax_Math",
22
+ "MathJax_SansSerif",
23
+ "MathJax_Script",
24
+ "MathJax_Size1",
25
+ "MathJax_Size2",
26
+ "MathJax_Size3",
27
+ "MathJax_Size4",
28
+ "MathJax_Typewriter",
29
+ "MathJax_Vector",
30
+ "MathJax_Vector-Bold",
31
+ "MathJax_WinChrome",
32
+ "MathJax_WinIE6",
33
+ "Monospace",
34
+ "Noto Fangsong KSS Rotated",
35
+ "Noto Fangsong KSS Vertical",
36
+ "Noto Kufi Arabic",
37
+ "Noto Music",
38
+ "Noto Naskh Arabic UI",
39
+ "Noto Nastaliq Urdu",
40
+ "Noto Rashi Hebrew",
41
+ "Noto Sans",
42
+ "Noto Sans Adlam",
43
+ "Noto Sans Adlam Unjoined",
44
+ "Noto Sans Anatolian Hieroglyphs",
45
+ "Noto Sans Arabic",
46
+ "Noto Sans Armenian",
47
+ "Noto Sans Avestan",
48
+ "Noto Sans Balinese",
49
+ "Noto Sans Bamum",
50
+ "Noto Sans Bassa Vah",
51
+ "Noto Sans Batak",
52
+ "Noto Sans Bhaiksuki",
53
+ "Noto Sans Brahmi",
54
+ "Noto Sans Buginese",
55
+ "Noto Sans Buhid",
56
+ "Noto Sans CJK HK",
57
+ "Noto Sans CJK JP",
58
+ "Noto Sans CJK KR",
59
+ "Noto Sans CJK SC",
60
+ "Noto Sans CJK TC",
61
+ "Noto Sans Canadian Aboriginal",
62
+ "Noto Sans Carian",
63
+ "Noto Sans Caucasian Albanian",
64
+ "Noto Sans Chakma",
65
+ "Noto Sans Cham",
66
+ "Noto Sans Cherokee",
67
+ "Noto Sans Chorasmian",
68
+ "Noto Sans Coptic",
69
+ "Noto Sans Cuneiform",
70
+ "Noto Sans Cypriot",
71
+ "Noto Sans Cypro Minoan",
72
+ "Noto Sans Deseret",
73
+ "Noto Sans Devanagari",
74
+ "Noto Sans Devanagari UI",
75
+ "Noto Sans Duployan",
76
+ "Noto Sans Egyptian Hieroglyphs",
77
+ "Noto Sans Elbasan",
78
+ "Noto Sans Elymaic",
79
+ "Noto Sans Ethiopic",
80
+ "Noto Sans Georgian",
81
+ "Noto Sans Glagolitic",
82
+ "Noto Sans Gothic",
83
+ "Noto Sans Grantha",
84
+ "Noto Sans Gujarati",
85
+ "Noto Sans Gujarati UI",
86
+ "Noto Sans Gunjala Gondi",
87
+ "Noto Sans Gurmukhi",
88
+ "Noto Sans Gurmukhi UI",
89
+ "Noto Sans Hanifi Rohingya",
90
+ "Noto Sans Hanunoo",
91
+ "Noto Sans Hatran",
92
+ "Noto Sans Hebrew",
93
+ "Noto Sans Hebrew Droid",
94
+ "Noto Sans Imperial Aramaic",
95
+ "Noto Sans Indic Siyaq Numbers",
96
+ "Noto Sans Inscriptional Pahlavi",
97
+ "Noto Sans Inscriptional Parthian",
98
+ "Noto Sans Javanese",
99
+ "Noto Sans Kaithi",
100
+ "Noto Sans Kannada",
101
+ "Noto Sans Kannada UI",
102
+ "Noto Sans Kawi",
103
+ "Noto Sans Kayah Li",
104
+ "Noto Sans Kharoshthi",
105
+ "Noto Sans Khmer",
106
+ "Noto Sans Khmer UI",
107
+ "Noto Sans Khojki",
108
+ "Noto Sans Khudawadi",
109
+ "Noto Sans Lao",
110
+ "Noto Sans Lao Looped",
111
+ "Noto Sans Lao Looped UI",
112
+ "Noto Sans Lao UI",
113
+ "Noto Sans Lepcha",
114
+ "Noto Sans Limbu",
115
+ "Noto Sans Linear A",
116
+ "Noto Sans Linear B",
117
+ "Noto Sans Lisu",
118
+ "Noto Sans Lycian",
119
+ "Noto Sans Lydian",
120
+ "Noto Sans Mahajani",
121
+ "Noto Sans Malayalam",
122
+ "Noto Sans Malayalam UI",
123
+ "Noto Sans Mandaic",
124
+ "Noto Sans Manichaean",
125
+ "Noto Sans Marchen",
126
+ "Noto Sans Masaram Gondi",
127
+ "Noto Sans Math",
128
+ "Noto Sans Mayan Numerals",
129
+ "Noto Sans Medefaidrin",
130
+ "Noto Sans Meetei Mayek",
131
+ "Noto Sans Mende Kikakui",
132
+ "Noto Sans Meroitic",
133
+ "Noto Sans Miao",
134
+ "Noto Sans Modi",
135
+ "Noto Sans Mongolian",
136
+ "Noto Sans Mono",
137
+ "Noto Sans Mro",
138
+ "Noto Sans Multani",
139
+ "Noto Sans Myanmar",
140
+ "Noto Sans Myanmar UI",
141
+ "Noto Sans NKo",
142
+ "Noto Sans NKo Unjoined",
143
+ "Noto Sans Nabataean",
144
+ "Noto Sans Nag Mundari",
145
+ "Noto Sans Nandinagari",
146
+ "Noto Sans New Tai Lue",
147
+ "Noto Sans Newa",
148
+ "Noto Sans Nushu",
149
+ "Noto Sans Ogham",
150
+ "Noto Sans Ol Chiki",
151
+ "Noto Sans Old Hungarian",
152
+ "Noto Sans Old Italic",
153
+ "Noto Sans Old North Arabian",
154
+ "Noto Sans Old Permic",
155
+ "Noto Sans Old Persian",
156
+ "Noto Sans Old Sogdian",
157
+ "Noto Sans Old South Arabian",
158
+ "Noto Sans Old Turkic",
159
+ "Noto Sans Oriya",
160
+ "Noto Sans Osage",
161
+ "Noto Sans Osmanya",
162
+ "Noto Sans Pahawh Hmong",
163
+ "Noto Sans Palmyrene",
164
+ "Noto Sans Pau Cin Hau",
165
+ "Noto Sans PhagsPa",
166
+ "Noto Sans Phoenician",
167
+ "Noto Sans Psalter Pahlavi",
168
+ "Noto Sans Rejang",
169
+ "Noto Sans Runic",
170
+ "Noto Sans Samaritan",
171
+ "Noto Sans Saurashtra",
172
+ "Noto Sans Sharada",
173
+ "Noto Sans Shavian",
174
+ "Noto Sans Siddham",
175
+ "Noto Sans SignWriting",
176
+ "Noto Sans Sinhala",
177
+ "Noto Sans Sinhala UI",
178
+ "Noto Sans Sogdian",
179
+ "Noto Sans Sora Sompeng",
180
+ "Noto Sans Soyombo",
181
+ "Noto Sans Sundanese",
182
+ "Noto Sans Syloti Nagri",
183
+ "Noto Sans Symbols",
184
+ "Noto Sans Symbols 2",
185
+ "Noto Sans Syriac",
186
+ "Noto Sans Syriac Eastern",
187
+ "Noto Sans Syriac Western",
188
+ "Noto Sans Tagalog",
189
+ "Noto Sans Tagbanwa",
190
+ "Noto Sans Tai Le",
191
+ "Noto Sans Tai Tham",
192
+ "Noto Sans Tai Viet",
193
+ "Noto Sans Takri",
194
+ "Noto Sans Tamil",
195
+ "Noto Sans Tamil Supplement",
196
+ "Noto Sans Tamil UI",
197
+ "Noto Sans Tangsa",
198
+ "Noto Sans Telugu",
199
+ "Noto Sans Telugu UI",
200
+ "Noto Sans Test",
201
+ "Noto Sans Thaana",
202
+ "Noto Sans Thai",
203
+ "Noto Sans Thai Looped",
204
+ "Noto Sans Thai Looped UI",
205
+ "Noto Sans Thai UI",
206
+ "Noto Sans Tifinagh",
207
+ "Noto Sans Tifinagh APT",
208
+ "Noto Sans Tifinagh Adrar",
209
+ "Noto Sans Tifinagh Agraw Imazighen",
210
+ "Noto Sans Tifinagh Ahaggar",
211
+ "Noto Sans Tifinagh Air",
212
+ "Noto Sans Tifinagh Azawagh",
213
+ "Noto Sans Tifinagh Ghat",
214
+ "Noto Sans Tifinagh Hawad",
215
+ "Noto Sans Tifinagh Rhissa Ixa",
216
+ "Noto Sans Tifinagh SIL",
217
+ "Noto Sans Tifinagh Tawellemmet",
218
+ "Noto Sans Tirhuta",
219
+ "Noto Sans Ugaritic",
220
+ "Noto Sans Vai",
221
+ "Noto Sans Vithkuqi",
222
+ "Noto Sans Wancho",
223
+ "Noto Sans Warang Citi",
224
+ "Noto Sans Yi",
225
+ "Noto Sans Zanabazar Square",
226
+ "Noto Traditional Nushu",
227
+ "NotoSansOldHungarianUI",
228
+ "Sans",
229
+ "Serif",
230
+ "Source Code Pro",
231
+ "System-ui",
232
+ "Ubuntu",
233
+ "Ubuntu Condensed",
234
+ "Ubuntu Mono",
235
+ "cmex10",
236
+ "cmmi10",
237
+ "cmr10",
238
+ "cmsy10",
239
+ "dsrom10",
240
+ "esint10",
241
+ "eufm10",
242
+ "msam10",
243
+ "msbm10",
244
+ "rsfs10",
245
+ "stmary10",
246
+ "wasy10"
247
+ ],
248
+ "max_seq_length": 196,
249
+ "pad_size": 3,
250
+ "pixels_per_patch": 16,
251
+ "rgb": false,
252
+ "text_renderer_type": "PangoCairoTextRenderer"
253
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "unk_token": {
3
+ "content": "<|endoftext|>",
4
+ "single_word": false,
5
+ "lstrip": false,
6
+ "rstrip": false,
7
+ "normalized": true,
8
+ "__type": "AddedToken"
9
+ },
10
+ "bos_token": {
11
+ "content": "<|startoftext|>",
12
+ "single_word": false,
13
+ "lstrip": false,
14
+ "rstrip": false,
15
+ "normalized": true,
16
+ "__type": "AddedToken"
17
+ },
18
+ "eos_token": {
19
+ "content": "<|endoftext|>",
20
+ "single_word": false,
21
+ "lstrip": false,
22
+ "rstrip": false,
23
+ "normalized": true,
24
+ "__type": "AddedToken"
25
+ },
26
+ "pad_token": "<|endoftext|>",
27
+ "errors": "replace",
28
+ "add_prefix_space": false,
29
+ "do_lower_case": true,
30
+ "name_or_path": "openai/clip-vit-base-patch16",
31
+ "model_max_length": 77,
32
+ "special_tokens_map_file": "./special_tokens_map.json",
33
+ "tokenizer_class": "CLIPTokenizer"
34
+ }
trainer_state.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.795165784121227,
3
+ "best_model_checkpoint": "./checkpoints/clip-10240-supervised-multilingual-allnli/checkpoint-360",
4
+ "epoch": 1.024390243902439,
5
+ "global_step": 420,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.05,
12
+ "learning_rate": 1.5e-05,
13
+ "loss": 0.8484,
14
+ "step": 20
15
+ },
16
+ {
17
+ "epoch": 0.1,
18
+ "learning_rate": 3e-05,
19
+ "loss": 0.7777,
20
+ "step": 40
21
+ },
22
+ {
23
+ "epoch": 0.15,
24
+ "learning_rate": 2.8421052631578946e-05,
25
+ "loss": 0.7529,
26
+ "step": 60
27
+ },
28
+ {
29
+ "epoch": 0.2,
30
+ "learning_rate": 2.6842105263157896e-05,
31
+ "loss": 0.7607,
32
+ "step": 80
33
+ },
34
+ {
35
+ "epoch": 0.24,
36
+ "learning_rate": 2.526315789473684e-05,
37
+ "loss": 0.7252,
38
+ "step": 100
39
+ },
40
+ {
41
+ "epoch": 0.29,
42
+ "learning_rate": 2.368421052631579e-05,
43
+ "loss": 0.7217,
44
+ "step": 120
45
+ },
46
+ {
47
+ "epoch": 0.34,
48
+ "learning_rate": 2.2105263157894736e-05,
49
+ "loss": 0.7206,
50
+ "step": 140
51
+ },
52
+ {
53
+ "epoch": 0.39,
54
+ "learning_rate": 2.0526315789473685e-05,
55
+ "loss": 0.7009,
56
+ "step": 160
57
+ },
58
+ {
59
+ "epoch": 0.44,
60
+ "learning_rate": 1.894736842105263e-05,
61
+ "loss": 0.6858,
62
+ "step": 180
63
+ },
64
+ {
65
+ "epoch": 0.49,
66
+ "learning_rate": 1.736842105263158e-05,
67
+ "loss": 0.6757,
68
+ "step": 200
69
+ },
70
+ {
71
+ "epoch": 0.54,
72
+ "learning_rate": 1.5789473684210526e-05,
73
+ "loss": 0.6694,
74
+ "step": 220
75
+ },
76
+ {
77
+ "epoch": 0.59,
78
+ "learning_rate": 1.4210526315789473e-05,
79
+ "loss": 0.67,
80
+ "step": 240
81
+ },
82
+ {
83
+ "epoch": 0.63,
84
+ "learning_rate": 1.263157894736842e-05,
85
+ "loss": 0.6589,
86
+ "step": 260
87
+ },
88
+ {
89
+ "epoch": 0.68,
90
+ "learning_rate": 1.1052631578947368e-05,
91
+ "loss": 0.6497,
92
+ "step": 280
93
+ },
94
+ {
95
+ "epoch": 0.73,
96
+ "learning_rate": 9.473684210526315e-06,
97
+ "loss": 0.6149,
98
+ "step": 300
99
+ },
100
+ {
101
+ "epoch": 0.78,
102
+ "learning_rate": 7.894736842105263e-06,
103
+ "loss": 0.6474,
104
+ "step": 320
105
+ },
106
+ {
107
+ "epoch": 0.83,
108
+ "learning_rate": 6.31578947368421e-06,
109
+ "loss": 0.6406,
110
+ "step": 340
111
+ },
112
+ {
113
+ "epoch": 0.88,
114
+ "learning_rate": 4.736842105263158e-06,
115
+ "loss": 0.6158,
116
+ "step": 360
117
+ },
118
+ {
119
+ "epoch": 0.93,
120
+ "learning_rate": 3.157894736842105e-06,
121
+ "loss": 0.6183,
122
+ "step": 380
123
+ },
124
+ {
125
+ "epoch": 0.98,
126
+ "learning_rate": 1.5789473684210526e-06,
127
+ "loss": 0.6133,
128
+ "step": 400
129
+ },
130
+ {
131
+ "epoch": 1.02,
132
+ "learning_rate": 0.0,
133
+ "loss": 0.5305,
134
+ "step": 420
135
+ }
136
+ ],
137
+ "max_steps": 420,
138
+ "num_train_epochs": 2,
139
+ "total_flos": 0.0,
140
+ "trial_name": null,
141
+ "trial_params": null
142
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a008ac7d8054e8d8b7109cccebc1c24a5bd2c88ba54efeee76ff46b1a4985d78
3
+ size 3704
vocab.json ADDED
The diff for this file is too large to render. See raw diff