LoneWolfgang commited on
Commit
1fab3c0
·
verified ·
1 Parent(s): 04b7aa3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -29,3 +29,17 @@ configs:
29
  - split: train
30
  path: data/train-*
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  - split: train
30
  path: data/train-*
31
  ---
32
+
33
+ This a collection of IDs that potentially match to high-quality educational material from the Japanese segment of FineWeb.
34
+
35
+ My goal is to pick out IDs from 50 websites. Right now, there are 17. If you are following this, please check back later.
36
+
37
+ The columns are:
38
+ - **name (str)**: Shorthand indentifier of domain where IDs were found.
39
+ - **homepage (str)**: Full URL of the domain where IDs were found.
40
+ - **domain (str)**: Coarse-grain topical classification.
41
+ - **subdomain (str)**: Fine-grain topical classification.
42
+ - **quality (int)**: Educational quality ranked 1-5, with 5 being the best quality.
43
+ - **notes (str)**: Explains the content of the website and any shortcomings.
44
+ - **ids (List(str))**: List of FineWeb IDs that were selected from the website.
45
+ - **id_count (int)**: Number of IDs that were selected from the website.