lingbionlp commited on
Commit
8b2f18d
1 Parent(s): 0b508c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
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) | [arXiv](https://arxiv.org/abs/2311.11608) | [Data](https://huggingface.co/datasets/DUTIR-BioNLP/Taiyi_Instruction_Data_001)
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
 
@@ -96,7 +96,9 @@ If you use the repository of this project, please cite it.
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
  ```
 
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) | [paper](https://doi.org/10.1093/jamia/ocae037) | [Data](https://huggingface.co/datasets/DUTIR-BioNLP/Taiyi_Instruction_Data_001)
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
 
 
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={Journal of the American Medical Informatics Association},
100
+ year={2024},
101
+ doi = {10.1093/jamia/ocae037},
102
+ url = {https://doi.org/10.1093/jamia/ocae037},
103
  }
104
  ```