Alexander Black commited on
Commit
aa3744d
1 Parent(s): 07ae26f

script wip

Browse files
Files changed (1) hide show
  1. ANAKIN.py +1 -1
ANAKIN.py CHANGED
@@ -34,7 +34,7 @@ _LICENSE = "cc-by-4.0"
34
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
35
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
36
  _URLS = {
37
- "first_domain": "https://huggingface.co/datasets/AlexBlck/ANAKIN/raw/main/metadata.csv",
38
  }
39
 
40
 
 
34
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
35
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
36
  _URLS = {
37
+ "all": "https://huggingface.co/datasets/AlexBlck/ANAKIN/raw/main/metadata.csv",
38
  }
39
 
40