--- language: - ja license: cc0-1.0 task_categories: - text-generation dataset_info: features: - name: text dtype: string --- ``` from datasets import load_dataset ds=load_dataset("if001/oscar_2023_filtered") ds['train'] --- Dataset({ features: ['text'], num_rows: 312396 }) ``` 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