Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,10 @@ size_categories:
|
|
20 |
|
21 |
本项目对 [20230814 wiki dump for wiki-zh.moegirl.org.cn](https://archive.org/details/wiki-zh.moegirl.org.cn-20230814) 只进行了简单的数据格式处理(xml -> jsonl dataset),后续如想作为 LLM 预训练语料,**务必**进行各种文本清洗。
|
22 |
|
|
|
|
|
23 |
[Moegirl](wiki-zh.moegirl.org.cn) is a well-known Chinese wiki website for ACG.
|
24 |
|
25 |
-
This datasets is a **raw** text version of the [20230814 wiki dump for wiki-zh.moegirl.org.cn](https://archive.org/details/wiki-zh.moegirl.org.cn-20230814) reformatted into jsonl dataset. You must perform further data processing for LLM (continual) pretraining.
|
|
|
|
|
|
20 |
|
21 |
本项目对 [20230814 wiki dump for wiki-zh.moegirl.org.cn](https://archive.org/details/wiki-zh.moegirl.org.cn-20230814) 只进行了简单的数据格式处理(xml -> jsonl dataset),后续如想作为 LLM 预训练语料,**务必**进行各种文本清洗。
|
22 |
|
23 |
+
简单使用正则给每天数据增加了 tag;直接过滤掉所有带有 "#REDIRECT" 内容的重定向条目。
|
24 |
+
|
25 |
[Moegirl](wiki-zh.moegirl.org.cn) is a well-known Chinese wiki website for ACG.
|
26 |
|
27 |
+
This datasets is a **raw** text version of the [20230814 wiki dump for wiki-zh.moegirl.org.cn](https://archive.org/details/wiki-zh.moegirl.org.cn-20230814) reformatted into jsonl dataset. You must perform further data processing for LLM (continual) pretraining.
|
28 |
+
|
29 |
+
Simply applied regex to extract tags; All samples containing "#REDIRECT" have been filtered.
|