Yanisadel commited on
Commit
71a379d
·
verified ·
1 Parent(s): 9b247f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -4,6 +4,23 @@ tags:
4
  - pytorch_model_hub_mixin
5
  ---
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ### How to use
8
 
9
  Until its next release, the transformers library needs to be installed from source with the following command in order to use the models.
 
4
  - pytorch_model_hub_mixin
5
  ---
6
 
7
+ # sCellTransformer
8
+
9
+ [sCellTransformer](https://openreview.net/forum?id=VdX9tL3VXH) (sCT) is a long-range foundation model designed for zero-shot prediction tasks
10
+ in single-cell RNA-seq and spatial transcriptomics data. It processes raw gene expression profiles across multiple cells to predict discretized
11
+ gene expression levels for unseen cells without retraining. The model handles up to 20,000 protein-coding genes and outputs around a million
12
+ gene expression tokens, mitigating the sparsity typical in single-cell datasets.
13
+
14
+ **Developed by:** [InstaDeep](https://huggingface.co/InstaDeepAI)
15
+
16
+ ### Model Sources
17
+
18
+ <!-- Provide the basic links for the model. -->
19
+
20
+ - **Repository:** [Nucleotide Transformer](https://github.com/instadeepai/nucleotide-transformer)
21
+ - **Paper:** [A long range foundation model for zero-shot predictions in single-cell and spatial transcriptomics data](https://openreview.net/pdf?id=VdX9tL3VXH)
22
+
23
+
24
  ### How to use
25
 
26
  Until its next release, the transformers library needs to be installed from source with the following command in order to use the models.