ysd990 commited on
Commit
dd28258
·
1 Parent(s): 5aa520c

Update tokenizer and config files

Browse files
model.safetensors.index.json CHANGED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json CHANGED
@@ -1,37 +1,3 @@
1
- {
2
- "crop_size": null,
3
- "data_format": "channels_first",
4
- "default_to_square": true,
5
- "device": null,
6
- "disable_grouping": null,
7
- "do_center_crop": null,
8
- "do_convert_rgb": null,
9
- "do_normalize": true,
10
- "do_pan_and_scan": null,
11
- "do_rescale": true,
12
- "do_resize": true,
13
- "image_mean": [
14
- 0.5,
15
- 0.5,
16
- 0.5
17
- ],
18
- "image_processor_type": "Gemma3ImageProcessorFast",
19
- "image_seq_length": 256,
20
- "image_std": [
21
- 0.5,
22
- 0.5,
23
- 0.5
24
- ],
25
- "input_data_format": null,
26
- "pan_and_scan_max_num_crops": null,
27
- "pan_and_scan_min_crop_size": null,
28
- "pan_and_scan_min_ratio_to_activate": null,
29
- "processor_class": "Gemma3Processor",
30
- "resample": 2,
31
- "rescale_factor": 0.00392156862745098,
32
- "return_tensors": null,
33
- "size": {
34
- "height": 896,
35
- "width": 896
36
- }
37
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c63dafba7e2813b103af3b313e76ec5b8be2fd2e3bb535c9a7b50a06b2cef686
3
+ size 786
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
processor_config.json CHANGED
@@ -1,4 +1,3 @@
1
- {
2
- "image_seq_length": 256,
3
- "processor_class": "Gemma3Processor"
4
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ffd5f11778dc73e2b69b3c00535e4121e1badf7018136263cd17b5b34fbaa53
3
+ size 70
 
special_tokens_map.json CHANGED
@@ -1,33 +1,3 @@
1
- {
2
- "boi_token": "<start_of_image>",
3
- "bos_token": {
4
- "content": "<bos>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false
9
- },
10
- "eoi_token": "<end_of_image>",
11
- "eos_token": {
12
- "content": "<|im_end|>",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false
17
- },
18
- "image_token": "<image_soft_token>",
19
- "pad_token": {
20
- "content": "<pad>",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false
25
- },
26
- "unk_token": {
27
- "content": "<unk>",
28
- "lstrip": false,
29
- "normalized": false,
30
- "rstrip": false,
31
- "single_word": false
32
- }
33
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bce5e52f24e68ce457a24bc2dd9d3a6d994b63df078896d6212ea9cb4bfcce6a
3
+ size 667
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tokenizer_config.json CHANGED
The diff for this file is too large to render. See raw diff