Text Generation
Transformers
PyTorch
English
llama
code
text-generation-inference
Inference Endpoints
IF-CL-34B / README.md
Pasta009's picture
Create README.md
23bde3b verified
|
raw
history blame
No virus
799 Bytes
---
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}
}
```