Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,4 +33,13 @@ configs:
|
|
| 33 |
data_files:
|
| 34 |
- split: train
|
| 35 |
path: data/train-*
|
|
|
|
|
|
|
| 36 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
data_files:
|
| 34 |
- split: train
|
| 35 |
path: data/train-*
|
| 36 |
+
language:
|
| 37 |
+
- ja
|
| 38 |
---
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
A slightly modified version of the parsing and chunking method for [singletongue/wikipedia-utils](https://huggingface.co/datasets/singletongue/wikipedia-utils).
|
| 42 |
+
|
| 43 |
+
Pre-processing was performed using [oshizo/wikipedia-utils](https://github.com/oshizo/wikipedia-utils), which is a fork of the original repository, [singletongue/wikipedia-utils](https://github.com/singletongue/wikipedia-utils).
|
| 44 |
+
|
| 45 |
+
The Wikipedia data was crawled between 2023/12/5 and 2023/12/8.
|