hermeschen-ezcon commited on
Commit
954f51a
·
verified ·
1 Parent(s): 35039c7

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +0 -10
  2. processor_config.json +3 -1
config.json CHANGED
@@ -18,16 +18,6 @@
18
  "projector_hidden_act": "gelu",
19
  "projector_hidden_size": 2048,
20
  "projector_use_layernorm": false,
21
- "quantization": {
22
- "group_size": 64,
23
- "bits": 6,
24
- "mode": "affine"
25
- },
26
- "quantization_config": {
27
- "group_size": 64,
28
- "bits": 6,
29
- "mode": "affine"
30
- },
31
  "text_config": {
32
  "_name_or_path": "LiquidAI/LFM2-1.2B",
33
  "architectures": [
 
18
  "projector_hidden_act": "gelu",
19
  "projector_hidden_size": 2048,
20
  "projector_use_layernorm": false,
 
 
 
 
 
 
 
 
 
 
21
  "text_config": {
22
  "_name_or_path": "LiquidAI/LFM2-1.2B",
23
  "architectures": [
processor_config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "image_processor": {
3
  "data_format": "channels_first",
 
4
  "do_image_splitting": true,
5
  "do_normalize": true,
6
  "do_pad": true,
@@ -13,7 +14,7 @@
13
  0.5,
14
  0.5
15
  ],
16
- "image_processor_type": "Lfm2VlImageProcessorFast",
17
  "image_std": [
18
  0.5,
19
  0.5,
@@ -25,6 +26,7 @@
25
  "max_tiles": 10,
26
  "min_image_tokens": 64,
27
  "min_tiles": 2,
 
28
  "resample": 2,
29
  "rescale_factor": 0.00392156862745098,
30
  "return_row_col_info": true,
 
1
  {
2
  "image_processor": {
3
  "data_format": "channels_first",
4
+ "do_convert_rgb": null,
5
  "do_image_splitting": true,
6
  "do_normalize": true,
7
  "do_pad": true,
 
14
  0.5,
15
  0.5
16
  ],
17
+ "image_processor_type": "Siglip2ImageProcessor",
18
  "image_std": [
19
  0.5,
20
  0.5,
 
26
  "max_tiles": 10,
27
  "min_image_tokens": 64,
28
  "min_tiles": 2,
29
+ "patch_size": 16,
30
  "resample": 2,
31
  "rescale_factor": 0.00392156862745098,
32
  "return_row_col_info": true,