Skip to content

Commit 2bf4466

Browse files
committed
remove extra step invocation
1 parent 42f952a commit 2bf4466

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llm-complete-guide/steps/hf_dataset_loader.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,3 @@ def load_hf_dataset() -> (
3030
test_dataset = load_dataset(DATASET_NAME_DEFAULT, split="test")
3131
return train_dataset, test_dataset
3232

33-
34-
load_hf_dataset()

0 commit comments

Comments
 (0)