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