File size: 1,795 Bytes
6727e4d
 
8b2552e
 
 
 
 
 
 
6727e4d
8b2552e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: odc-by
language:
- ja
size_categories:
- 10M<n<100M
task_categories:
- text-generation
pretty_name: CleanedFineWeb2Edu-jp
---

# CleanedFineWeb2Edu-jp

CleanedFineWeb2Edu-jp is a cleaned Japanese web text dataset.

This dataset was created from the `sample_10BT` subset of
[`hotchpotch/fineweb-2-edu-japanese`](https://huggingface.co/datasets/hotchpotch/fineweb-2-edu-japanese).
The source text was refined with
[`MK0727/corpus-refiner-jp`](https://huggingface.co/MK0727/corpus-refiner-jp).

## Purpose

The main purpose of this dataset is to provide cleaner Japanese web text for
language model pretraining and continued pretraining.

This dataset keeps Japanese web documents from FineWeb2-Edu while reducing
boilerplate, navigation fragments, repeated links, metadata-like text, and other
low-value lines. It is intended for use cases that need broad Japanese web text
with less page-structure noise than the original subset.

## Dataset Creation

After applying `MK0727/corpus-refiner-jp`, documents were filtered out when the
refined text was 200 characters or shorter, or when it was 4096 tokens or longer
with `sbintuitions/modernbert-ja-130m`.

## Dataset Statistics

| Item | Value |
|---|---:|
| Source size | about 12.8B Gemma 4 tokens |
| Final size | about 9.95B Gemma 4 tokens |
| Retention rate | about 78% |

## Data Fields

| Field | Description |
|---|---|
| `text` | Cleaned Japanese text |
| `id` | Original document ID |
| `dump` | Common Crawl dump name |
| `url` | Source URL |
| `date` | Crawl date |
| `file_path` | Original Common Crawl file path |
| `output_char` | Character count of `text` |
| `output_token` | Token count of `text` using `google/gemma-4-26B-A4B-it` |

## License

This dataset is released under the ODC Attribution License (`odc-by`).