mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-03-04 10:46:00 +08:00
[v1] add batch generator (#9744)
This commit is contained in:
@@ -22,7 +22,3 @@ class DataArguments:
|
||||
default=None,
|
||||
metadata={"help": "Path to the dataset."},
|
||||
)
|
||||
cutoff_len: int = field(
|
||||
default=2048,
|
||||
metadata={"help": "Cutoff length for the dataset."},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user