Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1T<n
Source Datasets:
original
ArXiv:
License:
polinaeterna HF staff commited on
Commit
9076d86
1 Parent(s): 4f7fe51

hotfix of datasets viewer

Browse files
Files changed (1) hide show
  1. peoples_speech.py +1 -1
peoples_speech.py CHANGED
@@ -66,7 +66,7 @@ _LICENSE = [
66
  _DATA_URL = "train/{config}/{config}_00000{archive_id}.tar"
67
 
68
  # relative path to metadata inside dataset's repo
69
- _MANIFEST_URL = "{config}.json"
70
 
71
 
72
  class PeoplesSpeech(datasets.GeneratorBasedBuilder):
 
66
  _DATA_URL = "train/{config}/{config}_00000{archive_id}.tar"
67
 
68
  # relative path to metadata inside dataset's repo
69
+ _MANIFEST_URL = "train/{config}.json"
70
 
71
 
72
  class PeoplesSpeech(datasets.GeneratorBasedBuilder):