barty commited on
Commit
3e9dbb1
·
verified ·
1 Parent(s): 54001c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ pipeline_tag: text-generation
9
 
10
  CodeLlama-13b-MORepair is a program repair model fine-tuned from CodeLlama-13b-instruct using a novel multi-objective fine-tuning framework called MOREPAIR. This model is specifically designed to improve automated program repair capabilities by learning both code transformations and repair logic reasoning.
11
 
12
- [Paper](https://dl.acm.org/doi/pdf/10.1145/3735129) | [Code](https://github.com/buaabarty/morepair)
13
 
14
  ## Model Description
15
 
 
9
 
10
  CodeLlama-13b-MORepair is a program repair model fine-tuned from CodeLlama-13b-instruct using a novel multi-objective fine-tuning framework called MOREPAIR. This model is specifically designed to improve automated program repair capabilities by learning both code transformations and repair logic reasoning.
11
 
12
+ [Paper](https://arxiv.org/abs/2404.12636) | [Code](https://github.com/buaabarty/morepair)
13
 
14
  ## Model Description
15