Datasets:
License:
Upload folder using huggingface_hub
Browse files- README.md +100 -0
- wikis.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- de
|
7 |
+
- fr
|
8 |
+
- es
|
9 |
+
- it
|
10 |
+
- ru
|
11 |
+
- ja
|
12 |
+
- zh
|
13 |
+
- pt
|
14 |
+
- nl
|
15 |
+
- pl
|
16 |
+
- ar
|
17 |
+
- tr
|
18 |
+
- sv
|
19 |
+
- cs
|
20 |
+
- fi
|
21 |
+
- ko
|
22 |
+
- uk
|
23 |
+
- hu
|
24 |
+
- da
|
25 |
+
- el
|
26 |
+
- no
|
27 |
+
- ro
|
28 |
+
- sk
|
29 |
+
- vi
|
30 |
+
- bg
|
31 |
+
- et
|
32 |
+
- lt
|
33 |
+
- lv
|
34 |
+
- sl
|
35 |
+
- sr
|
36 |
+
- hr
|
37 |
+
- ca
|
38 |
+
- id
|
39 |
+
- ms
|
40 |
+
- th
|
41 |
+
- he
|
42 |
+
- fa
|
43 |
+
- hi
|
44 |
+
language_bcp47:
|
45 |
+
- en-US
|
46 |
+
- en-GB
|
47 |
+
- zh-CN
|
48 |
+
- zh-TW
|
49 |
+
- pt-BR
|
50 |
+
license:
|
51 |
+
- cc0-1.0
|
52 |
+
multilinguality:
|
53 |
+
- multilingual
|
54 |
+
pretty_name: Public MediaWiki Collection
|
55 |
+
size_categories:
|
56 |
+
- 1M<n<2M
|
57 |
+
source_datasets:
|
58 |
+
- original
|
59 |
+
task_categories:
|
60 |
+
- text-generation
|
61 |
+
- text-classification
|
62 |
+
task_ids:
|
63 |
+
- language-modeling
|
64 |
+
- topic-classification
|
65 |
+
---
|
66 |
+
|
67 |
+
# Dataset Card for Public MediaWiki Collection
|
68 |
+
|
69 |
+
### Dataset Summary
|
70 |
+
This dataset contains 1,662,448 articles harvested from 930 random public MediaWiki instances found across the Internet. The collection was created by extracting current page content from these wikis, preserving article text, metadata, and structural information. The dataset represents a diverse cross-section of public wiki content spanning multiple domains, topics, and languages.
|
71 |
+
|
72 |
+
### Languages
|
73 |
+
The dataset is multilingual, covering 35+ languages found across the collected wiki instances.
|
74 |
+
|
75 |
+
## Dataset Structure
|
76 |
+
|
77 |
+
### Data Fields
|
78 |
+
This dataset includes the following fields:
|
79 |
+
- `id`: Unique identifier for the article (string)
|
80 |
+
- `title`: Title of the article (string)
|
81 |
+
- `text`: Main content of the article (string)
|
82 |
+
- `metadata`: Dictionary containing:
|
83 |
+
- `templates`: List of templates used in the article
|
84 |
+
- `categories`: List of categories the article belongs to
|
85 |
+
- `wikilinks`: List of internal wiki links and their text
|
86 |
+
- `external_links`: List of external links
|
87 |
+
- `sections`: List of section titles and their levels
|
88 |
+
|
89 |
+
### Data Splits
|
90 |
+
All examples are in a single split.
|
91 |
+
|
92 |
+
## Additional Information
|
93 |
+
|
94 |
+
### License
|
95 |
+
This dataset is released under Creative Commons CC0 1.0 Universal (CC0 1.0) Public Domain Dedication.
|
96 |
+
|
97 |
+
To learn more about CC0 1.0, visit: https://creativecommons.org/publicdomain/zero/1.0/
|
98 |
+
|
99 |
+
### Dataset Curators
|
100 |
+
- [nyuuzyou](https://ducks.party)
|
wikis.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c317d3b650ce5e53af68f26683ff09f51b04721a0df9937e913507de33948d46
|
3 |
+
size 983516137
|