Update README.md
Browse files
README.md
CHANGED
|
@@ -18,12 +18,7 @@ CodeLlama-13b-MORepair is a program repair model fine-tuned from CodeLlama-13b-i
|
|
| 18 |
- **Supported Languages**: Primarily tested on C++ and Java, but likely generalizes to other languages
|
| 19 |
- **Primary Use**: Automated program repair
|
| 20 |
- **License**: Llama 2 Community License
|
| 21 |
-
|
| 22 |
-
## Evaluation Benchmarks
|
| 23 |
-
- [EvalRepair-Java](https://huggingface.co/datasets/barty/EvalRepair-Java)
|
| 24 |
-
- [EvalRepair-C++](https://huggingface.co/datasets/barty/EvalRepair-Cpp)
|
| 25 |
-
- [D4J-Repair](https://huggingface.co/datasets/barty/D4J-Repair)
|
| 26 |
-
- [SWE-Repair](https://huggingface.co/datasets/barty/SWE-Repair)
|
| 27 |
|
| 28 |
## Training Details
|
| 29 |
|
|
|
|
| 18 |
- **Supported Languages**: Primarily tested on C++ and Java, but likely generalizes to other languages
|
| 19 |
- **Primary Use**: Automated program repair
|
| 20 |
- **License**: Llama 2 Community License
|
| 21 |
+
- **Evaluation Benchmarks**: [EvalRepair-Java](https://huggingface.co/datasets/barty/EvalRepair-Java) | [EvalRepair-C++](https://huggingface.co/datasets/barty/EvalRepair-Cpp) | [D4J-Repair](https://huggingface.co/datasets/barty/D4J-Repair) | [SWE-Repair](https://huggingface.co/datasets/barty/SWE-Repair)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Training Details
|
| 24 |
|