eckendoerffer
commited on
Commit
•
4b9805b
1
Parent(s):
ca3418d
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-3.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-3.0
|
3 |
---
|
4 |
+
|
5 |
+
# French Wikipedia Dataset
|
6 |
+
|
7 |
+
## Overview
|
8 |
+
|
9 |
+
This dataset is a curated collection of approximately 1.1 million French Wikipedia articles, scraped directly from the [official French Wikipedia site](https://fr.wikipedia.org/) on September 24, 2023. It aims to address issues with existing Wikipedia datasets, such as poorly parsed text missing essential information like dates and locations.
|
10 |
+
|
11 |
+
## Format
|
12 |
+
|
13 |
+
- **Type**: Text
|
14 |
+
- **File Extension**: `.txt`
|
15 |
+
|
16 |
+
## Structure
|
17 |
+
|
18 |
+
The dataset is divided into the following splits:
|
19 |
+
|
20 |
+
- `train.txt`: 90%
|
21 |
+
- `test.txt` : 5%
|
22 |
+
- `valid.txt`: 5%
|
23 |
+
|
24 |
+
Each article in the dataset exceeds 1200 characters in length.
|
25 |
+
|
26 |
+
## Data Cleaning and Preprocessing
|
27 |
+
|
28 |
+
The following elements have been excluded from the dataset:
|
29 |
+
|
30 |
+
- H1 - H4 Headings
|
31 |
+
- Lists
|
32 |
+
- Tables
|
33 |
+
- Sources and References
|
34 |
+
|
35 |
+
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.
|
36 |
+
|
37 |
+
## Additional Information
|
38 |
+
|
39 |
+
This dataset is a subset of a larger 10GB French dataset, which also contains several thousand books and theses in French, as well as several hundred thousand Francophone news articles.
|
40 |
+
|