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
| [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 | |