Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ tags:
|
|
| 15 |
# Model Description
|
| 16 |
|
| 17 |
CodeRM-8B is a small yet powerful model designed to enable efficient and high-quality unit test generation.
|
| 18 |
-
It is trained based on Llama3.1-8B-Instruct on a dataset of 60k high-quality synthetic Python unit tests.
|
| 19 |
These unit tests are derived from two well-regarded code instruction tuning datasets:
|
| 20 |
[CodeFeedback-Filtered-Instruction](https://huggingface.co/datasets/m-a-p/CodeFeedback-Filtered-Instruction) and the
|
| 21 |
training set of [TACO](https://huggingface.co/datasets/BAAI/TACO).
|
|
|
|
| 15 |
# Model Description
|
| 16 |
|
| 17 |
CodeRM-8B is a small yet powerful model designed to enable efficient and high-quality unit test generation.
|
| 18 |
+
It is trained based on **Llama3.1-8B-Instruct** on a dataset of 60k high-quality synthetic Python unit tests.
|
| 19 |
These unit tests are derived from two well-regarded code instruction tuning datasets:
|
| 20 |
[CodeFeedback-Filtered-Instruction](https://huggingface.co/datasets/m-a-p/CodeFeedback-Filtered-Instruction) and the
|
| 21 |
training set of [TACO](https://huggingface.co/datasets/BAAI/TACO).
|