ShangguanNingyuan commited on
Commit
69361b5
1 Parent(s): 137bd82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -40,7 +40,7 @@ and then install the required packages below:
40
  - torch
41
  ### Data preprocessing
42
 
43
- To run **CellFM**, we need to first preprocess the data in h5 or h5ad format. The preprocessing pipeline for different downstream tasks can refer to [process.ipynb](https://github.com/biomed-AI/CellFM/blob/main/tutorials/process.ipynb). We recommend storing the processed datasets in the [Datasets](#Datasets).
44
 
45
  ### Train on the new dataset
46
 
@@ -68,7 +68,7 @@ bash 1node_train.sh train 4 5 HumanPBMC
68
 
69
  ### Tutorials
70
 
71
- We provide tutorials for CellFM applications.
72
 
73
  #### Tutorial 1: Cell Annotation
74
 
 
40
  - torch
41
  ### Data preprocessing
42
 
43
+ To run **CellFM**, we need to first preprocess the data in h5 or h5ad format. The preprocessing pipeline for different downstream tasks can refer to [process.ipynb](https://github.com/biomed-AI/CellFM/blob/main/tutorials/process.ipynb). We recommend storing the processed datasets in the [Datasets](https://github.com/biomed-AI/CellFM#Datasets).
44
 
45
  ### Train on the new dataset
46
 
 
68
 
69
  ### Tutorials
70
 
71
+ We provide tutorials for CellFM applications. Checkpoints of our model are stored in [Model](https://huggingface.co/ShangguanNingyuan/CellFM/tree/main).
72
 
73
  #### Tutorial 1: Cell Annotation
74