jeanpoll commited on
Commit
86e1efc
1 Parent(s): a671da8

change data.zip url

Browse files
Files changed (1) hide show
  1. wikiner_fr.py +2 -2
wikiner_fr.py CHANGED
@@ -65,14 +65,14 @@ _LICENSE = ""
65
  # The HuggingFace dataset library don't host the datasets but only point to the original files
66
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
67
  _URLs = {
68
- "NER": "https://huggingface.co/datasets/Jean-Baptiste/wikiner_fr/resolve/main/data.zip"
69
  }
70
 
71
 
72
  # TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
73
  class WikinerFr(datasets.GeneratorBasedBuilder):
74
 
75
- VERSION = datasets.Version("1.0.1")
76
 
77
  # This is an example of a dataset with multiple configurations.
78
  # If you don't want/need to define several sub-sets in your dataset,
 
65
  # The HuggingFace dataset library don't host the datasets but only point to the original files
66
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
67
  _URLs = {
68
+ "NER": "https://huggingface.co/datasets/Jean-Baptiste/wikiner_fr/blob/main/data.zip"
69
  }
70
 
71
 
72
  # TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
73
  class WikinerFr(datasets.GeneratorBasedBuilder):
74
 
75
+ VERSION = datasets.Version("1.0.0")
76
 
77
  # This is an example of a dataset with multiple configurations.
78
  # If you don't want/need to define several sub-sets in your dataset,