nthngdy commited on
Commit
16c92ea
1 Parent(s): 8ed908e

Update oscar-mini.py

Browse files
Files changed (1) hide show
  1. oscar-mini.py +2 -2
oscar-mini.py CHANGED
@@ -84,8 +84,8 @@ _CITATION = """\
84
  }
85
  """
86
 
87
- _BASE_DATA_URL_FORMAT_STR = (
88
- "https://huggingface.co/datasets/nthngdy/oscar-mini/tree/main/data/{language}.gz"
89
  )
90
 
91
  def _languages():
84
  }
85
  """
86
 
87
+ _BASE_DATA_URL_FORMAT_STR = (
88
+ "https://huggingface.co/datasets/nthngdy/oscar-mini/resolve/main/data/{language}.gz"
89
  )
90
 
91
  def _languages():