fix script
Browse files- binhvq_dedup.py +1 -1
binhvq_dedup.py
CHANGED
|
@@ -23,7 +23,7 @@ Preprocessed:
|
|
| 23 |
|
| 24 |
_REPO_URL = "https://huggingface.co/datasets/imthanhlv/binhvq_dedup/tree/main/"
|
| 25 |
_URLS = {
|
| 26 |
-
"train" "train.jsonl.zst",
|
| 27 |
"val": "val.jsonl.zst"
|
| 28 |
}
|
| 29 |
|
|
|
|
| 23 |
|
| 24 |
_REPO_URL = "https://huggingface.co/datasets/imthanhlv/binhvq_dedup/tree/main/"
|
| 25 |
_URLS = {
|
| 26 |
+
"train": "train.jsonl.zst",
|
| 27 |
"val": "val.jsonl.zst"
|
| 28 |
}
|
| 29 |
|