readme: update bib entry and links - GENA in NAR
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ Pre-training was performed for 1,925,000 iterations with batch size 256 and sequ
|
|
| 22 |
|
| 23 |
Source code and data: https://github.com/AIRI-Institute/GENA_LM
|
| 24 |
|
| 25 |
-
Paper: https://
|
| 26 |
|
| 27 |
## Examples
|
| 28 |
|
|
@@ -68,21 +68,23 @@ model = cls.from_pretrained('AIRI-Institute/gena-lm-bert-base-fly', num_labels=2
|
|
| 68 |
```
|
| 69 |
|
| 70 |
## Evaluation
|
| 71 |
-
For evaluation results, see our paper: https://
|
| 72 |
|
| 73 |
|
| 74 |
## Citation
|
| 75 |
```bibtex
|
| 76 |
@article{GENA_LM,
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
|
|
|
|
|
|
|
|
|
| 86 |
}
|
| 87 |
-
|
| 88 |
```
|
|
|
|
| 22 |
|
| 23 |
Source code and data: https://github.com/AIRI-Institute/GENA_LM
|
| 24 |
|
| 25 |
+
Paper: https://academic.oup.com/nar/article/53/2/gkae1310/7954523
|
| 26 |
|
| 27 |
## Examples
|
| 28 |
|
|
|
|
| 68 |
```
|
| 69 |
|
| 70 |
## Evaluation
|
| 71 |
+
For evaluation results, see our paper: https://academic.oup.com/nar/article/53/2/gkae1310/7954523
|
| 72 |
|
| 73 |
|
| 74 |
## Citation
|
| 75 |
```bibtex
|
| 76 |
@article{GENA_LM,
|
| 77 |
+
author = {Fishman, Veniamin and Kuratov, Yuri and Shmelev, Aleksei and Petrov, Maxim and Penzar, Dmitry and Shepelin, Denis and Chekanov, Nikolay and Kardymon, Olga and Burtsev, Mikhail},
|
| 78 |
+
title = {GENA-LM: a family of open-source foundational DNA language models for long sequences},
|
| 79 |
+
journal = {Nucleic Acids Research},
|
| 80 |
+
volume = {53},
|
| 81 |
+
number = {2},
|
| 82 |
+
pages = {gkae1310},
|
| 83 |
+
year = {2025},
|
| 84 |
+
month = {01},
|
| 85 |
+
issn = {0305-1048},
|
| 86 |
+
doi = {10.1093/nar/gkae1310},
|
| 87 |
+
url = {https://doi.org/10.1093/nar/gkae1310},
|
| 88 |
+
eprint = {https://academic.oup.com/nar/article-pdf/53/2/gkae1310/61443229/gkae1310.pdf},
|
| 89 |
}
|
|
|
|
| 90 |
```
|