fbaigt commited on
Commit
a4f4225
·
1 Parent(s): 982af3c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -17
README.md CHANGED
@@ -25,31 +25,28 @@ dataset_info:
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
  ---
 
25
  dtype: string
26
  - name: cell_raw
27
  dtype: string
28
+ - name: cell_index
29
+ dtype: string
30
+ - name: cell_row_idx
 
 
31
  dtype: int32
32
+ - name: cell_col_idx
33
  dtype: int32
34
  - name: gold_json_records
35
  sequence:
36
+ - name: cell_index
37
+ dtype: string
 
38
  - name: cell_record
39
  dtype: string
40
  splits:
41
  - name: train
42
+ num_bytes: 78484
43
+ num_examples: 9
44
  - name: validation
45
+ num_bytes: 37457
46
+ num_examples: 3
47
  - name: test
48
+ num_bytes: 113119
49
+ num_examples: 14
50
+ download_size: 122465
51
+ dataset_size: 229060
52
  ---