Text Generation
Transformers
Safetensors
English
llama
nlp
llm
text-generation-inference
Inference Endpoints
aurick commited on
Commit
7bc6f92
1 Parent(s): 2320ed4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -103,10 +103,12 @@ python3 -m fastchat.serve.cli --model-path LLM360/AmberChat
103
  **BibTeX:**
104
 
105
  ```bibtex
106
- @article{xxx,
107
- title={XXX},
108
- author={XXX},
109
- journal={XXX},
110
- year={2023}
 
 
111
  }
112
  ```
 
103
  **BibTeX:**
104
 
105
  ```bibtex
106
+ @misc{liu2023llm360,
107
+ title={LLM360: Towards Fully Transparent Open-Source LLMs},
108
+ author={Zhengzhong Liu and Aurick Qiao and Willie Neiswanger and Hongyi Wang and Bowen Tan and Tianhua Tao and Junbo Li and Yuqi Wang and Suqi Sun and Omkar Pangarkar and Richard Fan and Yi Gu and Victor Miller and Yonghao Zhuang and Guowei He and Haonan Li and Fajri Koto and Liping Tang and Nikhil Ranjan and Zhiqiang Shen and Xuguang Ren and Roberto Iriondo and Cun Mu and Zhiting Hu and Mark Schulze and Preslav Nakov and Tim Baldwin and Eric P. Xing},
109
+ year={2023},
110
+ eprint={2312.06550},
111
+ archivePrefix={arXiv},
112
+ primaryClass={cs.CL}
113
  }
114
  ```