mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-16 00:28:10 +08:00
for test
Former-commit-id: 33d9082320098f994bfa0c6353459afcb93165b7
This commit is contained in:
parent
b634e91c43
commit
79a376d1db
@ -65,7 +65,7 @@ def get_dataset(
|
||||
example['input'] = example['input'] or ''
|
||||
return example
|
||||
|
||||
dataset = dataset.ds_instance.map(map_func)
|
||||
dataset = dataset.map(map_func)
|
||||
else:
|
||||
dataset = load_dataset(
|
||||
path=data_path,
|
||||
|
Loading…
x
Reference in New Issue
Block a user