This is the replication package of the paper titled "Instructive Code Retriever: Learn from Large Language Model's Feedback of Code Intelligence Tasks".
3.10.4
requirements.txt
pip install -r requirements.txt
You can evaluate our result by:
bash scripts/test_ans.sh
You can modify the dataset and model in test_ans.sh to evaluate different results.
Training code and other code will be released and described in the future.