mrfakename commited on
Commit
dd4e6c8
1 Parent(s): cd95d22

Update model/dataset.py

Browse files
Files changed (1) hide show
  1. model/dataset.py +0 -1
model/dataset.py CHANGED
@@ -193,7 +193,6 @@ def load_dataset(
193
  dataset_type - "CustomDataset" if you want to use tokenizer name and default data path to load for train_dataset
194
  - "CustomDatasetPath" if you just want to pass the full path to a preprocessed dataset without relying on tokenizer
195
  '''
196
- ) -> CustomDataset:
197
 
198
  print("Loading dataset ...")
199
 
 
193
  dataset_type - "CustomDataset" if you want to use tokenizer name and default data path to load for train_dataset
194
  - "CustomDatasetPath" if you just want to pass the full path to a preprocessed dataset without relying on tokenizer
195
  '''
 
196
 
197
  print("Loading dataset ...")
198