update the script
Browse files- subscene.py +1 -1
subscene.py
CHANGED
|
@@ -48,7 +48,7 @@ _LICENSE = ""
|
|
| 48 |
# TODO: Add link to the official dataset URLs here
|
| 49 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
| 50 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
| 51 |
-
_URLS = "https://huggingface.co/datasets/khalidalt/subscene/resolve/main/{Lang}/{Lang}_subscene_{split}
|
| 52 |
|
| 53 |
_N_FILES_PER_SPLIT = {
|
| 54 |
'arabic': {'train':33 },
|
|
|
|
| 48 |
# TODO: Add link to the official dataset URLs here
|
| 49 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
| 50 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
| 51 |
+
_URLS = "https://huggingface.co/datasets/khalidalt/subscene/resolve/main/{Lang}/{Lang}_subscene_{split}{index}.json.gz"
|
| 52 |
|
| 53 |
_N_FILES_PER_SPLIT = {
|
| 54 |
'arabic': {'train':33 },
|