metadata
tags:
- code
- retrieval
- unixcoder
- codereview
license: mit
CuREV Python Retriever (UniXcoder)
Dense retriever fine-tuned on CuREV (Python-only).
- Query:
old_code_diff - Documents: function/class/method chunks from
old_file - Important: lines added by the diff (
+lines) are removed from chunk text to avoid leakage.
Load
from unixcoder import UniXcoder
model = UniXcoder("azapro179/curev-unixcoder-retriever-py")