Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
Dask
ehariri commited on
Commit
5a6ef16
·
verified ·
1 Parent(s): e84a7a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,13 +38,13 @@ The first dataset is `ui_tables` which aims to store the information from the Do
38
  ## Dataset Structure
39
 
40
  ```python
41
- >>> load_dataset('ehariri/ui_survey', 'ui_tables')
42
  Dataset({
43
  features: ['table_id', 'table_name', 'table_description', 'notes', 'table_data', 'chapter', 'headers', 'prompt_context', 'prompts'],
44
  num_rows: 82
45
  })
46
 
47
- >>> load_dataset('ehariri/ui_survey', 'ui_qas')
48
  Dataset({
49
  features: ['idx', 'table_id', 'column_num', 'jurisdiction', 'question_context', 'question', 'answer'],
50
  num_rows: 3400
 
38
  ## Dataset Structure
39
 
40
  ```python
41
+ >>> load_dataset('reglab/ui_survey', 'ui_tables')
42
  Dataset({
43
  features: ['table_id', 'table_name', 'table_description', 'notes', 'table_data', 'chapter', 'headers', 'prompt_context', 'prompts'],
44
  num_rows: 82
45
  })
46
 
47
+ >>> load_dataset('reglab/ui_survey', 'ui_qas')
48
  Dataset({
49
  features: ['idx', 'table_id', 'column_num', 'jurisdiction', 'question_context', 'question', 'answer'],
50
  num_rows: 3400