MCPcopy Create free account
hub / github.com/THUDM/LongWriter / ModelArguments

Class ModelArguments

train/main.py:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13@dataclass
14class ModelArguments:
15 model_name_or_path: Optional[str] = field(default="THUDM/glm-4-9b")
16 pack_loss: bool = field(default=False)
17
18@dataclass
19class DataArguments:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected