Text Generation
Transformers
PyTorch
English
llama
code
text-generation-inference
Inference Endpoints
Pasta009 commited on
Commit
d39d75d
1 Parent(s): 45d941b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-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
+
20
+ **BibTeX:**
21
+ ```
22
+ @misc{guo2024instruction,
23
+ title={Instruction Fusion: Advancing Prompt Evolution through Hybridization},
24
+ author={Weidong Guo and Jiuding Yang and Kaitong Yang and Xiangyang Li and Zhuwei Rao and Yu Xu and Di Niu},
25
+ year={2024},
26
+ eprint={2312.15692},
27
+ archivePrefix={arXiv},
28
+ primaryClass={cs.AI}
29
+ }
30
+ ```