Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# CodeLlama-7b-hf-finetuned-py-to-cpp
|
15 |
|
16 |
-
This model is a fine-tuned version of [codellama/CodeLlama-7b-hf](https://huggingface.co/codellama/CodeLlama-7b-hf) on the
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.3878
|
19 |
|
|
|
13 |
|
14 |
# CodeLlama-7b-hf-finetuned-py-to-cpp
|
15 |
|
16 |
+
This model is a fine-tuned version of [codellama/CodeLlama-7b-hf](https://huggingface.co/codellama/CodeLlama-7b-hf) on the [XLCoST](https://github.com/reddy-lab-code-research/XLCoST) (Python-C++) dataset, restricted to code snippets of <= 128 tokens long.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.3878
|
19 |
|