Visual Question Answering
Safetensors
English
qwen3_vl

Update metadata and library_name

#1
by nielsr HF Staff - opened
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