eckendoerffer commited on
Commit
472942b
1 Parent(s): 20cda93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -27,9 +27,9 @@ This dataset is a curated collection of approximately 1.1 million French Wikiped
27
 
28
  The dataset is divided into the following splits:
29
 
30
- - `train.txt`: 1,700,000 rows - 3.27 GB - 90%
31
- - `test.txt` : 94,500 rows - 182 MB - 5%
32
- - `valid.txt`: 94,500 rows - 182 MB - 5%
33
 
34
  Each article in the dataset exceeds 1200 characters in length.
35
 
@@ -41,6 +41,9 @@ The following elements have been excluded from the dataset:
41
  - Lists
42
  - Tables
43
  - Sources and References
 
 
 
44
 
45
  The text has been standardized for consistent formatting and line length. Additionally, the dataset has been filtered using the `langid` library to include only text in French. Some quotations or short terms in other languages, including non-Latin languages, may still be present.
46
 
 
27
 
28
  The dataset is divided into the following splits:
29
 
30
+ - `train.txt`: 3.48 GB - 1,810,000 rows - 90%
31
+ - `test.txt` : 194 MB - 100,500 rows - 5%
32
+ - `valid.txt`: 194 MB - 100,500 rows - 5%
33
 
34
  Each article in the dataset exceeds 1200 characters in length.
35
 
 
41
  - Lists
42
  - Tables
43
  - Sources and References
44
+ - Info box
45
+ - Banners
46
+ - LaTeX code
47
 
48
  The text has been standardized for consistent formatting and line length. Additionally, the dataset has been filtered using the `langid` library to include only text in French. Some quotations or short terms in other languages, including non-Latin languages, may still be present.
49