Skip to content

Commit

Permalink
change dataset.py, delete end2end_demo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Trustccc committed Dec 6, 2024
1 parent 535a2be commit 3141a8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 228 deletions.
2 changes: 1 addition & 1 deletion metagpt/ext/sela/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def get_split_dataset_path(dataset_name, config):
if datasets_dir.rpartition("/")[-1] == dataset["dataset"]:
data_path = datasets_dir
else:
data_path = datasets_dir / dataset["dataset"]
data_path = Path(datasets_dir) / dataset["dataset"]
split_datasets = {
"train": os.path.join(data_path, "split_train.csv"),
"dev": os.path.join(data_path, "split_dev.csv"),
Expand Down
227 changes: 0 additions & 227 deletions metagpt/ext/sela/end2end_demo.py

This file was deleted.

0 comments on commit 3141a8f

Please sign in to comment.