dflevine13
commited on
added readme
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
##Overview
|
5 |
+
|
6 |
+
This model uses Cell2Sentence fine-tuning on the Pythia-160m model developed by EleutherAI.
|
7 |
+
|
8 |
+
Cell2Sentence Links:
|
9 |
+
GitHub: <https://github.com/vandijklab/cell2sentence-ft>
|
10 |
+
Paper: <https://www.biorxiv.org/content/10.1101/2023.09.11.557287v3>
|
11 |
+
|
12 |
+
Pythia Links
|
13 |
+
GitHub: <https://github.com/EleutherAI/pythia>
|
14 |
+
Paper: <https://arxiv.org/abs/2304.01373>
|
15 |
+
Hugging Face: <https://huggingface.co/EleutherAI/pythia-160m>
|
16 |
+
|
17 |
+
##Model Details
|
18 |
+
|
19 |
+
Cell2Sentence is a novel method for adapting large language models to single-cell transcriptomics.
|
20 |
+
We transform single-cell RNA sequencing data into sequences of gene names ordered by expression level, termed "cell sentences".
|
21 |
+
For more details, we refer to the paper linked above.
|
22 |
+
This model is trained on the immune tissue dataset from [Domínguez et al.](https://www.science.org/doi/10.1126/science.abl5197) on the following tasks:
|
23 |
+
1. conditional cell generation
|
24 |
+
2. unconditional cell generation
|
25 |
+
3. cell type prediction
|