nielsr HF Staff commited on
Commit
7d5ed08
·
verified ·
1 Parent(s): 1751a3c

Add paper link and pipeline metadata

Browse files

Hi! I'm Niels from the Hugging Face community team.

I've opened this PR to improve the model card for TAMA-QWen3. This includes:
- Adding the `pipeline_tag: table-question-answering` to help users discover the model.
- Adding `library_name: transformers` to enable the code snippet and "Use in Transformers" button.
- Linking the model to its research paper: [MMTU: A Massive Multi-Task Table Understanding and Reasoning Benchmark](https://huggingface.co/papers/2506.05587).
- Including a link to the official GitHub repository for the MMTU benchmark.

These updates will make the model more discoverable and provide better documentation for researchers.

Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,5 +1,16 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  <!doctype html>
@@ -319,5 +330,4 @@ license: apache-2.0
319
  <p id="ref4">[4] <a href="https://arxiv.org/abs/2411.02059">Su, Aofeng, et al. "TableGPT2: A Large Multimodal Model with Tabular Data Integration." arXiv:2411.02059 (2024).</a></p>
320
  </div>
321
  </body>
322
- </html>
323
-
 
1
  ---
2
  license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: table-question-answering
5
+ ---
6
+
7
+ # TAMA-QWen3
8
+
9
+ This model was presented in the paper [MMTU: A Massive Multi-Task Table Understanding and Reasoning Benchmark](https://huggingface.co/papers/2506.05587).
10
+
11
+ - **GitHub Repository:** [https://github.com/mmtu-benchmark/mmtu](https://github.com/mmtu-benchmark/mmtu)
12
+ - **Paper:** [arXiv:2506.05587](https://arxiv.org/abs/2506.05587)
13
+
14
  ---
15
 
16
  <!doctype html>
 
330
  <p id="ref4">[4] <a href="https://arxiv.org/abs/2411.02059">Su, Aofeng, et al. "TableGPT2: A Large Multimodal Model with Tabular Data Integration." arXiv:2411.02059 (2024).</a></p>
331
  </div>
332
  </body>
333
+ </html>