Text Generation
Transformers
PyTorch
English
llama
code
Inference Endpoints
text-generation-inference
Pasta009 commited on
Commit
147c134
1 Parent(s): 6c67cd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -8,8 +8,24 @@ language:
8
  - en
9
  metrics:
10
  - accuracy
11
- library_name: transformers
12
  tags:
13
  - code
14
- pipeline_tag: text2text-generation
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-34b
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
+ """