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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,7 +19,7 @@ Trained with data generated by the Instruction Fusion method.
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},
@@ -28,4 +28,4 @@ Trained with data generated by the Instruction Fusion method.
28
  archivePrefix={arXiv},
29
  primaryClass={cs.AI}
30
  }
31
- """
 
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},
 
28
  archivePrefix={arXiv},
29
  primaryClass={cs.AI}
30
  }
31
+ ```