File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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")
44data=(" 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
1417for d in " ${data[@]} " ; do
1518 if [ " $d " = " ecg_instruct_pulse_mapped_1250" ]; then
You can’t perform that action at this time.
0 commit comments