MCPcopy Create free account
hub / github.com/OpenBMB/AgentCPM-GUI / ModelArguments

Class ModelArguments

sft/finetune.py:27–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26@dataclass
27class ModelArguments:
28 model_name_or_path: Optional[str] = field(default="openbmb/MiniCPM-V-2")
29
30
31@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected