Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,8 @@ For more details, please refer to https://huggingface.co/genbio-ai/AIDO.Tissue-6
|
|
3 |
# Finetuning AIDO.Tissue for spatial single cell downstream tasks
|
4 |
We introduce how to finetune and evaluate our pre-trained AIDO.Tissue foundation models for downstream tasks. These tasks can be classified into the following categories:
|
5 |
|
6 |
-
* **
|
7 |
-
* **
|
8 |
|
9 |
Note: All the following scripts should be run under `ModelGenerator/`.
|
10 |
|
@@ -15,7 +15,7 @@ For each `.h5ad`, several obs attributes should be included to reprezent the spa
|
|
15 |
|
16 |
Note: the file `scRNA_genename_and_index.tsv` includes all the corresponding gene name and index in h5ad file.
|
17 |
|
18 |
-
##
|
19 |
### niche label type prediction
|
20 |
We fully finetune AIDO.Tissue for niche label type prediction.
|
21 |
|
@@ -43,7 +43,7 @@ CUDA_VISIBLE_DEVICES=6 nohup mgen test --config experiments/AIDO.Tissue/niche_ty
|
|
43 |
Note: `ckpt_path` is the finetuned checkpoint path.
|
44 |
|
45 |
|
46 |
-
##
|
47 |
|
48 |
### cell density prediction
|
49 |
|
|
|
3 |
# Finetuning AIDO.Tissue for spatial single cell downstream tasks
|
4 |
We introduce how to finetune and evaluate our pre-trained AIDO.Tissue foundation models for downstream tasks. These tasks can be classified into the following categories:
|
5 |
|
6 |
+
* **Cell-level classification tasks**: niche label type prediction
|
7 |
+
* **Cell-level regression tasks**: cell density prediction
|
8 |
|
9 |
Note: All the following scripts should be run under `ModelGenerator/`.
|
10 |
|
|
|
15 |
|
16 |
Note: the file `scRNA_genename_and_index.tsv` includes all the corresponding gene name and index in h5ad file.
|
17 |
|
18 |
+
## Cell-level classification tasks
|
19 |
### niche label type prediction
|
20 |
We fully finetune AIDO.Tissue for niche label type prediction.
|
21 |
|
|
|
43 |
Note: `ckpt_path` is the finetuned checkpoint path.
|
44 |
|
45 |
|
46 |
+
## Cell-level regression tasks
|
47 |
|
48 |
### cell density prediction
|
49 |
|