Datasets:
License:
File size: 2,220 Bytes
3c7011a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
---
annotations_creators:
- found
language:
- ar
- bg
- ca
- cs
- da
- de
- el
- en
- es
- et
- fa
- fi
- fr
- he
- hi
- hr
- hu
- id
- it
- ja
- ko
- lt
- lv
- ms
- nl
- no
- pl
- pt
- ro
- ru
- sk
- sl
- sr
- sv
- th
- tr
- uk
- vi
- zh
language_bcp47:
- pt-BR
- zh-HK
- zh-TW
license:
- cc-by-sa-3.0
multilinguality:
- multilingual
pretty_name: Fandom.com
size_categories:
- 3M<n<10M
source_datasets:
- original
task_categories:
- text-generation
- text-classification
task_ids:
- language-modeling
- topic-classification
configs:
- config_name: train
data_files:
- split: train
path: '*.jsonl.zst'
default: true
---
# Dataset Card for Fandom.com Community Database Dumps
### Dataset Summary
This dataset contains 7,040,984 current pages from all available [Fandom.com community wiki dumps](https://community.fandom.com/wiki/Help:Database_download) as of February 18, 2025. The dataset was created by processing the "Current pages" database dumps from all available Fandom.com wikis. These dumps contain only the current versions of pages without edit history and includes article text, metadata, and structural information across multiple languages.
### Languages
The dataset is multilingual, covering [40+ languages](https://community.fandom.com/wiki/Help:Language_codes).
## Dataset Structure
### Data Fields
This dataset includes the following fields:
- `id`: Unique identifier for the article (string)
- `title`: Title of the article (string)
- `text`: Main content of the article (string)
- `metadata`: Dictionary containing:
- `templates`: List of templates used in the article
- `categories`: List of categories the article belongs to
- `wikilinks`: List of internal wiki links and their text
- `external_links`: List of external links
- `sections`: List of section titles and their levels
### Data Splits
All examples are in a single split.
## Additional Information
### License
This dataset inherits the licenses from the source Fandom communities, which use Creative Commons Attribution-ShareAlike 3.0 (CC-BY-SA 3.0).
To learn more about CC-BY-SA 3.0, visit: https://creativecommons.org/licenses/by-sa/3.0/
### Dataset Curators
- [nyuuzyou](https://ducks.party)
|