Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,55 @@
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
- split: validation
|
| 9 |
+
path: data/validation-*
|
| 10 |
+
- split: test
|
| 11 |
+
path: data/test-*
|
| 12 |
+
dataset_info:
|
| 13 |
+
features:
|
| 14 |
+
- name: paper_id
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: table_id
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: table_code
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: sup_text
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: target_cells
|
| 23 |
+
sequence:
|
| 24 |
+
- name: cell_value
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: cell_raw
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: cell_value_char_idx_start
|
| 29 |
+
dtype: int32
|
| 30 |
+
- name: cell_value_char_idx_end
|
| 31 |
+
dtype: int32
|
| 32 |
+
- name: cell_raw_char_idx_start
|
| 33 |
+
dtype: int32
|
| 34 |
+
- name: cell_raw_char_idx_end
|
| 35 |
+
dtype: int32
|
| 36 |
+
- name: gold_json_records
|
| 37 |
+
sequence:
|
| 38 |
+
- name: cell_char_index
|
| 39 |
+
sequence: int32
|
| 40 |
+
length: 2
|
| 41 |
+
- name: cell_record
|
| 42 |
+
dtype: string
|
| 43 |
+
splits:
|
| 44 |
+
- name: train
|
| 45 |
+
num_bytes: 696651
|
| 46 |
+
num_examples: 43
|
| 47 |
+
- name: validation
|
| 48 |
+
num_bytes: 150816
|
| 49 |
+
num_examples: 11
|
| 50 |
+
- name: test
|
| 51 |
+
num_bytes: 1248693
|
| 52 |
+
num_examples: 68
|
| 53 |
+
download_size: 605737
|
| 54 |
+
dataset_size: 2096160
|
| 55 |
---
|