Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: llama2
|
3 |
model-index:
|
4 |
-
- name:
|
5 |
results:
|
6 |
- task:
|
7 |
type: text-generation
|
@@ -13,11 +13,10 @@ model-index:
|
|
13 |
type: pass@1
|
14 |
value: 34.3%
|
15 |
verified: false
|
16 |
-
tags:
|
17 |
-
- code llama
|
18 |
---
|
19 |
|
20 |
-
|
|
|
21 |
|
22 |
We used LoRa to further pre-train Meta's CodeLLaMA-7B-hf model with high-quality C++ code tokens.
|
23 |
|
@@ -27,7 +26,7 @@ Furthermore, we was fine-tuned on CodeM's C++ instruction data.
|
|
27 |
|
28 |
This model was trained using LoRa and achieved a pass@1 of 34.3% on HumanEvalX-cpp.
|
29 |
|
30 |
-
|
31 |
|
32 |
## Dataset Details
|
33 |
|
@@ -98,4 +97,4 @@ sequences = pipeline(
|
|
98 |
)
|
99 |
for seq in sequences:
|
100 |
print(f"Result: {seq['generated_text']}")
|
101 |
-
```
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
model-index:
|
4 |
+
- name: ETRI_CodeLLaMA_7B_CPP
|
5 |
results:
|
6 |
- task:
|
7 |
type: text-generation
|
|
|
13 |
type: pass@1
|
14 |
value: 34.3%
|
15 |
verified: false
|
|
|
|
|
16 |
---
|
17 |
|
18 |
+
|
19 |
+
## **ETRI_CodeLLaMA_7B_CPP**
|
20 |
|
21 |
We used LoRa to further pre-train Meta's CodeLLaMA-7B-hf model with high-quality C++ code tokens.
|
22 |
|
|
|
26 |
|
27 |
This model was trained using LoRa and achieved a pass@1 of 34.3% on HumanEvalX-cpp.
|
28 |
|
29 |
+
ETRI_CodeLLaMA_7B_CPP is a C++ specialized model.
|
30 |
|
31 |
## Dataset Details
|
32 |
|
|
|
97 |
)
|
98 |
for seq in sequences:
|
99 |
print(f"Result: {seq['generated_text']}")
|
100 |
+
```
|