lingbionlp commited on
Commit
741538b
1 Parent(s): 064a12c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -4,7 +4,7 @@ license: apache-2.0
4
 
5
  # Taiyi (太一): A Bilingual (Chinese and English) Fine-Tuned Large Language Model for Diverse Biomedical Tasks
6
 
7
- [Demo](https://u230271-8d67-862a10ff.westb.seetacloud.com:8443/) | [Github](https://github.com/DUTIR-BioNLP/Taiyi-LLM)
8
 
9
  This is the model of Taiyi using Qwen-7b-base as the base model, developed by [DUTIR](http://ir.dlut.edu.cn/) lab.
10
 
@@ -93,12 +93,10 @@ We provide two test codes for dialogue. You can use the code in [dialogue_one_tr
93
  ## Citation
94
  If you use the repository of this project, please cite it.
95
  ```
96
- @misc{taiyi,
97
- author = {Taiyi-Team}.
98
- title = {Taiyi: A Bilingual Fine-Tuned Large Language Model for Diverse Biomedical Tasks}
99
- year = {2023},
100
- publisher = {GitHub},
101
- journal = {GitHub repository}
102
- howpublished = {\url{https://github.com/DUTIR-BioNLP/Taiyi-LLM}}
103
  }
104
  ```
 
4
 
5
  # Taiyi (太一): A Bilingual (Chinese and English) Fine-Tuned Large Language Model for Diverse Biomedical Tasks
6
 
7
+ [Demo](https://u230271-8d67-862a10ff.westb.seetacloud.com:8443/) | [Github](https://github.com/DUTIR-BioNLP/Taiyi-LLM) | [arXiv](https://arxiv.org/abs/2311.11608)
8
 
9
  This is the model of Taiyi using Qwen-7b-base as the base model, developed by [DUTIR](http://ir.dlut.edu.cn/) lab.
10
 
 
93
  ## Citation
94
  If you use the repository of this project, please cite it.
95
  ```
96
+ @article{Taiyi,
97
+ title="{Taiyi: A Bilingual Fine-Tuned Large Language Model for Diverse Biomedical Tasks}",
98
+ author={Ling Luo, Jinzhong Ning, Yingwen Zhao, Zhijun Wang, Zeyuan Ding, Peng Chen, Weiru Fu, Qinyu Han, Guangtao Xu, Yunzhi Qiu, Dinghao Pan, Jiru Li, Hao Li, Wenduo Feng, Senbo Tu, Yuqi Liu, Zhihao Yang, Jian Wang, Yuanyuan Sun, Hongfei Lin},
99
+ journal={arXiv preprint arXiv:2311.11608},
100
+ year={2023},
 
 
101
  }
102
  ```