Datasets:
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +52 -1
- data/OBELICS/part00000/content_image.tar.part00 +3 -0
- data/OBELICS/part00000/content_image.tar.part01 +3 -0
- data/OBELICS/part00000/content_image.tar.part02 +3 -0
- data/OBELICS/part00000/content_image.tar.part03 +3 -0
- data/OBELICS/part00000/content_image.tar.part04 +3 -0
- data/OBELICS/part00000/content_image.tar.part05 +3 -0
- data/OBELICS/part00000/content_image.tar.part06 +3 -0
- data/OBELICS/part00000/overall_image.tar.part00 +3 -0
- data/OBELICS/part00000/overall_image.tar.part01 +3 -0
- data/OBELICS/part00000/overall_image.tar.part02 +3 -0
- data/OBELICS/part00000/overall_image.tar.part03 +3 -0
- data/OBELICS/part00000/overall_image.tar.part04 +3 -0
- data/OBELICS/part00000/overall_image.tar.part05 +3 -0
- data/OBELICS/part00000/part00000.jsonl +3 -0
.gitattributes
CHANGED
@@ -54,3 +54,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
data/DocLayNet/DocLayNet.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
data/DocLayNet/DocLayNet.jsonl filter=lfs diff=lfs merge=lfs -text
|
57 |
+
data/OBELICS/part00000/part00000.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -8,10 +8,21 @@ A mini version of "PIN: A Knowledge-Intensive Dataset for Paired and Interleaved
|
|
8 |
|
9 |
This dataset contains 10M samples with PIN format.
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
## 1 Dataset statistics
|
12 |
|
13 |
DocLayNet: 68, 757
|
14 |
|
|
|
|
|
15 |
## 2 Data Structure
|
16 |
|
17 |
### 2.1 Folder Structure
|
@@ -150,12 +161,52 @@ An example of DocLynet:
|
|
150 |
}
|
151 |
```
|
152 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
|
154 |
|
155 |
TODO
|
156 |
|
|
|
157 |
## License
|
158 |
|
159 |
混合License。
|
160 |
|
161 |
-
|
|
|
8 |
|
9 |
This dataset contains 10M samples with PIN format.
|
10 |
|
11 |
+
## 0 Usage
|
12 |
+
|
13 |
+
解压缩
|
14 |
+
|
15 |
+
```bash
|
16 |
+
cat data.tar.part* > data.tar
|
17 |
+
tar -xvf data.tar
|
18 |
+
```
|
19 |
+
|
20 |
## 1 Dataset statistics
|
21 |
|
22 |
DocLayNet: 68, 757
|
23 |
|
24 |
+
OBELICS: 466, 503
|
25 |
+
|
26 |
## 2 Data Structure
|
27 |
|
28 |
### 2.1 Folder Structure
|
|
|
161 |
}
|
162 |
```
|
163 |
|
164 |
+
An example of OBELICS:
|
165 |
+
```json
|
166 |
+
{
|
167 |
+
"id": 466502,
|
168 |
+
"meta": {
|
169 |
+
"language": "en",
|
170 |
+
"oi_exist": true,
|
171 |
+
"source_dateset": "OBELICS",
|
172 |
+
"ori_meta": {
|
173 |
+
"document_url": "https://www.donegaldaily.com/2022/02/21/watch-incredible-storm-surge-at-portsalon-golf-club/",
|
174 |
+
"unformatted_src": "https://www.donegaldaily.com/wp-content/uploads/2022/02/Screenshot-2022-02-21-at-17.54.30.jpg",
|
175 |
+
"src": "https://www.donegaldaily.com/wp-content/uploads/2022/02/Screenshot-2022-02-21-at-17.54.30.jpg",
|
176 |
+
"formatted_filename": "Screenshot at",
|
177 |
+
"rendered_width": 817,
|
178 |
+
"rendered_height": 419,
|
179 |
+
"original_width": 817,
|
180 |
+
"original_height": 419,
|
181 |
+
"format": "jpeg",
|
182 |
+
"general_meta": {
|
183 |
+
"url": "https://www.donegaldaily.com/2022/02/21/watch-incredible-storm-surge-at-portsalon-golf-club/",
|
184 |
+
"warc_filename": "crawl-data/CC-MAIN-2022-27/segments/1656103271864.14/warc/CC-MAIN-20220626192142-20220626222142-00308.warc.gz",
|
185 |
+
"warc_record_offset": 795020636,
|
186 |
+
"warc_record_length": 31271
|
187 |
+
}
|
188 |
+
},
|
189 |
+
"doc_id": 98496,
|
190 |
+
"page_id": 0,
|
191 |
+
"date_download": "2024-4-22"
|
192 |
+
},
|
193 |
+
"md": "<img src='content_image/98496-0.png'>\n\nThe golf course at Portsalon Golf Club took a battering today as a result of Storm Franklin.\n\nDonegal had been left battered and bruised overnight after Storm Franklin ripped across the county.\n\nThere were trees down on the approach roads to Donegal Town and in Gartan.\n\nThere were also trees down in Inishowen while there is also heavy water reported along the sides of roads with motorists asked to slow down and not put themselves in danger.\n\nDonegal’s coastline took a huge impact with massive waves reported along the coastline around the county.\n\nThe video, taken by Johnny Shields was taken from the tee box of the third hole.",
|
194 |
+
"license": "CC-BY-4.0",
|
195 |
+
"quality_signals": null,
|
196 |
+
"content_image": [
|
197 |
+
"content_image/98496-0.png"
|
198 |
+
],
|
199 |
+
"overall_image": "overall_image/98496-0.png"
|
200 |
+
}
|
201 |
+
```
|
202 |
+
|
203 |
|
204 |
|
205 |
TODO
|
206 |
|
207 |
+
|
208 |
## License
|
209 |
|
210 |
混合License。
|
211 |
|
212 |
+
如,该数据来自我们的工作,请遵循Apache 2.0 License。如,该数据来自第三方,请遵循该第三方的License。
|
data/OBELICS/part00000/content_image.tar.part00
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7520ecd3eacd5f07505fcc05df4af4a2c1f63d9c5599ccbd0fbebd2e4d5b6477
|
3 |
+
size 21474836480
|
data/OBELICS/part00000/content_image.tar.part01
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aafe6172ae5350dde123eb4a02dd98630e1a53824a988f0959fe5d29963d2d0e
|
3 |
+
size 21474836480
|
data/OBELICS/part00000/content_image.tar.part02
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b122950887479169b0d32eb43c1f0b2d4aa8c7c3fb88f9041c693bbcd726b775
|
3 |
+
size 21474836480
|
data/OBELICS/part00000/content_image.tar.part03
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69817e518142b4ee66c6cc71d366d9cc0f57a217a4886831471d2f6cde45551d
|
3 |
+
size 21474836480
|
data/OBELICS/part00000/content_image.tar.part04
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e29545f1c2ca800141c7d4019828cabb4536b509b5059991774e31403f90edb
|
3 |
+
size 21474836480
|
data/OBELICS/part00000/content_image.tar.part05
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cd3cb71bcf010da9c3d29f3f4f69eb058ef5c063535abf428cea680936fe1d5
|
3 |
+
size 21474836480
|
data/OBELICS/part00000/content_image.tar.part06
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f86e8ce776705f5f3ccaddb0ac42a3b2923f0fbeabb8d1af0186cf99c602129
|
3 |
+
size 5530460160
|
data/OBELICS/part00000/overall_image.tar.part00
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80d770dd1766c6eeba1b7084cc18cc5a0a84e577038ca8483dac86ca256f0bae
|
3 |
+
size 21474836480
|
data/OBELICS/part00000/overall_image.tar.part01
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3425af9bfbd03cb9ede56bacba5324b3d805f590314ab4b72dc32cc7964cbc5
|
3 |
+
size 21474836480
|
data/OBELICS/part00000/overall_image.tar.part02
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0061205f28a2f02e10cd031aec131873a3a22d10fad305c1935eb0a51496a6cd
|
3 |
+
size 21474836480
|
data/OBELICS/part00000/overall_image.tar.part03
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4332d59f3aa21f8827e43a99197776bc6c3927c1f6ac13aa8472372d0cc21fae
|
3 |
+
size 21474836480
|
data/OBELICS/part00000/overall_image.tar.part04
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fcce6b00ba752937a99b578cd603309ce7dd02fded404a4b910f625a0b67932
|
3 |
+
size 21474836480
|
data/OBELICS/part00000/overall_image.tar.part05
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c28305e4da493aaf8909108d254e1af2201914d44b1580f314b7a737a5eb6e26
|
3 |
+
size 19653744640
|
data/OBELICS/part00000/part00000.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d391bded1e3e1dfd6adbf49828a7ef30e608b583f3033d099a0f580f7dfc6905
|
3 |
+
size 882102470
|