Kosuke-Yamada commited on
Commit
0c482a2
1 Parent(s): 20c5009

modify dataset

Browse files
annotated_wikinews.json ADDED
The diff for this file is too large to render. See raw diff
 
annotated_wikinews_raw.json DELETED
The diff for this file is too large to render. See raw diff
 
ner-wikinews-dataset.py CHANGED
@@ -48,7 +48,7 @@ _LICENSE = ""
48
  # TODO: Add link to the official dataset URLs here
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
- _URL = "https://huggingface.co/datasets/llm-book/ner-wikinews-dataset/raw/main/annotated_wikinews_raw.json"
52
 
53
 
54
  class NerWikinewsDatasetConfig(datasets.BuilderConfig):
 
48
  # TODO: Add link to the official dataset URLs here
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
+ _URL = "https://huggingface.co/datasets/llm-book/ner-wikinews-dataset/raw/main/annotated_wikinews.json"
52
 
53
 
54
  class NerWikinewsDatasetConfig(datasets.BuilderConfig):