ctheodoris commited on
Commit
dbfac41
1 Parent(s): 624349c

Update model card to emphasize need to install git-lfs and suggest https method

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -49,8 +49,9 @@ Example applications demonstrated in [our manuscript](https://rdcu.be/ddrx0) inc
49
  In addition to the pretrained model, contained herein are functions for tokenizing and collating data specific to single cell transcriptomics, pretraining the model, fine-tuning the model, extracting and plotting cell embeddings, and performing in silico pertrubation with either the pretrained or fine-tuned models. To install:
50
 
51
  ```bash
 
52
  git lfs install
53
- git clone git@hf.co:ctheodoris/Geneformer
54
  cd Geneformer
55
  pip install .
56
  ```
 
49
  In addition to the pretrained model, contained herein are functions for tokenizing and collating data specific to single cell transcriptomics, pretraining the model, fine-tuning the model, extracting and plotting cell embeddings, and performing in silico pertrubation with either the pretrained or fine-tuned models. To install:
50
 
51
  ```bash
52
+ # Make sure you have git-lfs installed (https://git-lfs.com)
53
  git lfs install
54
+ git clone https://huggingface.co/ctheodoris/Geneformer
55
  cd Geneformer
56
  pip install .
57
  ```