Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## AIDO.Cell
|
2 |
+
|
3 |
+
For a more detailed description, refer to the SOTA model in this collection https://huggingface.co/genbio-ai/cellfoundation-100m
|
4 |
+
|
5 |
+
## How to Use
|
6 |
+
|
7 |
+
For more information, visit: [Model Generator](https://github.com/genbio-ai/modelgenerator)
|
8 |
+
|
9 |
+
## Citation
|
10 |
+
|
11 |
+
|
12 |
+
Please cite AIDO.Cell using the following BibTeX code:
|
13 |
+
```
|
14 |
+
@inproceedings{ho2024scaling,
|
15 |
+
title={Scaling Dense Representations for Single Cell with Transcriptome-Scale Context},
|
16 |
+
author={Nicholas Ho, Caleb N. Ellington, Jinyu Hou, Sohan Addagudi, Shentong Mo, Tianhua Tao, Dian Li, Yonghao Zhuang, Hongyi Wang, Xingyi Cheng, Le Song, Eric P. Xing},
|
17 |
+
booktitle={NeurIPS 2024 Workshop on AI for New Drug Modalities},
|
18 |
+
year={2024}
|
19 |
+
}
|
20 |
+
```
|