Datasets:
de-francophones
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -5,20 +5,22 @@ language:
|
|
5 |
configs:
|
6 |
- config_name: French
|
7 |
data_files:
|
8 |
-
|
9 |
-
|
10 |
- config_name: French_simple
|
11 |
data_files:
|
12 |
-
|
13 |
-
|
14 |
- config_name: English
|
15 |
data_files:
|
16 |
-
|
17 |
-
|
18 |
- config_name: English_simple
|
19 |
data_files:
|
20 |
-
|
21 |
-
|
|
|
|
|
22 |
---
|
23 |
|
24 |
> [!NOTE]
|
|
|
5 |
configs:
|
6 |
- config_name: French
|
7 |
data_files:
|
8 |
+
- split: train
|
9 |
+
path: fr/*
|
10 |
- config_name: French_simple
|
11 |
data_files:
|
12 |
+
- split: train
|
13 |
+
path: frsimple/*
|
14 |
- config_name: English
|
15 |
data_files:
|
16 |
+
- split: train
|
17 |
+
path: en/*
|
18 |
- config_name: English_simple
|
19 |
data_files:
|
20 |
+
- split: train
|
21 |
+
path: ensimple/*
|
22 |
+
task_categories:
|
23 |
+
- translation
|
24 |
---
|
25 |
|
26 |
> [!NOTE]
|