lara-martin commited on
Commit
e0a6b0c
·
verified ·
1 Parent(s): c2cbe8f

Update FIREBALL.py

Browse files
Files changed (1) hide show
  1. FIREBALL.py +1 -2
FIREBALL.py CHANGED
@@ -54,10 +54,9 @@ _LICENSE = "cc-by-4.0"
54
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
55
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
56
  _URLS = {
57
- "FIREBALL": "https://huggingface.co/datasets/lara-martin/FIREBALL/tree/main/"
58
  }
59
 
60
-
61
  class Fireball(datasets.GeneratorBasedBuilder):
62
  """TODO: Short description of my dataset."""
63
 
 
54
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
55
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
56
  _URLS = {
57
+ "FIREBALL": "https://huggingface.co/datasets/lara-martin/FIREBALL/raw/main/"
58
  }
59
 
 
60
  class Fireball(datasets.GeneratorBasedBuilder):
61
  """TODO: Short description of my dataset."""
62