Datasets:
File size: 1,110 Bytes
0502293 804e3a2 | 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 | ---
language:
- zh
- en
- ja
---
Dataset for pre-training the LLM Quirel.
The code for processing data will be open-sourced later.
# [cn_baike_md_structured]
baidu baike data in Chinese, with Markdown structure
Collected from https://huggingface.co/datasets/lars1234/baidu-baike-dataset
Cleaning procedure:
- Organize context in Markdown.
- Delete the paragraph with many network links.
- Filter out texts that are too short.
# [cn_wiki]
wikipedia data in Chinese
Collected from https://huggingface.co/datasets/Blaze7451/Wiki-zh-20250601
Cleaning procedure:
- Remove lang template in the format of "-{zh: , zh-cn: ,}-".
- Remove sections of reference links/documents.
# [en_wiki_md_structured]
wikipedia data in English, with Markdown struture
Collected from https://huggingface.co/datasets/Blaze7451/enwiki_structured_content
Cleaning procedure:
- Clean empty MD sections.
- Filter out texts that are too short.
# [ja_wiki]
wikipedia data in Japanese
Collected from https://huggingface.co/datasets/Blaze7451/Wiki-ja-20250601
Cleaning procedure:
- Remove sections of reference links/documents. |