mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
ignore formatter
This commit is contained in:
parent
a1cc7ebbb6
commit
bd47e63fbf
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class Seq2SeqTrainingArguments(TrainingArguments):
|
|||
- a path to a *directory* containing a configuration file saved using the
|
||||
[`~GenerationConfig.save_pretrained`] method, e.g., `./my_model_directory/`.
|
||||
- a [`~generation.GenerationConfig`] object.
|
||||
"""
|
||||
""" # fmt: skip # Prevent Ruff from altering the indentation
|
||||
|
||||
sortish_sampler: bool = field(default=False, metadata={"help": "Whether to use SortishSampler or not."})
|
||||
predict_with_generate: bool = field(
|
||||
|
|
|
|||
Loading…
Reference in a new issue