change paths
Browse files- NLP4SGPapers.py +3 -3
NLP4SGPapers.py
CHANGED
@@ -41,9 +41,9 @@ _LICENSE = ""
|
|
41 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
42 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
43 |
_URLS = {
|
44 |
-
"train": "https://huggingface.co/datasets/feradauto/NLP4SGPapers/
|
45 |
-
"test": "https://huggingface.co/datasets/feradauto/NLP4SGPapers/
|
46 |
-
"validation": "https://huggingface.co/datasets/feradauto/NLP4SGPapers/
|
47 |
}
|
48 |
|
49 |
class NLP4SGPapers(datasets.GeneratorBasedBuilder):
|
|
|
41 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
42 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
43 |
_URLS = {
|
44 |
+
"train": "https://huggingface.co/datasets/feradauto/NLP4SGPapers/resolve/main/data/train.json",
|
45 |
+
"test": "https://huggingface.co/datasets/feradauto/NLP4SGPapers/resolve/main/data/test.json",
|
46 |
+
"validation": "https://huggingface.co/datasets/feradauto/NLP4SGPapers/resolve/main/data/validation.json",
|
47 |
}
|
48 |
|
49 |
class NLP4SGPapers(datasets.GeneratorBasedBuilder):
|