PyTorch
megatron-bert
ligeti commited on
Commit
d8b9306
1 Parent(s): 6d61ae5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -107,3 +107,21 @@ The computational performance of ProkBERT PhaStyle was evaluated using 1,000 ran
107
  ## Limitations
108
 
109
  ProkBERT PhaStyle is specifically designed for **binary classification** of phage lifestyles (virulent vs. temperate) and does not handle non-phage sequences. It is recommended to use this model in conjunction with upstream pipelines that identify phage sequences. For large-scale inference, **GPU support** is strongly advised.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  ## Limitations
108
 
109
  ProkBERT PhaStyle is specifically designed for **binary classification** of phage lifestyles (virulent vs. temperate) and does not handle non-phage sequences. It is recommended to use this model in conjunction with upstream pipelines that identify phage sequences. For large-scale inference, **GPU support** is strongly advised.
110
+
111
+ # Citing this work
112
+
113
+ If you use the data in this package, please cite:
114
+
115
+ ```bibtex
116
+ @Article{ProkBERT2024,
117
+ author = {Ligeti, Balázs and Szepesi-Nagy, István and Bodnár, Babett and Ligeti-Nagy, Noémi and Juhász, János},
118
+ journal = {Frontiers in Microbiology},
119
+ title = {{ProkBERT} family: genomic language models for microbiome applications},
120
+ year = {2024},
121
+ volume = {14},
122
+ URL={https://www.frontiersin.org/articles/10.3389/fmicb.2023.1331233},
123
+ DOI={10.3389/fmicb.2023.1331233},
124
+ ISSN={1664-302X}
125
+ }
126
+ ```
127
+