fbaigt commited on
Commit
4c87c43
1 Parent(s): a6f56d5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -9,7 +9,16 @@ configs:
9
  path: data/validation-*
10
  - split: test
11
  path: data/test-*
 
 
 
 
 
 
 
 
12
  dataset_info:
 
13
  features:
14
  - name: paper_id
15
  dtype: string
@@ -49,4 +58,47 @@ dataset_info:
49
  num_examples: 14
50
  download_size: 122465
51
  dataset_size: 229060
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  ---
 
9
  path: data/validation-*
10
  - split: test
11
  path: data/test-*
12
+ - config_name: mltables
13
+ data_files:
14
+ - split: train
15
+ path: mltables/train-*
16
+ - split: validation
17
+ path: mltables/validation-*
18
+ - split: test
19
+ path: mltables/test-*
20
  dataset_info:
21
+ - config_name: default
22
  features:
23
  - name: paper_id
24
  dtype: string
 
58
  num_examples: 14
59
  download_size: 122465
60
  dataset_size: 229060
61
+ - config_name: mltables
62
+ features:
63
+ - name: paper_id
64
+ dtype: string
65
+ - name: table_id
66
+ dtype: string
67
+ - name: table_code
68
+ dtype: string
69
+ - name: sup_text
70
+ dtype: string
71
+ - name: target_cells
72
+ sequence:
73
+ - name: cell_value
74
+ dtype: string
75
+ - name: cell_raw
76
+ dtype: string
77
+ - name: cell_value_char_idx_start
78
+ dtype: int32
79
+ - name: cell_value_char_idx_end
80
+ dtype: int32
81
+ - name: cell_raw_char_idx_start
82
+ dtype: int32
83
+ - name: cell_raw_char_idx_end
84
+ dtype: int32
85
+ - name: gold_json_records
86
+ sequence:
87
+ - name: cell_char_index
88
+ sequence: int32
89
+ length: 2
90
+ - name: cell_record
91
+ dtype: string
92
+ splits:
93
+ - name: train
94
+ num_bytes: 696651
95
+ num_examples: 43
96
+ - name: validation
97
+ num_bytes: 150816
98
+ num_examples: 11
99
+ - name: test
100
+ num_bytes: 1248693
101
+ num_examples: 68
102
+ download_size: 605737
103
+ dataset_size: 2096160
104
  ---