feradauto commited on
Commit
7215e98
1 Parent(s): 340f1a6

change paths

Browse files
Files changed (1) hide show
  1. 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/raw/main/data/train.csv",
45
- "test": "https://huggingface.co/datasets/feradauto/NLP4SGPapers/raw/main/data/test.csv",
46
- "validation": "https://huggingface.co/datasets/feradauto/NLP4SGPapers/raw/main/data/validation.csv",
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):