thewall commited on
Commit
c8f2584
·
1 Parent(s): 88699e2

Update deepbindweight.py

Browse files
Files changed (1) hide show
  1. deepbindweight.py +2 -5
deepbindweight.py CHANGED
@@ -8,13 +8,10 @@ import datasets
8
  logger = datasets.logging.get_logger(__name__)
9
 
10
  ID_POOL = ()
11
- URL = "https://huggingface.co/datasets/thewall/DeepBindWeight/blob/main/params"
12
 
13
  class DeepBindWeightConfig(datasets.BuilderConfig):
14
- def __init__(self, **kwargs):
15
- data_files = f"params/{kwargs['name']}.txt"
16
- kwargs['data_files'] = data_files
17
- super(DeepBindWeightConfig, self).__init__(**kwargs)
18
 
19
 
20
  class DeepBindWeight(datasets.GeneratorBasedBuilder):
 
8
  logger = datasets.logging.get_logger(__name__)
9
 
10
  ID_POOL = ()
11
+ URL = "https://huggingface.co/datasets/thewall/DeepBindWeight/resolve/main/params"
12
 
13
  class DeepBindWeightConfig(datasets.BuilderConfig):
14
+ pass
 
 
 
15
 
16
 
17
  class DeepBindWeight(datasets.GeneratorBasedBuilder):