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

Class ScriptConfig

tokasaurus/benchmarks/monkeys_chat.py:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class ScriptConfig(GSM8kConfig):
17 def __init__(self):
18 super().__init__()
19 self.stop_strings = ["U:", "User:"]
20 self.temperature = 0.6
21 self.max_tokens = 8192
22 self.n = 1
23 self.limit = None
24
25
26def run_inference(item, config: ScriptConfig):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected