mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Formatting
This commit is contained in:
parent
17099ebd58
commit
f5518e5631
@ -263,7 +263,9 @@ class TrainingArguments:
|
||||
eval_steps: int = field(default=None, metadata={"help": "Run an evaluation every X steps."})
|
||||
dataloader_num_workers: int = field(
|
||||
default=0,
|
||||
metadata={"help": "Number of subprocesses to use for data loading (PyTorch only). 0 means that the data will be loaded in the main process."}
|
||||
metadata={
|
||||
"help": "Number of subprocesses to use for data loading (PyTorch only). 0 means that the data will be loaded in the main process."
|
||||
},
|
||||
)
|
||||
|
||||
past_index: int = field(
|
||||
|
Loading…
Reference in New Issue
Block a user