forked from VOR-Quantitative-Biology/scGenAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_biofounction_context_AML.yaml
31 lines (25 loc) · 1.4 KB
/
config_biofounction_context_AML.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Mode
mode: "Train"
# Directories
cache_dir: "/home/ubuntu/scgenai/examples/tmp/cache" ## cache dir to save the model template files
model_dir: "/home/ubuntu/fulldataset/model/AML_biofoun_context/" ## output model dir
log_dir: "/home/ubuntu/scgenai/examples/logs/"
#### Input data files 40 cells toy data ####
train_file: "/efs/common_folder/240501-SCML-00697/vangalen_uniformed.train.h5ad"
val_file: "/efs/common_folder/240501-SCML-00697/vangalen_uniformed.val.h5ad" ## Optional
gmtfile: "/home/ubuntu/scgenai/examples/data/c6.all.v2023.2.Hs.symbols.gmt"
########################################### General setting ####################################################
savelog: "Yes"
target_feature: "mutation" # Target name for prediction
num_bins: 10 # Bins for gene expression discretization
########## Model template and context method setting #########
model_backbone_name: "llama" ### "llama", "gpt", "bigbird", "scgent"
model_backbone_size: "small" ### "small", "normal", "large". Suggest "small" for llama
max_length: 1024
context_method: "biofounction"
depth: 2 # suggest 2
########################################### Other settings ####################################################
min_cells: 50 # suggest 50
batch_size: 2 # set this based on GPU memory, higher batch_size higher training speed, but also much more GPU memory will be used
learning_rate: 1e-5 # suggest 1e-5
num_epochs: 30 # suggest 30