Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
machine-generated
Annotations Creators:
machine-generated
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
346c525
1 Parent(s): aec5b37

Fix source data URL

Browse files
Files changed (1) hide show
  1. imppres.py +1 -1
imppres.py CHANGED
@@ -48,7 +48,7 @@ _LICENSE = "Creative Commons Attribution-NonCommercial 4.0 International Public
48
 
49
  # The HuggingFace dataset library don't host the datasets but only point to the original files
50
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
51
- _URLs = {"default": "https://github.com/facebookresearch/Imppres/blob/master/dataset/IMPPRES.zip?raw=true"}
52
 
53
 
54
  class Imppres(datasets.GeneratorBasedBuilder):
48
 
49
  # The HuggingFace dataset library don't host the datasets but only point to the original files
50
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
51
+ _URLs = {"default": "https://github.com/facebookresearch/Imppres/raw/main/dataset/IMPPRES.zip"}
52
 
53
 
54
  class Imppres(datasets.GeneratorBasedBuilder):