arthurcollet commited on
Commit
af428ad
·
verified ·
1 Parent(s): 5a5bc85

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +4 -1
  2. config.json +4 -0
  3. processor_config.json +0 -2
  4. tokenizer_config.json +0 -16
README.md CHANGED
@@ -1,15 +1,18 @@
1
  ---
2
  license: apache-2.0
 
 
3
  base_model:
4
  - Qwen/Qwen3-VL-2B-Instruct
5
  tags:
6
  - transformers
7
  - multimodal rerank
 
8
  - mlx
9
  ---
10
 
11
  # arthurcollet/Qwen3-VL-Reranker-2B-mlx
12
- This model was converted to MLX format from [`Qwen/Qwen3-VL-Reranker-2B`]() using mlx-vlm version **0.3.9**.
13
  Refer to the [original model card](https://huggingface.co/Qwen/Qwen3-VL-Reranker-2B) for more details on the model.
14
  ## Use with mlx
15
 
 
1
  ---
2
  license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: text-ranking
5
  base_model:
6
  - Qwen/Qwen3-VL-2B-Instruct
7
  tags:
8
  - transformers
9
  - multimodal rerank
10
+ - text rerank
11
  - mlx
12
  ---
13
 
14
  # arthurcollet/Qwen3-VL-Reranker-2B-mlx
15
+ This model was converted to MLX format from [`Qwen/Qwen3-VL-Reranker-2B`]() using mlx-vlm version **0.3.11**.
16
  Refer to the [original model card](https://huggingface.co/Qwen/Qwen3-VL-Reranker-2B) for more details on the model.
17
  ## Use with mlx
18
 
config.json CHANGED
@@ -3,6 +3,10 @@
3
  "Qwen3VLForConditionalGeneration"
4
  ],
5
  "dtype": "bfloat16",
 
 
 
 
6
  "hidden_size": 2048,
7
  "image_token_id": 151655,
8
  "model_type": "qwen3_vl",
 
3
  "Qwen3VLForConditionalGeneration"
4
  ],
5
  "dtype": "bfloat16",
6
+ "eos_token_id": [
7
+ 151645,
8
+ 151643
9
+ ],
10
  "hidden_size": 2048,
11
  "image_token_id": 151655,
12
  "model_type": "qwen3_vl",
processor_config.json CHANGED
@@ -16,9 +16,7 @@
16
  0.5,
17
  0.5
18
  ],
19
- "max_pixels": 1310720,
20
  "merge_size": 2,
21
- "min_pixels": 4095,
22
  "patch_size": 16,
23
  "resample": 3,
24
  "rescale_factor": 0.00392156862745098,
 
16
  0.5,
17
  0.5
18
  ],
 
19
  "merge_size": 2,
 
20
  "patch_size": 16,
21
  "resample": 3,
22
  "rescale_factor": 0.00392156862745098,
tokenizer_config.json CHANGED
@@ -5,24 +5,8 @@
5
  "clean_up_tokenization_spaces": false,
6
  "eos_token": "<|im_end|>",
7
  "errors": "replace",
8
- "extra_special_tokens": [
9
- "<|im_start|>",
10
- "<|im_end|>",
11
- "<|object_ref_start|>",
12
- "<|object_ref_end|>",
13
- "<|box_start|>",
14
- "<|box_end|>",
15
- "<|quad_start|>",
16
- "<|quad_end|>",
17
- "<|vision_start|>",
18
- "<|vision_end|>",
19
- "<|vision_pad|>",
20
- "<|image_pad|>",
21
- "<|video_pad|>"
22
- ],
23
  "is_local": true,
24
  "model_max_length": 262144,
25
- "model_specific_special_tokens": {},
26
  "pad_token": "<|endoftext|>",
27
  "processor_class": "Qwen3VLProcessor",
28
  "split_special_tokens": false,
 
5
  "clean_up_tokenization_spaces": false,
6
  "eos_token": "<|im_end|>",
7
  "errors": "replace",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "is_local": true,
9
  "model_max_length": 262144,
 
10
  "pad_token": "<|endoftext|>",
11
  "processor_class": "Qwen3VLProcessor",
12
  "split_special_tokens": false,