Datasets:
Kosuke-Yamada
commited on
Commit
•
2d1c23e
1
Parent(s):
b056fbf
change split names
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ dataset_info:
|
|
45 |
- name: test
|
46 |
num_bytes: 2528981570
|
47 |
num_examples: 872
|
48 |
-
- name:
|
49 |
num_bytes: 13133740369.43
|
50 |
num_examples: 3098
|
51 |
- name: train
|
@@ -87,7 +87,7 @@ dataset_info:
|
|
87 |
- name: test
|
88 |
num_bytes: 14634833
|
89 |
num_examples: 872
|
90 |
-
- name:
|
91 |
num_bytes: 69170878
|
92 |
num_examples: 3098
|
93 |
- name: train
|
@@ -100,7 +100,7 @@ configs:
|
|
100 |
data_files:
|
101 |
- split: test
|
102 |
path: with-lp-images/test-*
|
103 |
-
- split:
|
104 |
path: with-lp-images/validation-*
|
105 |
- split: train
|
106 |
path: with-lp-images/train-*
|
@@ -109,7 +109,7 @@ configs:
|
|
109 |
data_files:
|
110 |
- split: test
|
111 |
path: without-lp-images/test-*
|
112 |
-
- split:
|
113 |
path: without-lp-images/validation-*
|
114 |
- split: train
|
115 |
path: without-lp-images/train-*
|
@@ -169,7 +169,7 @@ DatasetDict({
|
|
169 |
features: ['asset_id', 'kw', 'lp_meta_description', 'title_org', 'title_ne1', 'title_ne2', 'title_ne3', 'domain', 'parsed_full_text_annotation', 'lp_image'],
|
170 |
num_rows: 12395
|
171 |
})
|
172 |
-
|
173 |
features: ['asset_id', 'kw', 'lp_meta_description', 'title_org', 'title_ne1', 'title_ne2', 'title_ne3', 'domain', 'parsed_full_text_annotation', 'lp_image'],
|
174 |
num_rows: 3098
|
175 |
})
|
@@ -187,7 +187,7 @@ DatasetDict({
|
|
187 |
features: ['asset_id', 'kw', 'lp_meta_description', 'title_org', 'title_ne1', 'title_ne2', 'title_ne3', 'domain', 'parsed_full_text_annotation'],
|
188 |
num_rows: 12395
|
189 |
})
|
190 |
-
|
191 |
features: ['asset_id', 'kw', 'lp_meta_description', 'title_org', 'title_ne1', 'title_ne2', 'title_ne3', 'domain', 'parsed_full_text_annotation'],
|
192 |
num_rows: 3098
|
193 |
})
|
|
|
45 |
- name: test
|
46 |
num_bytes: 2528981570
|
47 |
num_examples: 872
|
48 |
+
- name: dev
|
49 |
num_bytes: 13133740369.43
|
50 |
num_examples: 3098
|
51 |
- name: train
|
|
|
87 |
- name: test
|
88 |
num_bytes: 14634833
|
89 |
num_examples: 872
|
90 |
+
- name: dev
|
91 |
num_bytes: 69170878
|
92 |
num_examples: 3098
|
93 |
- name: train
|
|
|
100 |
data_files:
|
101 |
- split: test
|
102 |
path: with-lp-images/test-*
|
103 |
+
- split: dev
|
104 |
path: with-lp-images/validation-*
|
105 |
- split: train
|
106 |
path: with-lp-images/train-*
|
|
|
109 |
data_files:
|
110 |
- split: test
|
111 |
path: without-lp-images/test-*
|
112 |
+
- split: dev
|
113 |
path: without-lp-images/validation-*
|
114 |
- split: train
|
115 |
path: without-lp-images/train-*
|
|
|
169 |
features: ['asset_id', 'kw', 'lp_meta_description', 'title_org', 'title_ne1', 'title_ne2', 'title_ne3', 'domain', 'parsed_full_text_annotation', 'lp_image'],
|
170 |
num_rows: 12395
|
171 |
})
|
172 |
+
dev: Dataset({
|
173 |
features: ['asset_id', 'kw', 'lp_meta_description', 'title_org', 'title_ne1', 'title_ne2', 'title_ne3', 'domain', 'parsed_full_text_annotation', 'lp_image'],
|
174 |
num_rows: 3098
|
175 |
})
|
|
|
187 |
features: ['asset_id', 'kw', 'lp_meta_description', 'title_org', 'title_ne1', 'title_ne2', 'title_ne3', 'domain', 'parsed_full_text_annotation'],
|
188 |
num_rows: 12395
|
189 |
})
|
190 |
+
dev: Dataset({
|
191 |
features: ['asset_id', 'kw', 'lp_meta_description', 'title_org', 'title_ne1', 'title_ne2', 'title_ne3', 'domain', 'parsed_full_text_annotation'],
|
192 |
num_rows: 3098
|
193 |
})
|