Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -4,15 +4,17 @@ language:
|
|
4 |
- en
|
5 |
- zh
|
6 |
configs:
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
tags:
|
13 |
- multimodal
|
|
|
14 |
size_categories:
|
15 |
-
-
|
|
|
16 |
---
|
17 |
|
18 |
# PIN-100M
|
@@ -25,12 +27,12 @@ This dataset contains 100M samples with PIN format.
|
|
25 |
|
26 |
**Please note that the required storage space exceeds 150TB!!**
|
27 |
|
28 |
-
<img src="assets/intro.png">
|
29 |
-
|
30 |
🚀 News
|
31 |
|
32 |
[ 2024.12.20 ] !NEW! 🔥The currently available version is not the complete version; this project is still ongoing! (It has been released early because we reached the private storage limit on Hugging Face.)
|
33 |
|
|
|
|
|
34 |
## 0 Usage
|
35 |
|
36 |
Download ALL files
|
@@ -54,15 +56,7 @@ tar -xvf data.tar
|
|
54 |
|
55 |
## 1 Dataset statistics
|
56 |
|
57 |
-
|
58 |
-
|-----------------|-----------|----------------|----------------|---------------------|--------------------------|--------------------------|
|
59 |
-
| pg19 | 2,612,285 | 2,608,029 | 0 | 12.3 | 1,418.1 | 0.0 |
|
60 |
-
| chinese-markdown| 168,323 | 167,989 | 106,768 | 1.3 | 773.2 | 15.0 |
|
61 |
-
| leetcode | 2,360 | 2,360 | 0 | 0.016 | 1.3 | 0.0 |
|
62 |
-
| linux-cn | 9,564 | 9,564 | 38,960 | 0.082 | 11.9 | 1.8 |
|
63 |
-
| DocLayNet | 68,757 | 69,375 | 90,259 | 0.18 | 25.9 | 1.6 |
|
64 |
-
|
65 |
-
**TODO**
|
66 |
|
67 |
Storage space statistics may have some error, so these values are for reference only.
|
68 |
|
|
|
4 |
- en
|
5 |
- zh
|
6 |
configs:
|
7 |
+
- config_name: pin
|
8 |
+
data_files:
|
9 |
+
- split: train
|
10 |
+
path:
|
11 |
+
- data/DocLayNet/DocLayNet.jsonl
|
12 |
tags:
|
13 |
- multimodal
|
14 |
+
- interleaved
|
15 |
size_categories:
|
16 |
+
- 100B<n<1T
|
17 |
+
pretty_name: pin-100m
|
18 |
---
|
19 |
|
20 |
# PIN-100M
|
|
|
27 |
|
28 |
**Please note that the required storage space exceeds 150TB!!**
|
29 |
|
|
|
|
|
30 |
🚀 News
|
31 |
|
32 |
[ 2024.12.20 ] !NEW! 🔥The currently available version is not the complete version; this project is still ongoing! (It has been released early because we reached the private storage limit on Hugging Face.)
|
33 |
|
34 |
+
<img src="assets/intro.png">
|
35 |
+
|
36 |
## 0 Usage
|
37 |
|
38 |
Download ALL files
|
|
|
56 |
|
57 |
## 1 Dataset statistics
|
58 |
|
59 |
+
**Working**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
Storage space statistics may have some error, so these values are for reference only.
|
62 |
|