Skip to content

Commit

Permalink
Removed the absolute path (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sriharsha-hatwar authored Sep 20, 2024
1 parent 63cd5ed commit c8a7871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dalm/datasets/qa_gen/check_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# Path to the dataset saved on disk
dataset_path = "/home/ec2-user/shamane/DALM/dalm/datasets/qa_gen/out/question_answer_pairs_train"
dataset_path = "out/question_answer_pairs_train"

# Load the dataset
dataset = load_from_disk(dataset_path)
Expand Down

0 comments on commit c8a7871

Please sign in to comment.