File size: 537 Bytes
bb1b296
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[project]
name = "zerolang-editing"
description = "Tool-backed Zerolang editing tasks for graph-first code repair and refactoring"
tags = ["zerolang", "graph-editing", "code-editing", "train", "eval"]
version = "0.1.8"
requires-python = ">=3.10"
dependencies = [
    "datasets>=2.19.0",
    "verifiers>=0.1.14",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build]
include = ["zerolang_editing", "pyproject.toml"]

[tool.verifiers.eval]
num_examples = 3
rollouts_per_example = 1
max_turns = 6