File size: 1,356 Bytes
04b7aa3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77a67c4
 
 
 
04b7aa3
 
 
 
 
 
1fab3c0
 
 
c4a5ae5
1fab3c0
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: name
    dtype: string
  - name: homepage
    dtype: string
  - name: domain
    dtype: string
  - name: subdomain
    dtype: string
  - name: quality
    dtype: int64
  - name: notes
    dtype: string
  - name: ids
    sequence: string
  - name: id_count
    dtype: int64
  splits:
  - name: train
    num_bytes: 586272
    num_examples: 29
  download_size: 447242
  dataset_size: 586272
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.

My goal is to pick out IDs from 50 websites. Right now, there are **23**. If you are following this, please check back later.

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.