drake463 commited on
Commit
23cb12e
·
verified ·
1 Parent(s): dc18d66

Update fireprotdb.py

Browse files
Files changed (1) hide show
  1. 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 = "../data/fireportdb_cleaned.parquet"
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):