Branden28 commited on
Commit
11273de
1 Parent(s): 899235c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -31
README.md CHANGED
@@ -1,44 +1,29 @@
1
  ---
 
2
  license: openrail
3
  task_categories:
4
- - table-question-answering
5
  pretty_name: QAdset
6
  size_categories:
7
- - n<1K
8
- train-eval-index:
9
- - config: 3.0.0
10
- task: Table Question Answering
11
- task_id: Table Question Answering
12
- splits:
13
- eval_split: test
14
- col_mapping:
15
- article: text
16
- highlights: target
17
  dataset_info:
18
  features:
19
- - name: context
20
- dtype: string
21
- - name: question
22
- dtype: string
23
- - name: answers
24
- dtype: string
25
- split:
26
- - name: train
27
- ratio: 0.8
28
- - name: test
29
- ratio: 0.2
30
- dataset_name: QAdset
31
-
32
  splits:
33
- - name: train
34
- num_bytes: 10
35
- num_examples: 10
36
- - name: validation
37
- num_bytes: 4
38
- num_examples: 4
39
  download_size: [More Information Needed]
40
  dataset_size: 14
41
- version: 1.0.0
42
  ---
43
 
44
  # Dataset Card for Dataset Name
 
1
  ---
2
+ version: 1.0.0
3
  license: openrail
4
  task_categories:
5
+ - table-question-answering
6
  pretty_name: QAdset
7
  size_categories:
8
+ - n<1K
 
 
 
 
 
 
 
 
 
9
  dataset_info:
10
  features:
11
+ - name: context
12
+ dtype: string
13
+ - name: question
14
+ dtype: string
15
+ - name: answers
16
+ dtype: string
 
 
 
 
 
 
 
17
  splits:
18
+ - name: train
19
+ num_bytes: 10
20
+ num_examples: 10
21
+ - name: validation
22
+ num_bytes: 4
23
+ num_examples: 4
24
  download_size: [More Information Needed]
25
  dataset_size: 14
26
+
27
  ---
28
 
29
  # Dataset Card for Dataset Name