Kosuke-Yamada commited on
Commit
6437a78
1 Parent(s): eb94867

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,3 +1,56 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ dataset_info:
4
+ config_name: without-lp-images
5
+ features:
6
+ - name: asset_id
7
+ dtype: int64
8
+ - name: kw
9
+ dtype: string
10
+ - name: lp_meta_description
11
+ dtype: string
12
+ - name: title_org
13
+ dtype: string
14
+ - name: title_ne1
15
+ dtype: string
16
+ - name: title_ne2
17
+ dtype: string
18
+ - name: title_ne3
19
+ dtype: string
20
+ - name: domain
21
+ dtype: string
22
+ - name: parsed_full_text_annotation
23
+ sequence:
24
+ - name: text
25
+ dtype: string
26
+ - name: xmax
27
+ dtype: int64
28
+ - name: xmin
29
+ dtype: int64
30
+ - name: ymax
31
+ dtype: int64
32
+ - name: ymin
33
+ dtype: int64
34
+ splits:
35
+ - name: train
36
+ num_bytes: 280633510
37
+ num_examples: 12395
38
+ - name: validation
39
+ num_bytes: 69170878
40
+ num_examples: 3098
41
+ - name: test
42
+ num_bytes: 14634833
43
+ num_examples: 872
44
+ download_size: 150489014
45
+ dataset_size: 364439221
46
+ configs:
47
+ - config_name: without-lp-images
48
+ data_files:
49
+ - split: train
50
+ path: without-lp-images/train-*
51
+ - split: validation
52
+ path: without-lp-images/validation-*
53
+ - split: test
54
+ path: without-lp-images/test-*
55
+ default: true
56
  ---
without-lp-images/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3fd0569a4bd65396f7bee6684a8ad797f1cc7d96487e2920ed7eb12b23d4016
3
+ size 6225055
without-lp-images/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe6dfcd5187affda84e5f311430481a2759be729132a2e3d8955cc2d58692238
3
+ size 115596015
without-lp-images/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e08fbf4f13df83edea2e7fb6439b9ac829dbe080f200d7f132156c23f6d07f9c
3
+ size 28667944