Commit
·
23068e2
1
Parent(s):
ffe1877
Update demo2.py
Browse files
demo2.py
CHANGED
@@ -49,8 +49,8 @@ _LICENSE = ""
|
|
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 = {
|
52 |
-
"train": "
|
53 |
-
"test": "
|
54 |
}
|
55 |
|
56 |
|
|
|
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 = {
|
52 |
+
"train": "train.csv",
|
53 |
+
"test": "test.csv",
|
54 |
}
|
55 |
|
56 |
|