Text Generation
PEFT
Safetensors
zerolang
reinforcement-learning
verifiers
code-editing
tool-use
graph-editing
laguna-xs2
lora
fine-tune
Instructions to use poolside-laguna-hackathon/zerolang-editing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use poolside-laguna-hackathon/zerolang-editing with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
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
|