pbedrin commited on
Commit
a0c770a
·
verified ·
1 Parent(s): 9dc20d8

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: uuid
10
+ dtype: string
11
+ - name: input_ids
12
+ list: int32
13
+ - name: token_type_ids
14
+ list: int8
15
+ - name: attention_mask
16
+ list: int8
17
+ - name: offset_mapping
18
+ list:
19
+ list: int64
20
+ - name: overflow_to_sample_mapping
21
+ dtype: int64
22
+ - name: xpath_tags_seq
23
+ list:
24
+ list: int64
25
+ - name: xpath_subs_seq
26
+ list:
27
+ list: int64
28
+ - name: bbox_seq
29
+ list:
30
+ list: int64
31
+ - name: visuals_seq
32
+ list:
33
+ list: float64
34
+ - name: labels
35
+ list: int64
36
+ - name: first_tokens_pos
37
+ list: int64
38
+ - name: first_tokens_xpath
39
+ list: string
40
+ - name: first_tokens_text_original
41
+ list: string
42
+ splits:
43
+ - name: train
44
+ num_bytes: 129449930106
45
+ num_examples: 86009
46
+ download_size: 3937059257
47
+ dataset_size: 129449930106
48
+ ---