-
Notifications
You must be signed in to change notification settings - Fork 0
/
launch_p3.sh
39 lines (35 loc) · 1.22 KB
/
launch_p3.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
python launch_p3_sl.py \
--path_archive "/lustre/fswork/projects/rech/imi/uqv82bm/aces/aces/environement/p3/preprocess_p3_emb_dedup_puzzles.json" \
--path_save /lustre/fswork/projects/rech/imi/uqv82bm/aces/save_data/ \
--name_experience "p3_aces_" \
--n_generation 500 \
--num_solutions 50 \
--seed 0 \
--model_name_or_path "model_sweep" \
--gpu 4 \
--swap_space 40 \
--long \
--save_every_n_generations 5
python launch_p3_sl.py \
--path_archive "/lustre/fswork/projects/rech/imi/uqv82bm/aces/aces/environement/p3/preprocess_p3_emb_dedup_puzzles.json" \
--path_save /lustre/fswork/projects/rech/imi/uqv82bm/aces/save_data/ \
--name_experience "p3_aces_100_" \
--n_generation 500 \
--num_solutions 100 \
--seed 0 \
--model_name_or_path "model_sweep" \
--gpu 4 \
--swap_space 40 \
--long \
--save_every_n_generations 4
/lustre/fsn1/projects/rech/imi/uqv82bm/hf/Qwen2.5-Coder-14B-Instruct
python launch_p3_sl.py \
--path_archive "/home/flowers/work/aces/aces/environement/p3/preprocess_p3_emb_3_puzzles.json" \
--path_save /home/flowers/work/aces/save_data/ \
--name_experience "p3_emb_dedup_puzzles" \
--n_generation 500 \
--num_solutions 5 \
--seed 0 \
--model_name_or_path "/home/flowers/work/hf/Qwen2.5-Coder-3B-Instruct" \
--gpu 1 \
--only_print