Initial Commit
Browse files- split-test.py +3 -9
split-test.py
CHANGED
@@ -48,15 +48,9 @@ _LICENSE = ""
|
|
48 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
49 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
50 |
_URLS = {
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
},
|
55 |
-
"hindi":
|
56 |
-
{
|
57 |
-
"train": "./data/text.hi"
|
58 |
-
}
|
59 |
-
}
|
60 |
|
61 |
_LANGS = {
|
62 |
"english": "en",
|
|
|
48 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
49 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
50 |
_URLS = {
|
51 |
+
"english": "./data/text.en",
|
52 |
+
"hindi": "./data/text.hi"
|
53 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
_LANGS = {
|
56 |
"english": "en",
|