Update README.md
Browse files
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://
|
| 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 |
|