Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
class
MyTask(BaseModel):
16
input_1: int
17
input_2: int
18
output: int
19
20
21
training_tasks = [
Callers
1
benchmarking_comparison_models.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected