updated fireprot.py
Browse files- fireprot.py +2 -2
fireprot.py
CHANGED
|
@@ -25,13 +25,13 @@ ML-ready views of FireProtDB 2.0 derived from the raw CSV:
|
|
| 25 |
This dataset is intended for Rosetta Commons / protein ML benchmarking.
|
| 26 |
"""
|
| 27 |
|
| 28 |
-
_HOMEPAGE = "https://
|
| 29 |
_LICENSE = "cc-by-4.0" # update to correct license if different
|
| 30 |
|
| 31 |
|
| 32 |
# If you publish to HF, include the cleaned parquet in the repo and set this relative path.
|
| 33 |
# For local testing, replace with your local path.
|
| 34 |
-
_DEFAULT_DATA_FILE = "../data/
|
| 35 |
|
| 36 |
|
| 37 |
class FireProtDBConfig(datasets.BuilderConfig):
|
|
|
|
| 25 |
This dataset is intended for Rosetta Commons / protein ML benchmarking.
|
| 26 |
"""
|
| 27 |
|
| 28 |
+
_HOMEPAGE = "https://huggingface.co/datasets/drake463/FireProtDB" # update
|
| 29 |
_LICENSE = "cc-by-4.0" # update to correct license if different
|
| 30 |
|
| 31 |
|
| 32 |
# If you publish to HF, include the cleaned parquet in the repo and set this relative path.
|
| 33 |
# For local testing, replace with your local path.
|
| 34 |
+
_DEFAULT_DATA_FILE = "../data/fireportdb_cleaned.parquet"
|
| 35 |
|
| 36 |
|
| 37 |
class FireProtDBConfig(datasets.BuilderConfig):
|