Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
datasets:
|
4 |
+
- theblackcat102/evol-codealpaca-v1
|
5 |
+
- Pasta009/Instruction-Fusion-Code-v1
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
tags:
|
12 |
+
- code
|
13 |
+
---
|
14 |
+
Trained with data generated by the Instruction Fusion method.
|
15 |
+
- **Base Model:** CodeLlama-Python-34b
|
16 |
+
- **Seed Instructions:** theblackcat102/evol-codealpaca-v1
|
17 |
+
- **Repository:** https://github.com/XpastaX/Instruction-Fusion
|
18 |
+
- **Paper:** https://arxiv.org/abs/2312.15692
|
19 |
+
|
20 |
+
**Dataset:**
|
21 |
+
- theblackcat102/evol-codealpaca-v1: Python instructions Only
|
22 |
+
- Pasta009/Instruction-Fusion-Code-v1: Python instructions Only (first 50k)
|
23 |
+
|
24 |
+
**BibTeX:**
|
25 |
+
```
|
26 |
+
@misc{guo2024instruction,
|
27 |
+
title={Instruction Fusion: Advancing Prompt Evolution through Hybridization},
|
28 |
+
author={Weidong Guo and Jiuding Yang and Kaitong Yang and Xiangyang Li and Zhuwei Rao and Yu Xu and Di Niu},
|
29 |
+
year={2024},
|
30 |
+
eprint={2312.15692},
|
31 |
+
archivePrefix={arXiv},
|
32 |
+
primaryClass={cs.AI}
|
33 |
+
}
|
34 |
+
```
|