jglaser commited on
Commit
d22fced
1 Parent(s): 3ef617d

try a different URL

Browse files
Files changed (1) hide show
  1. binding_affinity.py +2 -1
binding_affinity.py CHANGED
@@ -48,7 +48,8 @@ _LICENSE = "BSD two-clause"
48
  # The HuggingFace dataset library don't host the datasets but only point to the original files
49
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
50
  _URLs = {
51
- 'default': "https://huggingface.co/datasets/jglaser/binding_affinity/resolve/main/data/all.parquet",
 
52
  }
53
 
54
 
 
48
  # The HuggingFace dataset library don't host the datasets but only point to the original files
49
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
50
  _URLs = {
51
+ # 'default': "https://huggingface.co/datasets/jglaser/binding_affinity/resolve/main/data/all.parquet",
52
+ 'default': "https://huggingface.co/datasets/jglaser/binding_affinity/",
53
  }
54
 
55