mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-04 12:42:51 +08:00
for test
Former-commit-id: 5b979147f093e86f44c4228ab34d04bdae94f89f
This commit is contained in:
parent
2918743520
commit
1d65d24071
@ -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