Update deepbindweight.py
Browse files- 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/
|
| 12 |
|
| 13 |
class DeepBindWeightConfig(datasets.BuilderConfig):
|
| 14 |
-
|
| 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):
|