Update README.md
Browse files
README.md
CHANGED
@@ -5,18 +5,20 @@ configs:
|
|
5 |
data_files:
|
6 |
- split: train
|
7 |
path:
|
8 |
-
-
|
9 |
- split: test
|
10 |
path:
|
11 |
-
-
|
12 |
- config_name: af
|
13 |
data_files:
|
14 |
- split: train
|
15 |
path:
|
16 |
-
-
|
17 |
- split: test
|
18 |
path:
|
19 |
-
-
|
|
|
|
|
20 |
---
|
21 |
|
22 |
# Common Crawl sample
|
@@ -47,4 +49,4 @@ A small unofficial random subset of the famous Common Crawl dataset.
|
|
47 |
- Major problem is spam. Throws off the language detectors.
|
48 |
- Many false positives like Taiwanese traditional Chinese being classified as Cantonese.
|
49 |
- The testing split isn't truly independent of the training split
|
50 |
-
- for example, different paragraphs from the same webpage can end up in both training and testing splits
|
|
|
5 |
data_files:
|
6 |
- split: train
|
7 |
path:
|
8 |
+
- all/train.json.gz
|
9 |
- split: test
|
10 |
path:
|
11 |
+
- all/test.json.gz
|
12 |
- config_name: af
|
13 |
data_files:
|
14 |
- split: train
|
15 |
path:
|
16 |
+
- af/train.json.gz
|
17 |
- split: test
|
18 |
path:
|
19 |
+
- af/test.json.gz
|
20 |
+
task_categories:
|
21 |
+
- text-generation
|
22 |
---
|
23 |
|
24 |
# Common Crawl sample
|
|
|
49 |
- Major problem is spam. Throws off the language detectors.
|
50 |
- Many false positives like Taiwanese traditional Chinese being classified as Cantonese.
|
51 |
- The testing split isn't truly independent of the training split
|
52 |
+
- for example, different paragraphs from the same webpage can end up in both training and testing splits
|