Alejandro Escontrela commited on
Commit
62693bf
·
1 Parent(s): 6857104

Update mdm_data.py

Browse files
Files changed (1) hide show
  1. mdm_data.py +1 -1
mdm_data.py CHANGED
@@ -18,7 +18,7 @@ _DESCRIPTION = """\
18
  """
19
  _HOMEPAGE = "https://blog.einstein.ai/the-wikitext-long-term-dependency-language-modeling-dataset/"
20
  _LICENSE = "Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)"
21
- _DATA_URL = "https://huggingface.co/datasets/alescontrela/mdm_data/tree/main"
22
 
23
 
24
  class MDMDataConfig(datasets.BuilderConfig):
 
18
  """
19
  _HOMEPAGE = "https://blog.einstein.ai/the-wikitext-long-term-dependency-language-modeling-dataset/"
20
  _LICENSE = "Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)"
21
+ _DATA_URL = "https://huggingface.co/datasets/alescontrela/mdm_data/blob/main/"
22
 
23
 
24
  class MDMDataConfig(datasets.BuilderConfig):