FanqingM nielsr HF Staff commited on
Commit
f0cceba
·
verified ·
1 Parent(s): 722a258

Add task category (#2)

Browse files

- Add task category (6ee4c2bd4c00be5a928cebddf85d63169a23655a)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -27,6 +27,8 @@ configs:
27
  path: data/train-*
28
  - split: test
29
  path: data/test-*
 
 
30
  ---
31
 
32
  # MMK12
@@ -94,4 +96,4 @@ If you find this project useful in your research, please consider citing:
94
  journal={arXiv preprint arXiv:2503.07365},
95
  year={2025}
96
  }
97
-
 
27
  path: data/train-*
28
  - split: test
29
  path: data/test-*
30
+ task_categories:
31
+ - table-question-answering
32
  ---
33
 
34
  # MMK12
 
96
  journal={arXiv preprint arXiv:2503.07365},
97
  year={2025}
98
  }
99
+ ```