Update README.md
Browse files
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('
|
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('
|
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
|