File size: 638 Bytes
6eb9011
412cd3c
 
6eb9011
9ba470e
4a5d987
9ba470e
 
412cd3c
 
 
 
 
 
 
 
 
 
 
 
 
6eb9011
9ba470e
f1e5a47
9ba470e
 
f1e5a47
 
 
 
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
---
language:
- ja
license: cc0-1.0
task_categories:
- text-generation
dataset_info:
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 177901962
    num_examples: 161401
  download_size: 107585837
  dataset_size: 177901962
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

oscar 2023をfilterしたもの  
https://huggingface.co/datasets/oscar-corpus/OSCAR-2301


詳細はコードを参照  
https://github.com/if001/HojiChar_OSCAR_sample/blob/master/pre_filter.py#L163-L176  
https://github.com/if001/HojiChar_OSCAR_sample/blob/master/dedup_all.py#L81-L88