MCPcopy Create free account
hub / github.com/OpenPipe/ART / MyTask

Class MyTask

examples/benchmarking_comparison_models.py:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14# This is a project-specific definition of a scenario you might use for training
15class MyTask(BaseModel):
16 input_1: int
17 input_2: int
18 output: int
19
20
21training_tasks = [

Calls

no outgoing calls

Tested by

no test coverage detected