Datasets:
update dataset metadata in readme
Browse files
README.md
CHANGED
@@ -1,3 +1,108 @@
|
|
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: with-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 |
+
- name: lp_image
|
35 |
+
dtype: image
|
36 |
+
splits:
|
37 |
+
- name: train
|
38 |
+
num_bytes: 51367983297.415
|
39 |
+
num_examples: 12395
|
40 |
+
- name: validation
|
41 |
+
num_bytes: 13133740369.43
|
42 |
+
num_examples: 3098
|
43 |
+
- name: test
|
44 |
+
num_bytes: 2528981570.0
|
45 |
+
num_examples: 872
|
46 |
+
download_size: 65867475365
|
47 |
+
dataset_size: 67030705236.845
|
48 |
+
- config_name: without-lp-images
|
49 |
+
features:
|
50 |
+
- name: asset_id
|
51 |
+
dtype: int64
|
52 |
+
- name: kw
|
53 |
+
dtype: string
|
54 |
+
- name: lp_meta_description
|
55 |
+
dtype: string
|
56 |
+
- name: title_org
|
57 |
+
dtype: string
|
58 |
+
- name: title_ne1
|
59 |
+
dtype: string
|
60 |
+
- name: title_ne2
|
61 |
+
dtype: string
|
62 |
+
- name: title_ne3
|
63 |
+
dtype: string
|
64 |
+
- name: domain
|
65 |
+
dtype: string
|
66 |
+
- name: parsed_full_text_annotation
|
67 |
+
sequence:
|
68 |
+
- name: text
|
69 |
+
dtype: string
|
70 |
+
- name: xmax
|
71 |
+
dtype: int64
|
72 |
+
- name: xmin
|
73 |
+
dtype: int64
|
74 |
+
- name: ymax
|
75 |
+
dtype: int64
|
76 |
+
- name: ymin
|
77 |
+
dtype: int64
|
78 |
+
splits:
|
79 |
+
- name: train
|
80 |
+
num_bytes: 280633510
|
81 |
+
num_examples: 12395
|
82 |
+
- name: validation
|
83 |
+
num_bytes: 69170878
|
84 |
+
num_examples: 3098
|
85 |
+
- name: test
|
86 |
+
num_bytes: 14634833
|
87 |
+
num_examples: 872
|
88 |
+
download_size: 150489014
|
89 |
+
dataset_size: 364439221
|
90 |
+
configs:
|
91 |
+
- config_name: with-lp-images
|
92 |
+
data_files:
|
93 |
+
- split: train
|
94 |
+
path: with-lp-images/train-*
|
95 |
+
- split: validation
|
96 |
+
path: with-lp-images/validation-*
|
97 |
+
- split: test
|
98 |
+
path: with-lp-images/test-*
|
99 |
+
default: true
|
100 |
+
- config_name: without-lp-images
|
101 |
+
data_files:
|
102 |
+
- split: train
|
103 |
+
path: without-lp-images/train-*
|
104 |
+
- split: validation
|
105 |
+
path: without-lp-images/validation-*
|
106 |
+
- split: test
|
107 |
+
path: without-lp-images/test-*
|
108 |
---
|