LoneWolfgang commited on
Commit
423ed92
·
verified ·
1 Parent(s): f9fc1f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,14 +8,14 @@ The main file is **preprocessed/jpn_Jpan.parquet**. This DataFrame has the colum
8
 
9
  The intermediate files align with the raw data from the Japanese segment of FineWeb.
10
 
11
- In the directory, **intermediate/stripped**, the DataFrames have the columns:
12
 
13
  - **url**: The URL from which text was collected.
14
  - **domain**: The domain of the URL.
15
  - **id**: The ID from the FineWeb corpus.
16
  - **date**: The date when the page was collected by CommonCrawl.
17
 
18
- In the directory, **intermediate/grouped**, the DataFrames have the columns:
19
 
20
  - **domain**: The domain from which webpages were collected.
21
  - **count**: The number of pages which were collected from the domain.
 
8
 
9
  The intermediate files align with the raw data from the Japanese segment of FineWeb.
10
 
11
+ In the directory, **intermediate/jpn_Jpan/stripped**, the DataFrames have the columns:
12
 
13
  - **url**: The URL from which text was collected.
14
  - **domain**: The domain of the URL.
15
  - **id**: The ID from the FineWeb corpus.
16
  - **date**: The date when the page was collected by CommonCrawl.
17
 
18
+ In the directory, **intermediate/jpn_Jpan/grouped**, the DataFrames have the columns:
19
 
20
  - **domain**: The domain from which webpages were collected.
21
  - **count**: The number of pages which were collected from the domain.