imthanhlv commited on
Commit
4573806
1 Parent(s): bb68b43

fix script

Browse files
Files changed (1) hide show
  1. 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