-
Notifications
You must be signed in to change notification settings - Fork 0
/
run.sh
39 lines (38 loc) · 1019 Bytes
/
run.sh
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
31
32
33
34
35
36
37
38
39
# torchrun \
# --standalone \
# --nnodes=1 \
# --nproc_per_node=8 main.py \
# /dros/common/working/jdxu/rnacentral_active_cleaned.fasta \
# ncRNA_15B_coden3_epoch15/ \
# --include contacts \
# --num_layers 48 \
# --num_heads 40 \
# --embed_dim 5120 \
# --coden_size 3 \
# --warmup_epochs 1 \
# --epochs 15 \
# --lr 1e-3 \
# --min_lr 1e-5 \
# --accum_iter 384 \
# --toks_per_batch 1026 \
# --truncation_seq_length 1024
torchrun \
--standalone \
--nnodes=1 \
--nproc_per_node=8 main.py \
/dros/common/working/jdxu/rnacentral_active_cleaned.fasta \
ncRNA_650M_coden3_epoch15/ \
--include contacts \
--save_interval 1 \
--num_layers 33 \
--num_heads 20 \
--embed_dim 1280 \
--coden_size 3 \
--warmup_epochs 1 \
--epochs 15 \
--lr 1e-3 \
--min_lr 1e-5 \
--accum_iter 384 \
--toks_per_batch 2052 \
--truncation_seq_length 1024 \
--resume ncRNA_650M_coden3_epoch15/checkpoint-0.pth