Update README.md
Browse files
README.md
CHANGED
@@ -76,4 +76,14 @@ print("Mean Embeddings:", mean_embeddings)
|
|
76 |
```
|
77 |
|
78 |
## Citation
|
79 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
```
|
77 |
|
78 |
## Citation
|
79 |
+
```
|
80 |
+
@misc{wu2025generator,
|
81 |
+
title={GENERator: A Long-Context Generative Genomic Foundation Model},
|
82 |
+
author={Wei Wu and Qiuyi Li and Mingyang Li and Kun Fu and Fuli Feng and Jieping Ye and Hui Xiong and Zheng Wang},
|
83 |
+
year={2025},
|
84 |
+
eprint={2502.07272},
|
85 |
+
archivePrefix={arXiv},
|
86 |
+
primaryClass={cs.CL},
|
87 |
+
url={https://arxiv.org/abs/2502.07272},
|
88 |
+
}
|
89 |
+
```
|