Update fireprotdb.py
Browse files- fireprotdb.py +1 -1
fireprotdb.py
CHANGED
|
@@ -31,7 +31,7 @@ _LICENSE = "cc-by-4.0" # update to correct license if different
|
|
| 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 = ".
|
| 35 |
|
| 36 |
|
| 37 |
class FireProtDBConfig(datasets.BuilderConfig):
|
|
|
|
| 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):
|