conceptofmind commited on
Commit
c6d2430
1 Parent(s): a90ce89

Update megawika.py

Browse files
Files changed (1) hide show
  1. megawika.py +1 -1
megawika.py CHANGED
@@ -83,7 +83,7 @@ _URL = "https://huggingface.co/datasets/conceptofmind/MegaWika"
83
 
84
  # Load the file paths for all the splits (per language currently)
85
 
86
- file_list_url = "https://huggingface.co/datasets/conceptofmind/MegaWika/resolve/main/files.yml"
87
 
88
  import urllib.request
89
  with urllib.request.urlopen(file_list_url) as f:
 
83
 
84
  # Load the file paths for all the splits (per language currently)
85
 
86
+ file_list_url = "https://huggingface.co/datasets/conceptofmind/MegaWika/raw/main/files.yml"
87
 
88
  import urllib.request
89
  with urllib.request.urlopen(file_list_url) as f: