Update README.md
Browse files
README.md
CHANGED
@@ -44,6 +44,9 @@ configs:
|
|
44 |
|
45 |
Filtering process:
|
46 |
|
47 |
-
|
48 |
-
|
49 |
-
|
|
|
|
|
|
|
|
44 |
|
45 |
Filtering process:
|
46 |
|
47 |
+
| Step | Description | Rows Remaining |
|
48 |
+
|--------------------------------------------------------|--------------------------------------------------------|----------------|
|
49 |
+
| 1. Stream dataset until 1M samples have been selected | Keep only items without strange characters | 1,000,000 |
|
50 |
+
| 2. Remove items with length > 50,000 | Filter items exceeding 50,000 characters in length | 998,420 |
|
51 |
+
| 3. Combine with a selection of 4,000 TED transcripts | Add educational TED talk transcripts to the dataset | 1,002,425 |
|
52 |
+
| 4. Filter and remove items containing strange characters | Clean items with strange characters after merging | 1,002,425 |
|