Commit
·
d5051af
1
Parent(s):
fb718fa
Update README.md with dataset details, methodology, usage instructions, and license information; add Chonkiepedia image asset.
Browse files- README.md +47 -0
- assets/chonkiepedia.png +3 -0
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: id
|
@@ -23,3 +25,48 @@ configs:
|
|
23 |
- split: train
|
24 |
path: data/train-*
|
25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: creative_commons_by_sa
|
3 |
+
language: en
|
4 |
dataset_info:
|
5 |
features:
|
6 |
- name: id
|
|
|
25 |
- split: train
|
26 |
path: data/train-*
|
27 |
---
|
28 |
+
|
29 |
+
<div align="center">
|
30 |
+
|
31 |
+

|
32 |
+
|
33 |
+
# Chonkiepedia: A dataset of Chonkified Wikipedia for fine-tuning models
|
34 |
+
|
35 |
+
</div>
|
36 |
+
|
37 |
+
## Overview
|
38 |
+
|
39 |
+
Chonkiepedia is a dataset of Chonkified Wikipedia for fine-tuning models. It has about 1 million Chonkified Wikipedia articles.
|
40 |
+
|
41 |
+
## Methodology
|
42 |
+
|
43 |
+
1. We take the English wikipedia dump and we remove all references and `see also` sections.
|
44 |
+
2. We normalize the text to remove any weird spacing and newlines.
|
45 |
+
3. We run Chonkie's RecursiveChunker under specific parameters to return a list of good quality chunks (on average).
|
46 |
+
4. We combine the chunks with the `🦛` emoji for efficient storage.
|
47 |
+
|
48 |
+
## Usage
|
49 |
+
|
50 |
+
You can download the dataset from the Hugging Face Hub.
|
51 |
+
|
52 |
+
```python
|
53 |
+
from datasets import load_dataset
|
54 |
+
|
55 |
+
dataset = load_dataset("chonkie/chonkiepedia", split="train")
|
56 |
+
```
|
57 |
+
|
58 |
+
## License
|
59 |
+
|
60 |
+
This dataset is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/) (CC BY-SA 4.0), just like the original Wikipedia.
|
61 |
+
|
62 |
+
## Citation
|
63 |
+
|
64 |
+
If you use this dataset, please cite it as follows:
|
65 |
+
|
66 |
+
```bibtex
|
67 |
+
@article{chonkiepedia2025,
|
68 |
+
title={Chonkiepedia: A dataset of Chonkified Wikipedia for fine-tuning models},
|
69 |
+
author={Chonkie, Inc.},
|
70 |
+
year={2025}
|
71 |
+
}
|
72 |
+
```
|
assets/chonkiepedia.png
ADDED
![]() |
Git LFS Details
|