PyTorch
llama
XiangZH commited on
Commit
28802de
·
verified ·
1 Parent(s): 7fc5eb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -80,7 +80,7 @@ print(generated_text)
80
  ### Citation
81
 
82
  ```bibtex
83
- @article{DBLP:journals/corr/abs-2410-07919,
84
  author = {Xiang Zhuang and
85
  Keyan Ding and
86
  Tianwen Lyu and
@@ -93,10 +93,10 @@ print(generated_text)
93
  Jike Wang and
94
  Qiang Zhang and
95
  Huajun Chen},
96
- title = {InstructBioMol: Advancing Biomolecule Understanding and Design Following
97
- Human Instructions},
98
- journal = {CoRR},
99
- volume = {abs/2410.07919},
100
- year = {2024}
101
  }
102
  ```
 
80
  ### Citation
81
 
82
  ```bibtex
83
+ @article{zhuang2025advancing,
84
  author = {Xiang Zhuang and
85
  Keyan Ding and
86
  Tianwen Lyu and
 
93
  Jike Wang and
94
  Qiang Zhang and
95
  Huajun Chen},
96
+ title={Advancing biomolecular understanding and design following human instructions},
97
+ journal={Nature Machine Intelligence},
98
+ pages={1--14},
99
+ year={2025},
100
+ publisher={Nature Publishing Group UK London}
101
  }
102
  ```