Text Generation
Transformers
PyTorch
English
llama
code
Inference Endpoints
text-generation-inference
File size: 837 Bytes
7f9bdeb
 
f83834a
 
 
6c67cd8
f83834a
 
 
 
147c134
d05d75c
 
147c134
 
 
 
 
 
 
 
1b99c6f
147c134
 
 
 
 
 
 
 
1b99c6f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
license: llama2
datasets:
- theblackcat102/evol-codealpaca-v1
- ise-uiuc/Magicoder-OSS-Instruct-75K
- Pasta009/Instruction-Fusion-Code-v1
language:
- en
metrics:
- accuracy
pipeline_tag: text-generation
tags:
- code
---
Trained with data generated by the Instruction Fusion method.
- **Base Model:** CodeLlama-34b
- **Seed Instructions:** theblackcat102/evol-codealpaca-v1
- **Repository:** https://github.com/XpastaX/Instruction-Fusion
- **Paper:** https://arxiv.org/abs/2312.15692

**BibTeX:**
```
@misc{guo2024instruction,
      title={Instruction Fusion: Advancing Prompt Evolution through Hybridization}, 
      author={Weidong Guo and Jiuding Yang and Kaitong Yang and Xiangyang Li and Zhuwei Rao and Yu Xu and Di Niu},
      year={2024},
      eprint={2312.15692},
      archivePrefix={arXiv},
      primaryClass={cs.AI}
}
```