ctheodoris commited on
Commit
8f071b7
1 Parent(s): efec1c4

Update model card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ During pretraining, Geneformer gained a fundamental understanding of network dyn
21
  The pretrained Geneformer model can be used directly for zero-shot learning, for example for in silico perturbation analysis, or by fine-tuning towards the relevant downstream task, such as gene or cell state classification.
22
 
23
  # Installation
24
- In addition to the pretrained model, contained herein are functions for tokenizing and collating data specific to single cell transcriptomics. To install:
25
 
26
  ```bash
27
  git clone https://huggingface.co/ctheodoris/Geneformer
 
21
  The pretrained Geneformer model can be used directly for zero-shot learning, for example for in silico perturbation analysis, or by fine-tuning towards the relevant downstream task, such as gene or cell state classification.
22
 
23
  # Installation
24
+ In addition to the pretrained model, contained herein are functions for tokenizing and collating data specific to single cell transcriptomics, pretraining the model, and performing in silico pertrubation with either the pretrained or fine-tuned models. To install:
25
 
26
  ```bash
27
  git clone https://huggingface.co/ctheodoris/Geneformer