MCPcopy Create free account
hub / github.com/MoonshotAI/Kimi-Audio / TrainingArguments

Class TrainingArguments

finetune.py:48–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47@dataclass
48class TrainingArguments(transformers.TrainingArguments):
49 cache_dir: Optional[str] = field(default=None)
50 optim: str = field(default="adamw_torch")
51 dataloader_pin_memory: bool = field(default=False)
52 model_max_length: int = field(
53 default=8192,
54 metadata={
55 "help": "Maximum sequence length. Sequences will be right padded (and possibly truncated)."
56 },
57 )
58
59
60

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected