yilunzhao commited on
Commit
6d7c3d1
1 Parent(s): a7427b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,5 +1,19 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  ## Dataset Description
5
 
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: question_id
6
+ dtype: string
7
+ - name: question
8
+ dtype: string
9
+ - name: tables
10
+ dtype: list
11
+ - name: topic
12
+ dtype: string
13
+ - name: python_solution
14
+ dtype: string
15
+ - name: ground_truth
16
+ sequence: float
17
  ---
18
  ## Dataset Description
19