Text Generation
Transformers
PyTorch
English
llama
code
text-generation-inference
Inference Endpoints
File size: 799 Bytes
23bde3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: llama2
datasets:
- theblackcat102/evol-codealpaca-v1
- 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}
}
```