Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,6 @@ configs:
|
|
44 |
|
45 |
Filtering process:
|
46 |
|
47 |
-
1. Stream dataset until 1M samples have been selected (keep only items with < 50,000 length).
|
48 |
-
2. Combine with a selection of
|
49 |
-
3. Filter and remove items containing strange characters.
|
50 |
-
4.
|
|
|
44 |
|
45 |
Filtering process:
|
46 |
|
47 |
+
1. Stream dataset until 1M samples have been selected (keep only items with < 50,000 length and without strange characters).
|
48 |
+
2. Combine with a selection of 4,000 educational TED talk transcripts.
|
49 |
+
3. Filter and remove items containing strange characters.
|
|