Commit 4be13c7a authored by wangsen's avatar wangsen
Browse files

update readme.md

parent d92ceae9
...@@ -100,7 +100,7 @@ git clone https://hf-mirror.com/datasets/ctheodoris/Genecorpus-30M ...@@ -100,7 +100,7 @@ git clone https://hf-mirror.com/datasets/ctheodoris/Genecorpus-30M
cd /path/to cd /path/to
git clone -b pr146_branch https://hf-mirror.com/ctheodoris/Geneformer git clone -b pr146_branch https://hf-mirror.com/ctheodoris/Geneformer
cd Geneformer cd Geneformer
python install -e . pip install -e .
``` ```
...@@ -112,15 +112,10 @@ python install -e . ...@@ -112,15 +112,10 @@ python install -e .
单卡运行 gene classification 单卡运行 gene classification
``` ```
cd geneformer/ cd geneformer/
python train.py python train_cell.py
``` ```
详情可以参考 Geneformer/examples/cell_classification.ipynb 详情可以参考 Geneformer/examples/cell_classification.ipynb
```
python train_cell.py # 替换py文件中dataset的路径
```
# 参考 # 参考
https://hf-mirror.com/ctheodoris/Geneformer https://hf-mirror.com/ctheodoris/Geneformer
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment