Skip to content

Commit

Permalink
Corrected splits_file_path
Browse files Browse the repository at this point in the history
  • Loading branch information
vidvath7 committed Dec 5, 2024
1 parent a52c635 commit 6ba3921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Load data module
data_module = ChEBIOver100(chebi_version=231)

data_module.splits_file_path="python-chebai/data/chebi_v231/ChEBI100/processed/splits.csv"
data_module.splits_file_path="data/chebi_v231/ChEBI100/processed/splits.csv"
model_class = Electra

# evaluates model, stores results in buffer_dir
Expand Down

0 comments on commit 6ba3921

Please sign in to comment.