Skip to content

Commit

Permalink
Merge pull request #90 from SWivid/fakerybakery-patch-1
Browse files Browse the repository at this point in the history
Fix unexpected indent issue
  • Loading branch information
SWivid authored Oct 15, 2024
2 parents 3acf3e2 + 923e95c commit 524eaba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def load_dataset(
dataset_type - "CustomDataset" if you want to use tokenizer name and default data path to load for train_dataset
- "CustomDatasetPath" if you just want to pass the full path to a preprocessed dataset without relying on tokenizer
'''
) -> CustomDataset:

print("Loading dataset ...")

Expand Down

0 comments on commit 524eaba

Please sign in to comment.