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

Add task category

Browse files

This PR adds the task category metadata to the dataset card.

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
+ ```