Kosuke-Yamada commited on
Commit
a4dbcca
1 Parent(s): d07ecd5

modify url

Browse files
Files changed (1) hide show
  1. ner-wikipedia-dataset.py +1 -3
ner-wikipedia-dataset.py CHANGED
@@ -47,9 +47,7 @@ _LICENSE = ""
47
  # TODO: Add link to the official dataset URLs here
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
- _URL = {
51
- "all": "https://raw.githubusercontent.com/stockmarkteam/ner-wikipedia-dataset/main/ner.json",
52
- }
53
 
54
 
55
  class NerWikipediaDatasetConfig(datasets.BuilderConfig):
 
47
  # TODO: Add link to the official dataset URLs here
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
+ _URL = "https://raw.githubusercontent.com/stockmarkteam/ner-wikipedia-dataset/main/ner.json"
 
 
51
 
52
 
53
  class NerWikipediaDatasetConfig(datasets.BuilderConfig):