Visual Question Answering
Safetensors
English
qwen3_vl
nielsr HF Staff commited on
Commit
d001789
ยท
verified ยท
1 Parent(s): 1cc012f

Update model card metadata and pipeline tag

Browse files

This PR improves the model card's metadata by:
- Updating the `pipeline_tag` to `image-text-to-text` for better discoverability.
- Adding `library_name: transformers` as the model architecture is compatible with the Transformers library.
- Adding the `arxiv` metadata tag to link the model with its research paper: [MMFineReason: Closing the Multimodal Reasoning Gap via Open Data-Centric Methods](https://huggingface.co/papers/2601.21821).

Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,11 +1,14 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
  - OpenDataArena/MMFineReason-1.8M
5
  language:
6
  - en
7
- pipeline_tag: visual-question-answering
 
 
 
8
  ---
 
9
  <div align="center">
10
  <h1>MMFineReason</h1>
11
  <p><strong>Closing the Multimodal Reasoning Gap via Open Data-Centric Methods</strong></p>
@@ -25,7 +28,7 @@ pipeline_tag: visual-question-answering
25
  </figure>
26
 
27
  ---
28
- This repository provides **MMFineReason-8B**; detailed dataset information is available at https://huggingface.co/datasets/OpenDataArena/MMFineReason-1.8M.
29
 
30
  ## ๐Ÿ“– Overview
31
 
@@ -95,7 +98,7 @@ SFT drives major gains in mathematical reasoning (e.g., MathVision: 53.9% โ†’ 67
95
 
96
  ## ๐Ÿ“„ License
97
 
98
- This dataset is released under the [Apache 2.0 License](https://opensource.org/licenses/Apache-2.0). Individual source datasets may have their own licenses.
99
 
100
  ---
101
 
 
1
  ---
 
2
  datasets:
3
  - OpenDataArena/MMFineReason-1.8M
4
  language:
5
  - en
6
+ license: apache-2.0
7
+ pipeline_tag: image-text-to-text
8
+ library_name: transformers
9
+ arxiv: 2601.21821
10
  ---
11
+
12
  <div align="center">
13
  <h1>MMFineReason</h1>
14
  <p><strong>Closing the Multimodal Reasoning Gap via Open Data-Centric Methods</strong></p>
 
28
  </figure>
29
 
30
  ---
31
+ This repository provides **MMFineReason-8B**, introduced in the paper [MMFineReason: Closing the Multimodal Reasoning Gap via Open Data-Centric Methods](https://huggingface.co/papers/2601.21821). Detailed dataset information is available at https://huggingface.co/datasets/OpenDataArena/MMFineReason-1.8M.
32
 
33
  ## ๐Ÿ“– Overview
34
 
 
98
 
99
  ## ๐Ÿ“„ License
100
 
101
+ This dataset and model are released under the [Apache 2.0 License](https://opensource.org/licenses/Apache-2.0). Individual source datasets may have their own licenses.
102
 
103
  ---
104