nielsr HF Staff commited on
Commit
e09c91e
·
verified ·
1 Parent(s): a40b9ae

Add table-question-answering task category

Browse files

This PR adds the `table-question-answering` task category so that the dataset can be more easily found on the hub.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -9,6 +9,7 @@ size_categories:
9
  task_categories:
10
  - question-answering
11
  - multiple-choice
 
12
  pretty_name: 'FAMMA: A Benchmark for Financial Domain Multilingual Multimodal Question
13
  Answering'
14
  tags:
@@ -100,6 +101,7 @@ configs:
100
  - split: release_livepro_txt
101
  path: data/release_livepro_txt-*
102
  ---
 
103
  ## Introduction
104
 
105
 
 
9
  task_categories:
10
  - question-answering
11
  - multiple-choice
12
+ - table-question-answering
13
  pretty_name: 'FAMMA: A Benchmark for Financial Domain Multilingual Multimodal Question
14
  Answering'
15
  tags:
 
101
  - split: release_livepro_txt
102
  path: data/release_livepro_txt-*
103
  ---
104
+
105
  ## Introduction
106
 
107