brucewayne0459 commited on
Commit
62e8921
1 Parent(s): 452b945

Upload processor

Browse files
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "SiglipImageProcessor",
12
+ "image_seq_length": 256,
13
+ "image_std": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "processor_class": "PaliGemmaProcessor",
19
+ "resample": 3,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "height": 224,
23
+ "width": 224
24
+ }
25
+ }
special_tokens_map.json CHANGED
@@ -1,6 +1,12 @@
1
  {
2
  "additional_special_tokens": [
3
- "<image>"
 
 
 
 
 
 
4
  ],
5
  "bos_token": {
6
  "content": "<bos>",
 
1
  {
2
  "additional_special_tokens": [
3
+ {
4
+ "content": "<image>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ }
10
  ],
11
  "bos_token": {
12
  "content": "<bos>",
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef6773c135b77b834de1d13c75a4c98ab7a3684ffd602d1831e1f1bf5467c563
3
- size 17549604
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8104de0e0f9b8ab923ac66b31bee4ae132edf05863545fa4a3b69b4774117ae
3
+ size 17763304
tokenizer_config.json CHANGED
The diff for this file is too large to render. See raw diff