MCPcopy Create free account
hub / github.com/Pints-AI/1.5-Pints / EvalArgs

Class EvalArgs

lit_gpt/args.py:59–67  ·  view source on GitHub ↗

Evaluation-related arguments

Source from the content-addressed store, hash-verified

57
58@dataclass
59class EvalArgs:
60 """Evaluation-related arguments"""
61
62 interval: int = 600
63 """Number of optimizer steps between evaluation calls"""
64 max_new_tokens: Optional[int] = None
65 """Number of tokens to generate"""
66 max_iters: int = 100
67 """Number of iterations"""

Callers 1

setupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected