Spaces:
Running
Running
Commit
·
149e56a
1
Parent(s):
76c9852
fixes
Browse files- curated.py +1 -1
curated.py
CHANGED
|
@@ -713,7 +713,7 @@ filtering_process = Div(
|
|
| 713 |
),
|
| 714 |
". The",
|
| 715 |
D_code("huggingface dataset.to_json", language="python"),
|
| 716 |
-
" function was used to convert the original
|
| 717 |
),
|
| 718 |
P(
|
| 719 |
B("Filtering: "),
|
|
|
|
| 713 |
),
|
| 714 |
". The",
|
| 715 |
D_code("huggingface dataset.to_json", language="python"),
|
| 716 |
+
" function was used to convert the original parquet format to the jsonl format.",
|
| 717 |
),
|
| 718 |
P(
|
| 719 |
B("Filtering: "),
|