shivangibithel commited on
Commit
a058c14
1 Parent(s): fd15dd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -19,8 +19,8 @@ tags:
19
  dataset_info:
20
  - config_name:
21
  features:
22
- # - name: id
23
- # dtype: string
24
  - name: column_index
25
  dtype: int32
26
  - name: label
@@ -106,7 +106,7 @@ en
106
  An example of 'validation' looks as follows:
107
  ```
108
  {
109
- "id": "0",
110
  "column_index": 3,
111
  "label": "currency",
112
  "table": {
@@ -126,11 +126,12 @@ An example of 'validation' looks as follows:
126
  The data fields are the same among all splits.
127
 
128
  #### default
129
- - `id`: a `string` feature.
130
- - `question`: a `string` feature.
131
- - `answers`: a `list` of `string` feature.
132
  - `table`: a dictionary feature containing:
133
- - `rows`: a `list` of `list` of `string` features:
 
134
  - `name`: a `string` feature.
135
 
136
  ### Data Splits
 
19
  dataset_info:
20
  - config_name:
21
  features:
22
+ - name: id
23
+ dtype: int32
24
  - name: column_index
25
  dtype: int32
26
  - name: label
 
106
  An example of 'validation' looks as follows:
107
  ```
108
  {
109
+ "id": 0,
110
  "column_index": 3,
111
  "label": "currency",
112
  "table": {
 
126
  The data fields are the same among all splits.
127
 
128
  #### default
129
+ - `id`: a `int32` feature.
130
+ - `column_index`: a `string` feature.
131
+ - `label`: a `string` feature.
132
  - `table`: a dictionary feature containing:
133
+ - `rows`: a `list` of `string` features.
134
+ - `rows`: a `list` of `list` of `string` features.
135
  - `name`: a `string` feature.
136
 
137
  ### Data Splits