MCPcopy Create free account
hub / github.com/OpenBMB/ToolBench / ModelArguments

Class ModelArguments

toolbench/train/train.py:37–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36@dataclass
37class ModelArguments:
38 model_name_or_path: Optional[str] = field(default="facebook/opt-125m")
39
40
41@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected