File size: 1,470 Bytes
18988c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c7534e3
 
 
 
 
 
 
 
 
 
510b225
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
---
license: odc-by
dataset_info:
  features:
  - name: docId
    dtype: string
  - name: url
    dtype: string
  - name: charset
    dtype: string
  - name: date
    dtype: string
  - name: language
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 2205232137.65665
    num_examples: 127006
  - name: test
    num_bytes: 22277001.34334978
    num_examples: 1283
  download_size: 1288634212
  dataset_size: 2227509139
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
task_categories:
- text-generation
language:
- ja
size_categories:
- 100K<n<1M
---
# CC-news-2024-July-October-cleaned
このデータセットはCommon Crawlのnewsサブセットから作成した2024年7月から10月の日本語のニュースの文章が収録されています。

データセットの規模はllm-jp/llm-jp-13b-v1.0 tokenizer使用で612M tokensです。

使用したツールは[Uzushio](https://github.com/WorksApplications/uzushio.git)です。フィルター設定はサンプルの[pipeline_03a.conf](https://github.com/WorksApplications/uzushio/blob/2f24034129a8775a7c6d50d514e90255f63c6f08/scripts/pipeline_03a.conf)です。

作成につきまして以下を参考にさせていただきました。

[uzushio使ってwebコンテンツから綺麗な日本語コーパスを抽出する手順](https://qiita.com/natsu_san/items/ff40071048036c0190b5)