Visual Question Answering
Safetensors
English
qwen3_vl
nielsr HF Staff commited on
Commit
369ea48
·
verified ·
1 Parent(s): 48da5dc

Update metadata and library_name

Browse files

Hi! I'm Niels from the community science team at Hugging Face. This PR improves the model card's metadata by:
- Adding `library_name: transformers` to indicate compatibility with the Transformers library (as evidenced by the configuration files).
- Updating the `pipeline_tag` to `image-text-to-text` for better discoverability and to better represent its multimodal reasoning capabilities.
- Linking the paper directly in the introduction.

These changes ensure the model is correctly categorized on the Hub and enables automated code snippet generation for users.

Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,13 +1,15 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - OpenDataArena/MMFineReason-1.8M
5
  language:
6
  - en
7
- pipeline_tag: visual-question-answering
8
- base_model:
9
- - Qwen/Qwen3-VL-2B-Instruct
10
  ---
 
11
  <div align="center">
12
  <h1>MMFineReason</h1>
13
  <p><strong>Closing the Multimodal Reasoning Gap via Open Data-Centric Methods</strong></p>
@@ -27,7 +29,9 @@ base_model:
27
  </figure>
28
 
29
  ---
30
- This repository provides **MMFineReason-2B**; detailed dataset information is available at https://huggingface.co/datasets/OpenDataArena/MMFineReason-1.8M.
 
 
31
 
32
  ## 📖 Overview
33
 
 
1
  ---
2
+ base_model:
3
+ - Qwen/Qwen3-VL-2B-Instruct
4
  datasets:
5
  - OpenDataArena/MMFineReason-1.8M
6
  language:
7
  - en
8
+ license: apache-2.0
9
+ pipeline_tag: image-text-to-text
10
+ library_name: transformers
11
  ---
12
+
13
  <div align="center">
14
  <h1>MMFineReason</h1>
15
  <p><strong>Closing the Multimodal Reasoning Gap via Open Data-Centric Methods</strong></p>
 
29
  </figure>
30
 
31
  ---
32
+ This repository provides **MMFineReason-2B**, a multimodal model presented in the paper [MMFineReason: Closing the Multimodal Reasoning Gap via Open Data-Centric Methods](https://huggingface.co/papers/2601.21821).
33
+
34
+ Detailed dataset information is available at https://huggingface.co/datasets/OpenDataArena/MMFineReason-1.8M.
35
 
36
  ## 📖 Overview
37