atomwalk12 commited on
Commit
abb12d1
1 Parent(s): 6d2bea0

Training done

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image>": 50265
3
+ }
preprocessor_config.json CHANGED
@@ -18,7 +18,7 @@
18
  "resample": 3,
19
  "rescale_factor": 0.00392156862745098,
20
  "size": {
21
- "height": 364,
22
- "width": 364
23
  }
24
  }
 
18
  "resample": 3,
19
  "rescale_factor": 0.00392156862745098,
20
  "size": {
21
+ "height": 224,
22
+ "width": 224
23
  }
24
  }
processor_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "num_query_tokens": null,
3
+ "processor_class": "Blip2Processor"
4
+ }
tokenizer.json CHANGED
@@ -20,6 +20,15 @@
20
  "rstrip": false,
21
  "normalized": true,
22
  "special": true
 
 
 
 
 
 
 
 
 
23
  }
24
  ],
25
  "normalizer": null,
@@ -91,6 +100,7 @@
91
  "end_of_word_suffix": "",
92
  "fuse_unk": false,
93
  "byte_fallback": false,
 
94
  "vocab": {
95
  "<s>": 0,
96
  "<pad>": 1,
 
20
  "rstrip": false,
21
  "normalized": true,
22
  "special": true
23
+ },
24
+ {
25
+ "id": 50265,
26
+ "content": "<image>",
27
+ "single_word": false,
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "normalized": false,
31
+ "special": true
32
  }
33
  ],
34
  "normalizer": null,
 
100
  "end_of_word_suffix": "",
101
  "fuse_unk": false,
102
  "byte_fallback": false,
103
+ "ignore_merges": false,
104
  "vocab": {
105
  "<s>": 0,
106
  "<pad>": 1,
tokenizer_config.json CHANGED
@@ -17,6 +17,14 @@
17
  "rstrip": false,
18
  "single_word": false,
19
  "special": true
 
 
 
 
 
 
 
 
20
  }
21
  },
22
  "bos_token": "</s>",
 
17
  "rstrip": false,
18
  "single_word": false,
19
  "special": true
20
+ },
21
+ "50265": {
22
+ "content": "<image>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
  }
29
  },
30
  "bos_token": "</s>",