Update aptani2param.py
Browse files- aptani2param.py +1 -1
aptani2param.py
CHANGED
|
@@ -5,7 +5,7 @@ import datasets
|
|
| 5 |
logger = datasets.logging.get_logger(__name__)
|
| 6 |
|
| 7 |
ID_POOL = ("default", "origin")
|
| 8 |
-
URL = "https://huggingface.co/datasets/thewall/
|
| 9 |
|
| 10 |
|
| 11 |
class Aptani2ParamConfig(datasets.BuilderConfig):
|
|
|
|
| 5 |
logger = datasets.logging.get_logger(__name__)
|
| 6 |
|
| 7 |
ID_POOL = ("default", "origin")
|
| 8 |
+
URL = "https://huggingface.co/datasets/thewall/Aptani2Param/resolve/main"
|
| 9 |
|
| 10 |
|
| 11 |
class Aptani2ParamConfig(datasets.BuilderConfig):
|