Add paper link and pipeline metadata
#1
by nielsr HF Staff - opened
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>
|
|
|