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

reverting previous commit

Browse files
Files changed (1) hide show
  1. wikiner_fr.py +1 -1
wikiner_fr.py CHANGED
@@ -65,7 +65,7 @@ _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/blob/main/data.zip"
69
  }
70
 
71
 
 
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