Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Code2LoRA-Static (anchor) — evolution track

The direct-projection Code2LoRA-Static variant reported in the paper's evolution-track / per-commit results: one anchor snapshot per repository with a 2048-d repo_state_embedding, no GRU rollout. It shares the evolution track's capped eval suites with code2lora/code2lora-evo.

config split rows role
commits train 400 anchor commit repo-state embeddings
commits ir_val / ir_test 5,710 / 6,179 per-commit repo-state (eval)
commits cr_val / cr_test 8,614 / 6,618 per-commit repo-state (eval)
qna train 44,149 anchor training QnAs (Code2LoRA-Static)
qna cr_val / cr_test 58,944 / 44,732 capped eval (<=8/commit)
qna ir_val / ir_test 38,783 / 42,061 capped eval
from datasets import load_dataset
commits = load_dataset("code2lora/code2lora-static-anchor", "commits")
qna     = load_dataset("code2lora/code2lora-static-anchor", "qna")

Companion datasets: code2lora/code2lora-static, code2lora/code2lora-evo, code2lora/repopeftbench-ood.

Downloads last month
47