We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4597371 commit 8fe8d83Copy full SHA for 8fe8d83
ecg_bench/scripts/org_results.sh
@@ -8,9 +8,8 @@ data=("ecg_instruct_45k_mapped_1250")
8
# rag_prompt_mode="system_prompt"
9
# normalized_rag_features=True
10
11
-checkpoints=(
12
-'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'
13
-)
+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_1_system_prompt_None_False'
+
14
15
for d in "${data[@]}"; do
16
if [ "$d" = "ecg_instruct_pulse_mapped_1250" ]; then
0 commit comments