MCPcopy Create free account
hub / github.com/ScalingIntelligence/tokasaurus / ScriptConfig

Class ScriptConfig

tokasaurus/benchmarks/monkeys_math500.py:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26class ScriptConfig(GSM8kConfig):
27 def __init__(self):
28 super().__init__()
29 self.stop_strings = ["Q:", "Question:"]
30 self.temperature = 0.6
31 self.max_tokens = 8192
32 self.n = 1
33 self.limit = None
34
35
36def run_inference(item, config: ScriptConfig):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected