Text Generation
Transformers
PyTorch
English
llama
code
Inference Endpoints
text-generation-inference
Pasta009 commited on
Commit
dfef5e3
1 Parent(s): 7507a20

Create README.md

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