Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- config_name: default
|
| 5 |
data_files:
|
| 6 |
- split: train
|
|
@@ -18,6 +26,46 @@ configs:
|
|
| 18 |
- split: test
|
| 19 |
path: mltables/test-*
|
| 20 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- config_name: default
|
| 22 |
features:
|
| 23 |
- name: paper_id
|
|
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
configs:
|
| 4 |
+
- config_name: chemtables
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: chemtables/train-*
|
| 8 |
+
- split: validation
|
| 9 |
+
path: chemtables/validation-*
|
| 10 |
+
- split: test
|
| 11 |
+
path: chemtables/test-*
|
| 12 |
- config_name: default
|
| 13 |
data_files:
|
| 14 |
- split: train
|
|
|
|
| 26 |
- split: test
|
| 27 |
path: mltables/test-*
|
| 28 |
dataset_info:
|
| 29 |
+
- config_name: chemtables
|
| 30 |
+
features:
|
| 31 |
+
- name: paper_id
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: table_id
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: table_code
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: sup_text
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: target_cells
|
| 40 |
+
sequence:
|
| 41 |
+
- name: cell_value
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: cell_raw
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: cell_index
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: cell_row_idx
|
| 48 |
+
dtype: int32
|
| 49 |
+
- name: cell_col_idx
|
| 50 |
+
dtype: int32
|
| 51 |
+
- name: gold_json_records
|
| 52 |
+
sequence:
|
| 53 |
+
- name: cell_index
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: cell_record
|
| 56 |
+
dtype: string
|
| 57 |
+
splits:
|
| 58 |
+
- name: train
|
| 59 |
+
num_bytes: 78484
|
| 60 |
+
num_examples: 9
|
| 61 |
+
- name: validation
|
| 62 |
+
num_bytes: 37457
|
| 63 |
+
num_examples: 3
|
| 64 |
+
- name: test
|
| 65 |
+
num_bytes: 113119
|
| 66 |
+
num_examples: 14
|
| 67 |
+
download_size: 122465
|
| 68 |
+
dataset_size: 229060
|
| 69 |
- config_name: default
|
| 70 |
features:
|
| 71 |
- name: paper_id
|