Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- preprocessor_config.json +29 -0
- processor_config.json +4 -0
- tokenizer_config.json +0 -4
preprocessor_config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": null,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_pan_and_scan": null,
|
| 5 |
+
"do_rescale": true,
|
| 6 |
+
"do_resize": true,
|
| 7 |
+
"image_mean": [
|
| 8 |
+
0.5,
|
| 9 |
+
0.5,
|
| 10 |
+
0.5
|
| 11 |
+
],
|
| 12 |
+
"image_processor_type": "Gemma3ImageProcessor",
|
| 13 |
+
"image_seq_length": 256,
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.5,
|
| 16 |
+
0.5,
|
| 17 |
+
0.5
|
| 18 |
+
],
|
| 19 |
+
"pan_and_scan_max_num_crops": null,
|
| 20 |
+
"pan_and_scan_min_crop_size": null,
|
| 21 |
+
"pan_and_scan_min_ratio_to_activate": null,
|
| 22 |
+
"processor_class": "Gemma3Processor",
|
| 23 |
+
"resample": 2,
|
| 24 |
+
"rescale_factor": 0.00392156862745098,
|
| 25 |
+
"size": {
|
| 26 |
+
"height": 896,
|
| 27 |
+
"width": 896
|
| 28 |
+
}
|
| 29 |
+
}
|
processor_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_seq_length": 256,
|
| 3 |
+
"processor_class": "Gemma3Processor"
|
| 4 |
+
}
|
tokenizer_config.json
CHANGED
|
@@ -51334,17 +51334,13 @@
|
|
| 51334 |
"image_token": "<image_soft_token>"
|
| 51335 |
},
|
| 51336 |
"image_token": "<image_soft_token>",
|
| 51337 |
-
"max_length": 1024,
|
| 51338 |
"model_max_length": 131072,
|
| 51339 |
"pad_token": "<pad>",
|
| 51340 |
"padding_side": "right",
|
| 51341 |
"processor_class": "Gemma3Processor",
|
| 51342 |
"sp_model_kwargs": null,
|
| 51343 |
"spaces_between_special_tokens": false,
|
| 51344 |
-
"stride": 0,
|
| 51345 |
"tokenizer_class": "GemmaTokenizer",
|
| 51346 |
-
"truncation_side": "right",
|
| 51347 |
-
"truncation_strategy": "longest_first",
|
| 51348 |
"unk_token": "<unk>",
|
| 51349 |
"use_default_system_prompt": false
|
| 51350 |
}
|
|
|
|
| 51334 |
"image_token": "<image_soft_token>"
|
| 51335 |
},
|
| 51336 |
"image_token": "<image_soft_token>",
|
|
|
|
| 51337 |
"model_max_length": 131072,
|
| 51338 |
"pad_token": "<pad>",
|
| 51339 |
"padding_side": "right",
|
| 51340 |
"processor_class": "Gemma3Processor",
|
| 51341 |
"sp_model_kwargs": null,
|
| 51342 |
"spaces_between_special_tokens": false,
|
|
|
|
| 51343 |
"tokenizer_class": "GemmaTokenizer",
|
|
|
|
|
|
|
| 51344 |
"unk_token": "<unk>",
|
| 51345 |
"use_default_system_prompt": false
|
| 51346 |
}
|