Skip to content

Commit e0dcb87

Browse files
committed
update
1 parent 18219f1 commit e0dcb87

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ecg_bench/scripts/org_results.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
# data=("ecg-qa_ptbxl_mapped_1250" "pretrain_mimic_mapped_1250" "ecg_instruct_45k_mapped_1250" "ecg_instruct_pulse_mapped_1250" "ecg-qa_mimic-iv-ecg_mapped_1250")
44
data=("ecg_instruct_45k_mapped_1250")
5+
# data=("ecg-qa_mimic-iv-ecg_mapped_1250")
6+
# data=("ecg-qa_ptbxl_mapped_1250")
7+
# data=("pretrain_mimic_mapped_1250")
58
# retrieval_base="feature"
69
# retrieved_information="combined"
710
# rag_k=1
811
# rag_prompt_mode="system_prompt"
912
# normalized_rag_features=True
1013

11-
checkpoints='llama-3.2-3b-instruct_2_1_1024_0.0001_0.9_0.99_1e-08_500_0.01_True_None_None_None_True_feature_report_10_system_prompt_None_False'
12-
14+
# checkpoints='llama-3.2-3b-instruct_2_1_1024_0.0001_0.9_0.99_1e-08_500_0.01_True_None_None_None_None_False'
15+
checkpoints='qwen2.5-3b_2_1_1024_0.0001_0.9_0.99_1e-08_500_0.01_True_None_None_None_None_False'
1316

1417
for d in "${data[@]}"; do
1518
if [ "$d" = "ecg_instruct_pulse_mapped_1250" ]; then

0 commit comments

Comments
 (0)