Text Generation
Transformers
PyTorch
English
llama
code
text-generation-inference
Inference Endpoints
Pasta009 commited on
Commit
429bb46
1 Parent(s): 83e948b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-13b
16
+ - **Seed Instructions:** theblackcat102/evol-codealpaca-v1
17
+ - **Repository:** https://github.com/XpastaX/Instruction-Fusion
18
+ - **Paper:** https://arxiv.org/abs/2312.15692
19
+ **Dataset:**
20
+ - theblackcat102/evol-codealpaca-v1: Python instructions Only
21
+ - Pasta009/Instruction-Fusion-Code-v1: Python instructions Only (first 50)
22
+ **BibTeX:**
23
+ ```
24
+ @misc{guo2024instruction,
25
+ title={Instruction Fusion: Advancing Prompt Evolution through Hybridization},
26
+ author={Weidong Guo and Jiuding Yang and Kaitong Yang and Xiangyang Li and Zhuwei Rao and Yu Xu and Di Niu},
27
+ year={2024},
28
+ eprint={2312.15692},
29
+ archivePrefix={arXiv},
30
+ primaryClass={cs.AI}
31
+ }
32
+ ```