--- dataset_info: features: - name: name dtype: large_string - name: homepage dtype: large_string - name: domain dtype: large_string - name: subdomain dtype: large_string - name: quality dtype: int64 - name: notes dtype: large_string - name: ids large_list: large_string - name: id_count dtype: int32 splits: - name: train num_bytes: 881170 num_examples: 50 download_size: 620986 dataset_size: 881170 configs: - config_name: default data_files: - split: train path: data/train-* --- This a collection of IDs that potentially match to high-quality educational material from the Japanese segment of FineWeb. You can learn more [here](https://github.com/Lone-Wolfgang/Distill-FineWeb2). - Total websites: **50** - Total IDs: **15,767** The columns are: - **name (str)**: Shorthand indentifier of domain where IDs were found. - **homepage (str)**: Full URL of the domain where IDs were found. - **domain (str)**: Coarse-grain topical classification. - **subdomain (str)**: Fine-grain topical classification. - **quality (int)**: Educational quality ranked 1-5, with 5 being the best quality. - **notes (str)**: Explains the content of the website and any shortcomings. - **ids (List(str))**: List of FineWeb IDs that were selected from the website. - **id_count (int)**: Number of IDs that were selected from the website.