From c197041ce7bb34f61f24dea231c41804ee2f8914 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 2 Aug 2023 11:47:26 +0200
Subject: [PATCH] [data.hivtb] Fix foldnames, and contents

---
 pyproject.toml                         |  20 +-
 src/ptbench/data/hivtb/fold-0.json     | 251 +++++++++++++++++++++++++
 src/ptbench/data/hivtb/fold-1.json     | 251 +++++++++++++++++++++++++
 src/ptbench/data/hivtb/fold-2.json     | 251 +++++++++++++++++++++++++
 src/ptbench/data/hivtb/fold-3.json     | 251 +++++++++++++++++++++++++
 src/ptbench/data/hivtb/fold-4.json     | 251 +++++++++++++++++++++++++
 src/ptbench/data/hivtb/fold-5.json     | 251 +++++++++++++++++++++++++
 src/ptbench/data/hivtb/fold-6.json     | 251 +++++++++++++++++++++++++
 src/ptbench/data/hivtb/fold-7.json     | 251 +++++++++++++++++++++++++
 src/ptbench/data/hivtb/fold-8.json     | 251 +++++++++++++++++++++++++
 src/ptbench/data/hivtb/fold-9.json     | 251 +++++++++++++++++++++++++
 src/ptbench/data/hivtb/fold_0.json.bz2 | Bin 664 -> 0 bytes
 src/ptbench/data/hivtb/fold_0.py       |   2 +-
 src/ptbench/data/hivtb/fold_1.json.bz2 | Bin 673 -> 0 bytes
 src/ptbench/data/hivtb/fold_1.py       |   2 +-
 src/ptbench/data/hivtb/fold_2.json.bz2 | Bin 668 -> 0 bytes
 src/ptbench/data/hivtb/fold_2.py       |   2 +-
 src/ptbench/data/hivtb/fold_3.json.bz2 | Bin 672 -> 0 bytes
 src/ptbench/data/hivtb/fold_3.py       |   2 +-
 src/ptbench/data/hivtb/fold_4.json.bz2 | Bin 665 -> 0 bytes
 src/ptbench/data/hivtb/fold_4.py       |   2 +-
 src/ptbench/data/hivtb/fold_5.json.bz2 | Bin 665 -> 0 bytes
 src/ptbench/data/hivtb/fold_5.py       |   2 +-
 src/ptbench/data/hivtb/fold_6.json.bz2 | Bin 666 -> 0 bytes
 src/ptbench/data/hivtb/fold_6.py       |   2 +-
 src/ptbench/data/hivtb/fold_7.json.bz2 | Bin 668 -> 0 bytes
 src/ptbench/data/hivtb/fold_7.py       |   2 +-
 src/ptbench/data/hivtb/fold_8.json.bz2 | Bin 677 -> 0 bytes
 src/ptbench/data/hivtb/fold_8.py       |   2 +-
 src/ptbench/data/hivtb/fold_9.json.bz2 | Bin 663 -> 0 bytes
 src/ptbench/data/hivtb/fold_9.py       |   2 +-
 31 files changed, 2530 insertions(+), 20 deletions(-)
 create mode 100644 src/ptbench/data/hivtb/fold-0.json
 create mode 100644 src/ptbench/data/hivtb/fold-1.json
 create mode 100644 src/ptbench/data/hivtb/fold-2.json
 create mode 100644 src/ptbench/data/hivtb/fold-3.json
 create mode 100644 src/ptbench/data/hivtb/fold-4.json
 create mode 100644 src/ptbench/data/hivtb/fold-5.json
 create mode 100644 src/ptbench/data/hivtb/fold-6.json
 create mode 100644 src/ptbench/data/hivtb/fold-7.json
 create mode 100644 src/ptbench/data/hivtb/fold-8.json
 create mode 100644 src/ptbench/data/hivtb/fold-9.json
 delete mode 100644 src/ptbench/data/hivtb/fold_0.json.bz2
 delete mode 100644 src/ptbench/data/hivtb/fold_1.json.bz2
 delete mode 100644 src/ptbench/data/hivtb/fold_2.json.bz2
 delete mode 100644 src/ptbench/data/hivtb/fold_3.json.bz2
 delete mode 100644 src/ptbench/data/hivtb/fold_4.json.bz2
 delete mode 100644 src/ptbench/data/hivtb/fold_5.json.bz2
 delete mode 100644 src/ptbench/data/hivtb/fold_6.json.bz2
 delete mode 100644 src/ptbench/data/hivtb/fold_7.json.bz2
 delete mode 100644 src/ptbench/data/hivtb/fold_8.json.bz2
 delete mode 100644 src/ptbench/data/hivtb/fold_9.json.bz2

diff --git a/pyproject.toml b/pyproject.toml
index e1b3492d..846cf96b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -206,16 +206,16 @@ tbpoc-f8 = "ptbench.data.tbpoc.fold_8"
 tbpoc-f9 = "ptbench.data.tbpoc.fold_9"
 
 # hivtb dataset (only cross-validation folds)
-hivtb_f0 = "ptbench.data.hivtb.fold_0"
-hivtb_f1 = "ptbench.data.hivtb.fold_1"
-hivtb_f2 = "ptbench.data.hivtb.fold_2"
-hivtb_f3 = "ptbench.data.hivtb.fold_3"
-hivtb_f4 = "ptbench.data.hivtb.fold_4"
-hivtb_f5 = "ptbench.data.hivtb.fold_5"
-hivtb_f6 = "ptbench.data.hivtb.fold_6"
-hivtb_f7 = "ptbench.data.hivtb.fold_7"
-hivtb_f8 = "ptbench.data.hivtb.fold_8"
-hivtb_f9 = "ptbench.data.hivtb.fold_9"
+hivtb-f0 = "ptbench.data.hivtb.fold_0"
+hivtb-f1 = "ptbench.data.hivtb.fold_1"
+hivtb-f2 = "ptbench.data.hivtb.fold_2"
+hivtb-f3 = "ptbench.data.hivtb.fold_3"
+hivtb-f4 = "ptbench.data.hivtb.fold_4"
+hivtb-f5 = "ptbench.data.hivtb.fold_5"
+hivtb-f6 = "ptbench.data.hivtb.fold_6"
+hivtb-f7 = "ptbench.data.hivtb.fold_7"
+hivtb-f8 = "ptbench.data.hivtb.fold_8"
+hivtb-f9 = "ptbench.data.hivtb.fold_9"
 
 # NIH CXR14 (relabeled), multi-class (14 labels)
 nih-cxr14 = "ptbench.data.nih_cxr14.default"
diff --git a/src/ptbench/data/hivtb/fold-0.json b/src/ptbench/data/hivtb/fold-0.json
new file mode 100644
index 00000000..bee27e8d
--- /dev/null
+++ b/src/ptbench/data/hivtb/fold-0.json
@@ -0,0 +1,251 @@
+{
+  "train": [
+    ["HIV-TB_Algorithm_study_X-rays/413.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/250.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/230.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/318.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/208.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/211.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/282.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/302.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/331.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/214.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/342.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/268.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/398.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/252.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/378.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/418.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/381.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/272.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/231.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/236.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/482.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/330.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/490.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/262.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/280.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/222.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/404.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/223.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/289.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/278.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/473.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/351.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/257.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/325.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/294.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/217.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/322.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/340.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/348.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/285.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/406.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/303.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/480.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/326.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/462.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/494.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/476.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/352.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/402.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/437.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/498.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/390.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/306.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/492.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/430.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/349.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/339.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/409.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/354.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/400.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/499.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/299.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/281.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/460.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/469.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/243.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/426.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/391.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/314.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/350.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/297.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/321.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/497.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/271.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/258.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/377.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/245.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/410.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/333.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/399.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/401.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/407.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/312.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/408.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/387.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/344.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/233.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/327.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/317.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/493.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/355.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/438.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/275.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/376.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/461.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/205.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/276.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/440.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/479.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/389.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/225.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/305.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/491.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/363.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/485.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/270.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/481.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/290.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/244.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/484.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/218.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/379.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/471.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/357.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/247.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/464.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/267.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/463.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/235.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/216.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/224.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/397.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/329.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/364.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/369.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/416.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/472.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/313.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/347.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/450.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/495.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/489.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/356.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/298.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/295.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/396.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/359.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/207.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/362.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/219.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/394.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/392.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/256.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/361.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/212.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/323.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/213.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/478.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/315.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/227.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/365.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/421.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/474.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/385.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/287.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/403.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/368.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/338.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/202.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/229.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/311.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/380.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/483.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/353.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/405.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/341.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/467.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/332.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/259.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/487.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/374.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/316.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/263.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/386.BMP", 0]
+  ],
+  "validation": [
+    ["HIV-TB_Algorithm_study_X-rays/279.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/221.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/367.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/393.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/432.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/210.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/309.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/370.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/343.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/411.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/383.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/434.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/308.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/209.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/457.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/288.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/301.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/372.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/241.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/412.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/366.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/334.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/371.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/284.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/375.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/242.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/273.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/265.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/269.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/310.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/237.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/428.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/249.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/283.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/454.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/496.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/360.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/255.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/477.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/465.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/324.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/486.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/384.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/358.BMP", 1]
+  ],
+  "test": [
+    ["HIV-TB_Algorithm_study_X-rays/199.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/201.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/215.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/238.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/251.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/253.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/266.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/286.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/291.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/292.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/293.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/296.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/304.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/319.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/320.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/335.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/336.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/337.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/346.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/388.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/395.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/415.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/468.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/475.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/488.BMP", 1]
+  ]
+}
diff --git a/src/ptbench/data/hivtb/fold-1.json b/src/ptbench/data/hivtb/fold-1.json
new file mode 100644
index 00000000..8a06fe43
--- /dev/null
+++ b/src/ptbench/data/hivtb/fold-1.json
@@ -0,0 +1,251 @@
+{
+  "train": [
+    ["HIV-TB_Algorithm_study_X-rays/317.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/397.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/388.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/472.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/320.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/333.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/498.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/289.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/293.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/341.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/496.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/405.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/236.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/209.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/322.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/215.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/208.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/267.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/334.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/279.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/413.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/304.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/217.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/426.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/475.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/381.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/406.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/477.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/385.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/485.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/308.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/296.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/244.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/461.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/400.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/468.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/403.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/450.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/340.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/268.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/415.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/471.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/318.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/398.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/276.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/344.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/238.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/305.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/386.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/249.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/421.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/482.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/269.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/354.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/294.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/432.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/393.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/336.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/489.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/491.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/245.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/365.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/356.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/380.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/480.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/233.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/358.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/332.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/326.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/368.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/411.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/402.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/292.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/321.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/302.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/499.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/467.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/490.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/265.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/339.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/430.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/465.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/412.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/316.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/463.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/478.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/319.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/440.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/309.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/495.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/313.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/255.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/227.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/437.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/349.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/379.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/360.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/396.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/464.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/407.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/297.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/286.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/457.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/350.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/484.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/242.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/367.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/211.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/199.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/241.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/335.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/218.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/284.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/389.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/291.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/462.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/225.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/343.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/214.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/370.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/359.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/390.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/287.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/375.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/392.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/391.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/378.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/372.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/355.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/493.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/376.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/285.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/306.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/210.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/251.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/488.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/347.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/409.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/281.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/377.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/257.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/387.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/486.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/348.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/219.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/231.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/325.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/494.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/428.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/364.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/282.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/207.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/481.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/202.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/216.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/275.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/476.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/237.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/410.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/290.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/323.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/298.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/272.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/374.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/253.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/256.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/212.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/270.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/357.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/399.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/351.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/416.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/338.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/487.BMP", 1]
+  ],
+  "validation": [
+    ["HIV-TB_Algorithm_study_X-rays/337.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/469.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/312.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/366.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/434.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/301.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/310.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/213.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/384.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/394.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/460.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/346.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/329.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/395.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/324.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/314.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/205.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/243.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/278.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/362.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/473.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/311.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/331.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/221.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/418.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/266.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/262.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/201.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/363.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/259.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/271.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/252.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/454.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/299.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/479.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/353.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/235.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/371.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/295.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/483.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/408.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/474.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/247.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/352.BMP", 0]
+  ],
+  "test": [
+    ["HIV-TB_Algorithm_study_X-rays/222.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/223.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/224.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/229.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/230.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/250.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/258.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/263.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/273.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/280.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/283.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/288.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/303.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/315.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/327.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/330.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/342.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/361.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/369.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/383.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/401.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/404.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/438.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/492.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/497.BMP", 0]
+  ]
+}
diff --git a/src/ptbench/data/hivtb/fold-2.json b/src/ptbench/data/hivtb/fold-2.json
new file mode 100644
index 00000000..e4789b2e
--- /dev/null
+++ b/src/ptbench/data/hivtb/fold-2.json
@@ -0,0 +1,251 @@
+{
+  "train": [
+    ["HIV-TB_Algorithm_study_X-rays/393.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/399.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/396.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/208.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/401.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/365.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/242.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/404.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/292.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/407.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/266.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/269.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/389.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/236.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/476.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/388.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/488.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/351.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/302.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/400.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/450.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/461.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/216.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/415.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/322.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/305.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/280.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/243.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/290.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/333.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/209.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/294.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/238.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/343.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/309.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/222.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/225.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/499.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/430.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/273.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/327.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/288.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/493.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/340.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/335.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/256.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/207.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/363.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/199.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/257.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/384.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/253.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/202.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/321.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/282.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/217.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/472.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/293.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/331.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/491.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/489.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/392.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/259.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/410.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/319.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/291.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/490.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/315.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/479.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/387.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/494.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/412.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/265.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/276.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/325.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/377.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/496.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/360.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/272.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/485.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/316.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/385.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/428.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/367.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/270.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/369.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/320.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/497.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/329.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/462.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/289.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/212.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/287.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/298.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/258.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/454.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/237.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/215.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/313.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/374.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/475.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/413.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/383.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/347.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/379.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/324.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/409.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/471.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/252.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/214.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/372.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/250.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/304.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/224.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/437.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/297.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/406.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/337.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/361.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/286.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/311.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/317.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/457.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/332.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/219.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/241.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/492.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/352.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/310.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/378.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/411.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/275.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/405.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/312.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/281.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/416.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/395.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/268.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/354.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/398.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/338.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/381.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/355.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/482.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/349.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/344.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/370.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/487.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/402.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/473.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/386.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/233.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/357.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/308.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/223.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/348.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/375.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/341.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/498.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/403.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/279.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/440.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/210.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/397.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/211.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/336.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/314.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/468.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/330.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/303.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/342.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/318.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/432.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/362.BMP", 1]
+  ],
+  "validation": [
+    ["HIV-TB_Algorithm_study_X-rays/434.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/495.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/481.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/408.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/464.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/368.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/230.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/283.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/285.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/267.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/371.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/251.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/339.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/356.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/323.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/390.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/359.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/218.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/235.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/249.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/263.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/477.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/438.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/478.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/460.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/227.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/376.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/474.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/245.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/278.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/255.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/306.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/418.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/295.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/334.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/201.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/301.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/480.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/271.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/296.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/346.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/465.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/229.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/247.BMP", 0]
+  ],
+  "test": [
+    ["HIV-TB_Algorithm_study_X-rays/205.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/213.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/221.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/231.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/244.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/262.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/284.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/299.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/326.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/350.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/353.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/358.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/364.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/366.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/380.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/391.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/394.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/421.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/426.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/463.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/467.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/469.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/483.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/484.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/486.BMP", 1]
+  ]
+}
diff --git a/src/ptbench/data/hivtb/fold-3.json b/src/ptbench/data/hivtb/fold-3.json
new file mode 100644
index 00000000..144cb106
--- /dev/null
+++ b/src/ptbench/data/hivtb/fold-3.json
@@ -0,0 +1,251 @@
+{
+  "train": [
+    ["HIV-TB_Algorithm_study_X-rays/430.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/460.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/201.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/483.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/492.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/496.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/370.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/218.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/291.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/471.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/316.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/361.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/273.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/412.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/326.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/320.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/388.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/418.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/490.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/450.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/269.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/488.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/487.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/392.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/219.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/349.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/342.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/321.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/426.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/375.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/393.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/437.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/384.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/493.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/434.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/351.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/238.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/302.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/247.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/286.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/323.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/207.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/394.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/251.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/314.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/338.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/227.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/284.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/479.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/322.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/402.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/275.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/282.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/308.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/268.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/335.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/438.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/333.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/353.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/271.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/489.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/389.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/383.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/343.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/354.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/235.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/233.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/376.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/253.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/319.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/221.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/396.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/223.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/467.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/309.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/497.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/347.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/360.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/395.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/407.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/355.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/477.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/350.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/242.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/258.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/296.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/409.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/289.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/256.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/440.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/454.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/339.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/244.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/250.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/482.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/367.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/327.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/476.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/358.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/236.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/390.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/215.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/230.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/365.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/473.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/359.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/364.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/211.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/294.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/498.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/241.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/231.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/298.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/330.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/237.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/468.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/278.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/325.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/337.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/304.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/259.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/217.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/461.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/403.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/474.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/368.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/306.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/311.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/416.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/381.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/303.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/472.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/293.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/252.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/405.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/312.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/397.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/363.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/398.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/212.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/213.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/484.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/369.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/279.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/415.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/224.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/480.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/399.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/404.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/457.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/257.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/318.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/297.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/281.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/292.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/432.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/356.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/410.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/401.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/380.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/199.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/283.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/272.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/243.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/385.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/357.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/348.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/305.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/406.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/222.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/245.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/267.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/229.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/266.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/205.BMP", 0]
+  ],
+  "validation": [
+    ["HIV-TB_Algorithm_study_X-rays/341.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/263.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/313.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/371.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/478.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/469.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/463.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/346.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/495.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/262.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/216.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/290.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/352.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/378.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/280.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/377.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/411.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/287.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/255.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/421.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/329.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/324.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/301.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/315.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/391.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/400.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/486.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/285.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/288.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/340.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/265.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/491.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/336.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/462.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/310.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/208.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/362.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/475.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/202.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/299.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/366.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/428.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/249.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/464.BMP", 1]
+  ],
+  "test": [
+    ["HIV-TB_Algorithm_study_X-rays/209.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/210.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/214.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/225.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/270.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/276.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/295.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/317.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/331.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/332.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/334.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/344.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/372.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/374.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/379.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/386.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/387.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/408.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/413.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/465.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/481.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/485.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/494.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/499.BMP", 1]
+  ]
+}
diff --git a/src/ptbench/data/hivtb/fold-4.json b/src/ptbench/data/hivtb/fold-4.json
new file mode 100644
index 00000000..c69a6c9d
--- /dev/null
+++ b/src/ptbench/data/hivtb/fold-4.json
@@ -0,0 +1,251 @@
+{
+  "train": [
+    ["HIV-TB_Algorithm_study_X-rays/389.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/208.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/315.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/265.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/349.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/346.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/316.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/339.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/295.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/351.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/331.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/242.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/468.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/245.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/369.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/305.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/400.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/434.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/207.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/387.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/353.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/486.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/310.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/403.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/421.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/347.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/396.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/478.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/336.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/405.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/258.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/255.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/314.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/247.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/278.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/244.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/276.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/212.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/275.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/469.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/395.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/235.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/494.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/287.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/249.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/471.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/218.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/355.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/399.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/479.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/252.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/461.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/282.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/383.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/368.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/219.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/263.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/284.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/450.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/313.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/279.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/201.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/464.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/496.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/335.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/268.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/379.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/332.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/481.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/401.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/236.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/320.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/225.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/243.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/488.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/390.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/352.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/472.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/302.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/358.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/301.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/361.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/454.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/397.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/273.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/410.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/350.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/474.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/412.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/485.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/408.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/354.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/402.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/205.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/267.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/430.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/333.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/283.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/388.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/227.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/342.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/330.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/378.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/223.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/476.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/490.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/323.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/319.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/370.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/391.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/498.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/215.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/489.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/384.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/251.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/270.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/340.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/499.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/386.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/338.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/299.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/321.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/418.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/343.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/253.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/497.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/327.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/495.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/440.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/317.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/465.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/413.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/406.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/392.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/477.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/309.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/480.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/432.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/381.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/483.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/285.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/286.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/344.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/411.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/326.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/266.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/304.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/438.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/293.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/210.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/230.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/224.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/365.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/290.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/404.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/380.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/322.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/356.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/482.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/475.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/222.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/329.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/415.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/221.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/376.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/312.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/460.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/271.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/367.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/213.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/281.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/288.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/394.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/280.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/484.BMP", 1]
+  ],
+  "validation": [
+    ["HIV-TB_Algorithm_study_X-rays/209.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/306.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/366.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/463.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/325.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/334.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/492.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/491.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/341.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/324.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/363.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/303.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/374.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/426.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/202.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/493.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/262.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/229.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/237.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/462.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/371.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/217.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/467.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/292.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/250.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/199.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/238.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/372.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/398.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/259.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/216.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/257.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/337.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/407.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/231.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/233.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/385.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/318.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/214.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/296.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/364.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/393.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/291.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/294.BMP", 1]
+  ],
+  "test": [
+    ["HIV-TB_Algorithm_study_X-rays/211.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/241.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/256.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/269.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/272.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/289.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/297.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/298.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/308.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/311.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/348.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/357.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/359.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/360.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/362.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/375.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/377.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/409.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/416.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/428.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/437.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/457.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/473.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/487.BMP", 1]
+  ]
+}
diff --git a/src/ptbench/data/hivtb/fold-5.json b/src/ptbench/data/hivtb/fold-5.json
new file mode 100644
index 00000000..a2490aef
--- /dev/null
+++ b/src/ptbench/data/hivtb/fold-5.json
@@ -0,0 +1,251 @@
+{
+  "train": [
+    ["HIV-TB_Algorithm_study_X-rays/217.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/316.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/404.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/295.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/263.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/325.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/477.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/287.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/214.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/225.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/482.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/230.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/418.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/269.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/408.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/289.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/227.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/487.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/387.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/391.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/213.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/320.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/291.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/481.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/332.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/210.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/356.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/308.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/437.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/290.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/235.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/215.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/294.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/247.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/413.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/393.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/440.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/330.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/249.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/484.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/271.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/410.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/349.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/352.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/285.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/400.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/278.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/329.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/361.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/268.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/273.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/306.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/327.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/426.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/279.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/377.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/333.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/262.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/311.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/358.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/351.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/366.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/280.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/255.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/464.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/324.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/298.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/338.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/301.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/293.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/372.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/476.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/343.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/342.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/224.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/375.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/409.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/475.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/384.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/386.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/434.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/365.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/354.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/267.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/407.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/241.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/390.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/336.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/371.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/256.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/397.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/253.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/322.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/209.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/281.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/222.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/485.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/498.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/357.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/286.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/288.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/473.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/374.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/478.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/231.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/238.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/364.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/275.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/369.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/251.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/259.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/292.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/421.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/212.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/403.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/494.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/335.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/438.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/319.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/250.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/303.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/276.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/296.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/340.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/258.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/348.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/331.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/334.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/299.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/467.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/468.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/243.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/237.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/398.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/201.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/383.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/321.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/362.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/326.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/359.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/499.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/297.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/380.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/411.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/394.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/376.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/355.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/378.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/346.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/363.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/491.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/282.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/270.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/495.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/479.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/229.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/314.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/428.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/341.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/221.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/305.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/480.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/395.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/252.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/432.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/483.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/360.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/454.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/405.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/339.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/219.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/490.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/337.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/460.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/399.BMP", 0]
+  ],
+  "validation": [
+    ["HIV-TB_Algorithm_study_X-rays/415.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/416.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/368.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/233.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/257.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/406.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/497.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/367.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/317.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/265.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/430.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/205.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/199.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/389.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/284.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/350.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/283.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/469.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/488.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/211.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/318.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/207.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/474.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/208.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/266.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/388.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/465.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/401.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/463.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/244.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/457.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/304.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/272.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/492.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/379.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/323.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/353.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/223.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/315.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/486.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/412.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/245.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/402.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/344.BMP", 1]
+  ],
+  "test": [
+    ["HIV-TB_Algorithm_study_X-rays/202.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/216.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/218.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/236.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/242.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/302.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/309.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/310.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/312.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/313.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/347.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/370.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/381.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/385.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/392.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/396.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/450.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/461.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/462.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/471.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/472.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/489.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/493.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/496.BMP", 1]
+  ]
+}
diff --git a/src/ptbench/data/hivtb/fold-6.json b/src/ptbench/data/hivtb/fold-6.json
new file mode 100644
index 00000000..67fcfc4f
--- /dev/null
+++ b/src/ptbench/data/hivtb/fold-6.json
@@ -0,0 +1,251 @@
+{
+  "train": [
+    ["HIV-TB_Algorithm_study_X-rays/496.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/360.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/216.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/465.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/356.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/471.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/304.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/315.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/380.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/340.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/241.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/310.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/397.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/279.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/463.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/250.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/347.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/468.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/377.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/217.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/411.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/351.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/335.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/251.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/437.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/317.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/426.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/363.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/294.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/364.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/252.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/242.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/399.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/229.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/488.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/421.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/359.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/313.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/372.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/491.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/282.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/238.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/487.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/311.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/498.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/407.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/467.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/227.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/326.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/473.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/219.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/389.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/243.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/323.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/477.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/201.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/205.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/273.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/213.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/303.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/288.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/308.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/395.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/257.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/215.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/400.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/469.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/499.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/357.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/320.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/292.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/495.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/322.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/352.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/412.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/266.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/461.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/295.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/348.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/410.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/369.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/460.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/390.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/485.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/339.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/324.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/358.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/381.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/202.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/440.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/401.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/283.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/379.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/236.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/299.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/209.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/255.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/235.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/383.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/489.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/330.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/481.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/462.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/391.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/362.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/396.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/497.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/210.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/406.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/493.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/214.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/301.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/284.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/256.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/332.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/285.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/298.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/354.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/286.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/221.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/450.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/409.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/366.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/428.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/434.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/490.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/319.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/392.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/371.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/337.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/253.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/218.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/305.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/353.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/329.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/237.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/267.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/492.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/398.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/297.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/258.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/211.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/405.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/225.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/342.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/394.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/296.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/344.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/207.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/482.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/314.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/289.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/457.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/387.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/278.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/402.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/309.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/269.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/365.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/312.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/486.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/355.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/208.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/270.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/438.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/415.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/376.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/388.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/327.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/212.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/224.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/231.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/361.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/222.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/268.BMP", 0]
+  ],
+  "validation": [
+    ["HIV-TB_Algorithm_study_X-rays/263.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/385.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/432.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/276.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/199.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/416.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/413.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/230.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/349.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/386.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/244.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/370.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/350.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/280.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/346.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/476.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/374.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/375.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/404.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/331.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/259.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/408.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/464.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/223.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/262.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/454.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/480.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/484.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/384.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/483.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/393.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/281.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/272.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/494.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/334.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/338.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/293.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/472.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/302.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/430.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/336.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/291.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/475.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/265.BMP", 1]
+  ],
+  "test": [
+    ["HIV-TB_Algorithm_study_X-rays/233.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/245.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/247.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/249.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/271.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/275.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/287.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/290.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/306.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/316.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/318.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/321.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/325.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/333.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/341.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/343.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/367.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/368.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/378.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/403.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/418.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/474.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/478.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/479.BMP", 1]
+  ]
+}
diff --git a/src/ptbench/data/hivtb/fold-7.json b/src/ptbench/data/hivtb/fold-7.json
new file mode 100644
index 00000000..b3e11a88
--- /dev/null
+++ b/src/ptbench/data/hivtb/fold-7.json
@@ -0,0 +1,251 @@
+{
+  "train": [
+    ["HIV-TB_Algorithm_study_X-rays/278.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/360.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/339.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/406.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/469.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/364.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/332.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/398.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/351.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/495.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/478.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/409.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/395.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/362.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/457.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/268.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/285.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/221.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/461.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/496.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/376.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/333.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/380.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/350.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/346.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/484.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/341.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/416.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/421.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/471.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/216.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/310.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/358.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/321.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/235.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/437.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/309.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/275.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/391.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/490.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/282.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/287.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/259.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/473.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/397.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/233.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/327.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/377.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/227.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/249.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/426.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/215.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/258.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/342.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/211.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/283.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/499.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/231.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/371.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/428.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/369.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/236.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/276.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/468.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/418.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/306.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/238.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/330.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/366.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/344.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/320.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/303.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/367.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/224.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/477.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/225.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/404.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/323.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/334.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/450.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/340.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/354.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/474.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/301.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/222.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/244.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/297.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/487.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/210.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/290.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/253.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/270.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/213.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/359.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/201.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/408.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/488.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/481.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/489.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/476.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/288.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/432.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/349.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/365.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/205.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/289.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/281.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/462.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/374.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/273.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/298.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/326.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/379.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/463.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/482.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/256.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/485.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/336.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/293.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/337.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/291.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/318.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/347.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/269.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/394.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/385.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/242.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/479.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/405.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/209.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/308.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/292.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/311.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/400.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/494.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/475.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/438.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/401.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/317.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/335.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/315.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/214.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/363.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/218.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/407.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/454.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/384.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/387.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/266.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/265.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/357.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/299.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/243.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/383.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/202.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/296.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/378.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/272.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/325.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/286.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/314.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/372.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/353.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/486.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/312.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/402.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/316.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/361.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/229.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/492.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/217.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/396.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/370.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/343.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/319.BMP", 0]
+  ],
+  "validation": [
+    ["HIV-TB_Algorithm_study_X-rays/223.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/493.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/295.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/257.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/338.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/368.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/415.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/497.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/280.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/381.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/251.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/388.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/250.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/392.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/464.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/331.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/263.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/252.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/483.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/472.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/413.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/219.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/230.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/245.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/247.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/271.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/467.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/241.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/208.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/302.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/262.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/313.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/403.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/199.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/284.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/352.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/430.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/465.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/386.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/348.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/460.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/237.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/304.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/375.BMP", 0]
+  ],
+  "test": [
+    ["HIV-TB_Algorithm_study_X-rays/207.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/212.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/255.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/267.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/279.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/294.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/305.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/322.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/324.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/329.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/355.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/356.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/389.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/390.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/393.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/399.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/410.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/411.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/412.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/434.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/440.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/480.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/491.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/498.BMP", 1]
+  ]
+}
diff --git a/src/ptbench/data/hivtb/fold-8.json b/src/ptbench/data/hivtb/fold-8.json
new file mode 100644
index 00000000..af42f9b1
--- /dev/null
+++ b/src/ptbench/data/hivtb/fold-8.json
@@ -0,0 +1,251 @@
+{
+  "train": [
+    ["HIV-TB_Algorithm_study_X-rays/306.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/402.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/392.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/438.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/411.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/201.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/315.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/377.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/273.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/244.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/463.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/208.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/221.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/304.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/403.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/369.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/460.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/280.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/361.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/474.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/347.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/489.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/364.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/209.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/478.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/418.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/271.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/481.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/480.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/413.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/216.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/410.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/367.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/457.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/211.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/484.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/250.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/275.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/310.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/281.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/366.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/267.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/379.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/461.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/475.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/333.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/380.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/437.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/340.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/298.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/241.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/318.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/497.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/477.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/286.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/393.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/283.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/233.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/292.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/324.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/223.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/291.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/384.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/391.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/381.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/326.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/214.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/487.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/317.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/337.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/368.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/378.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/316.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/485.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/338.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/202.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/434.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/362.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/343.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/344.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/207.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/462.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/432.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/401.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/358.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/387.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/210.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/479.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/472.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/199.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/421.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/396.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/335.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/302.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/305.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/238.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/350.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/365.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/467.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/294.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/272.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/389.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/415.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/386.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/375.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/276.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/314.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/297.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/252.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/359.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/371.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/205.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/327.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/383.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/400.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/288.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/293.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/332.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/334.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/492.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/450.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/215.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/395.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/494.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/486.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/290.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/289.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/348.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/296.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/295.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/346.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/469.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/231.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/301.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/313.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/493.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/309.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/468.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/230.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/236.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/397.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/242.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/251.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/404.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/270.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/212.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/357.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/483.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/320.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/390.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/303.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/488.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/412.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/399.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/416.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/279.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/356.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/353.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/342.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/496.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/372.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/329.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/321.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/245.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/428.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/229.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/430.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/247.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/258.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/287.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/408.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/336.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/237.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/385.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/284.BMP", 1]
+  ],
+  "validation": [
+    ["HIV-TB_Algorithm_study_X-rays/440.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/473.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/426.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/331.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/319.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/325.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/262.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/255.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/263.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/225.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/322.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/269.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/308.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/213.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/253.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/374.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/323.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/363.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/409.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/341.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/471.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/224.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/249.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/498.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/360.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/227.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/394.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/266.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/282.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/491.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/311.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/499.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/222.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/299.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/388.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/349.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/465.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/312.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/355.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/370.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/218.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/256.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/454.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/330.BMP", 1]
+  ],
+  "test": [
+    ["HIV-TB_Algorithm_study_X-rays/217.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/219.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/235.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/243.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/257.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/259.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/265.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/268.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/278.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/285.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/339.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/351.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/352.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/354.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/376.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/398.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/405.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/406.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/407.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/464.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/476.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/482.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/490.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/495.BMP", 1]
+  ]
+}
diff --git a/src/ptbench/data/hivtb/fold-9.json b/src/ptbench/data/hivtb/fold-9.json
new file mode 100644
index 00000000..8f1e2f7a
--- /dev/null
+++ b/src/ptbench/data/hivtb/fold-9.json
@@ -0,0 +1,251 @@
+{
+  "train": [
+    ["HIV-TB_Algorithm_study_X-rays/247.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/487.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/212.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/331.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/312.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/492.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/347.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/250.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/255.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/298.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/335.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/308.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/214.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/313.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/319.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/498.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/271.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/355.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/286.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/334.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/339.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/280.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/364.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/219.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/409.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/333.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/368.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/356.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/225.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/381.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/209.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/370.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/287.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/369.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/337.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/296.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/321.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/472.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/309.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/279.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/473.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/399.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/378.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/496.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/437.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/463.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/404.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/302.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/343.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/406.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/434.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/489.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/326.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/342.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/324.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/288.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/222.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/316.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/213.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/325.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/259.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/341.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/306.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/272.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/294.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/199.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/493.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/293.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/245.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/480.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/403.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/428.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/467.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/278.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/401.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/383.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/273.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/390.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/295.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/478.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/394.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/283.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/367.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/396.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/486.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/258.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/348.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/235.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/229.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/440.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/257.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/375.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/224.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/244.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/354.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/469.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/462.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/485.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/238.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/421.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/379.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/327.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/216.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/360.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/372.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/336.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/362.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/479.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/251.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/269.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/297.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/310.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/495.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/311.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/231.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/205.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/230.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/353.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/268.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/215.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/491.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/305.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/289.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/304.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/320.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/351.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/241.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/468.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/398.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/395.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/223.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/249.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/465.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/284.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/499.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/407.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/357.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/315.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/221.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/389.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/490.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/457.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/385.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/418.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/299.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/366.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/317.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/426.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/330.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/318.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/275.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/233.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/461.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/201.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/263.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/405.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/494.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/438.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/377.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/412.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/207.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/202.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/410.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/386.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/361.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/393.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/253.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/303.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/411.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/276.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/374.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/344.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/481.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/388.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/262.BMP", 1]
+  ],
+  "validation": [
+    ["HIV-TB_Algorithm_study_X-rays/392.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/256.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/413.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/484.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/387.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/415.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/290.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/242.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/332.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/352.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/391.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/210.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/292.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/211.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/497.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/329.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/243.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/488.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/265.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/464.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/270.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/482.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/346.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/236.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/471.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/483.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/291.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/267.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/376.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/380.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/322.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/475.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/358.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/266.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/474.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/408.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/218.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/476.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/217.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/285.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/359.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/416.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/450.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/350.BMP", 0]
+  ],
+  "test": [
+    ["HIV-TB_Algorithm_study_X-rays/208.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/227.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/237.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/252.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/281.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/282.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/301.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/314.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/323.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/338.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/340.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/349.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/363.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/365.BMP", 0],
+    ["HIV-TB_Algorithm_study_X-rays/371.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/384.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/397.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/400.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/402.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/430.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/432.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/454.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/460.BMP", 1],
+    ["HIV-TB_Algorithm_study_X-rays/477.BMP", 0]
+  ]
+}
diff --git a/src/ptbench/data/hivtb/fold_0.json.bz2 b/src/ptbench/data/hivtb/fold_0.json.bz2
deleted file mode 100644
index f1258776526b55f5a8064b64256f934a261a22cd..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 664
zcmV;J0%!d~T4*^jL0KkKS>x+Z`2ZDe-+%xRPzV3;Fk(eYrstn3Py@bUzymxX;{zbb
z05KX2hCpEzPxchWPyhe`00E}dh9xQ)F&PE~(9xp;PgPY7Gy$QIdW{A^!Z1x#QKZoW
zLno<|M%48HdQIw@>!Cy5?kIVGFA|2GIO-^IlsrltN*?D9&d%N){oVWYwA<00)|>We
zyKe4{`NlK9a#sz$lpv}}sd`v)L7FFE)Z}UFNF87ib61d^kdda4%DB>EMp?I`gy=gh
zh*xeh$UtU>NtX!ADTtV<ns=}bhTu@Qj&0F45ESZY5h*E&u<j=;n$1R;jDtBfo3;N$
zB@q<2JaXr_*Jr)Ga!%`V0GnVYFaYwTlrC$0tb5;9x76Qm-+1*F3<0sQ6ByVZw}^z4
zE^g~J-0`K!t$4o$g=a6qj%3P&<cMJq1Vac)WQdSSOHigo3ti3gMrD=VcDb3pE3Dmh
zB;-)0NJ>FMkc6ZZCJGQt!c#Lal(h?bySu#3>p8ufrCEnMp=crih7f>m2MGZQHlZ+3
zxm{~7uEjQ-^1IeK=JpAuhBm<s)grX{oOw9}=PIpfw;}*Q#J~`8o14~Vip+IWnOLtC
zCLmzgCJloFdCF$*5yyG8z0WG<uK+>-0Bm3Y8`WmAdC9#zy4Nzca~W7L0p~c*bDZZk
zbBt#>+q136q2N&DP}or7P~uSJP~uSJP~KB+94l;Xw#K!+`-SSO+)arhl1+@61WeKc
z8Zc5(h?%1XqA1Zu!I4OU0+KTfU}G4@F<7yTEMq-I4N4r!AMJm6D0ym7`+1ZwP{%yz
yQ07qC=1|vtsY9cILuo_SP}hM&_2JS`^k-p1q@kX&hSG+;trv1dI8cz|>reR(^fj^o

diff --git a/src/ptbench/data/hivtb/fold_0.py b/src/ptbench/data/hivtb/fold_0.py
index dae7f3dc..e8caee65 100644
--- a/src/ptbench/data/hivtb/fold_0.py
+++ b/src/ptbench/data/hivtb/fold_0.py
@@ -33,7 +33,7 @@ class DefaultModule(BaseDataModule):
         )
 
     def setup(self, stage: str):
-        self.dataset = _maker("fold_0")
+        self.dataset = _maker("fold-0")
         (
             self.train_dataset,
             self.validation_dataset,
diff --git a/src/ptbench/data/hivtb/fold_1.json.bz2 b/src/ptbench/data/hivtb/fold_1.json.bz2
deleted file mode 100644
index fb53bcf1f33851b75cadaa53a5f23e2924bd764b..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 673
zcmV;S0$%+>T4*^jL0KkKS@H|sjsO*I-+%xRPzV3;Fk(eYrstn3Py@bT=BU#=A>#ue
z$N(`K42D2q6#R`Q)kr2206~E;CK{g9rovLDm;e9(03`KQQK6Gf1_`Es7$5<?P^g)t
zgF&Z~G;L2%22JXk>$H%2oy3F7`8){*-7A40=MoPBLClbQXK%lcE;+XOb#mR6dv@Jt
zcgC+Y*}r_<ns9Eg$h%`klmsF|in$?6tU)1J2u(tlSuv=}QZ&vBa^N_r3j(YvO1!MR
zim3#;H&~39m6mj@(F(1`EeV|qbCstSq&U`U32oslU1P-pR>|sO%smHTt1hJKYOUYK
z+eB@))~|4pH;Eb;n}By>l1TsoiH(3A<dV|7>gxBMX35@NT}Lx)lEHu`3}XZgPt)64
zNoiH~%Z%nHUAFsW<>|9c`JHiGH{?vqD(t(m?$Tx1mvTsJN+4QM6Ew>=$?AE<$JDO6
zmt08@Eg~%@WyGwsmzNUm;#KA(%*;u36RT$ln#FvQu2%T5;;t<#4QLH8(gD2>Ndcsr
zT1*y}O{?c4WzQ5=a&op*sgyRF0kMg<JIc5wR%Y_9remWf)21c^Bp3vf1hg?@b(kBo
zRF-QP)__n97%7c|U^1%|Qk%&cnTAco%D00U!2<-u0|s8^b8$D;?jkEG<rz|Dz*Tj3
zD(<db-QCsI>79;*gS?P*Bp66Jk`82pp&;f+IuZ@-TW@u%t!=2a7Ta!}*L3=sBp4DS
z7)VmcV?~nFBT8B*#WNaY6k-b$5wb>vHj@&nRHag?sZy%=5)DZQi6H-L`?5jhsUZ7#
zk_sdh<9kU5i6GB1LAzSikZ$5gHWCj}AlHc?{ded{I`0Vvgo67C2EswFYen3VP81|O
Hg7>3<cuz1o

diff --git a/src/ptbench/data/hivtb/fold_1.py b/src/ptbench/data/hivtb/fold_1.py
index e2f31bb9..bb12b311 100644
--- a/src/ptbench/data/hivtb/fold_1.py
+++ b/src/ptbench/data/hivtb/fold_1.py
@@ -33,7 +33,7 @@ class DefaultModule(BaseDataModule):
         )
 
     def setup(self, stage: str):
-        self.dataset = _maker("fold_1")
+        self.dataset = _maker("fold-1")
         (
             self.train_dataset,
             self.validation_dataset,
diff --git a/src/ptbench/data/hivtb/fold_2.json.bz2 b/src/ptbench/data/hivtb/fold_2.json.bz2
deleted file mode 100644
index 04a927683af194dce190ca8c1af23cfcf5214188..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 668
zcmV;N0%QF`T4*^jL0KkKS(RZ3WdId!-+%xRPzV3;Fk(eYrstn3Py@d15CG2zc)-Xq
z01QThA&?kFPxNV_QW^$84FDPj8f{3^B}y4IGHpx<X^Eo(PgPYK27qW7hDIh#AQM$J
zNvWDZ&>9U7Q`7<JH>z#6@`tJKD0lxap+kQSb(A>D9@vDUBi#^`M1HHy<LLDIC&$NP
zX6w?cjMLRk*EPv_gDp}`TqbbT#E#5q87Z+V0_P=F*-WD)Im(R6noK0bN-SWQce0o@
zgGI=Y^<~moZ3MZ?!$M6<JUu))Eiz_pq%t&e3)|xXaT6k~!>1HQhq{50Ll$6!u`L4h
z^{!R_(FsIHFKN-ac^%uQ+3DT4LlaB}#sD5vl7&}XoW0pd?K<a8%&w_+z+z(tHZcM}
zj|ha6E_X3rPGxJW!M$@g%)U>8i!M|tk{}3xA{atbBt(KrT7@zwTJGw#UB2_GXL(CA
znatJoB*8)?gozX)NJ?Z-m?%t{gr;U;A*flb*L9uD+0{3kT&$<n3W6XAVF`fXaF7s_
zY7+$uGP?VO>eo)%y>}GMu2UOL0NMmMmT-K!%(GLcwVcb5I$~fpAus`kYc1<HTfE7w
z^H-T>bB*ya2te4_36-oS^_aI;oXO_y=Uh}^2w=gn17l)j>u)b~W}i8G<}OyJc}5^c
zX0tOa%*?f#)@F5X>~bh~6gd<(6gZSPlsObQlsObSiraE-R<&rYirV?^Ti@+4fsF=@
zL}+AcC_o`h8IqBTA}I<CV;Hd+h8SRpB?)Spv};vsR&|s%D03)(w*BElzhZ~mz@egs
zx#seRGKTL0hfdnqq0`z>=qP!L8+MdGUEB&DJls&=P|m`KK|^n2Mck226eJ~BLK#4Q
Cb|;?z

diff --git a/src/ptbench/data/hivtb/fold_2.py b/src/ptbench/data/hivtb/fold_2.py
index 2bb387e7..7bd3703e 100644
--- a/src/ptbench/data/hivtb/fold_2.py
+++ b/src/ptbench/data/hivtb/fold_2.py
@@ -33,7 +33,7 @@ class DefaultModule(BaseDataModule):
         )
 
     def setup(self, stage: str):
-        self.dataset = _maker("fold_2")
+        self.dataset = _maker("fold-2")
         (
             self.train_dataset,
             self.validation_dataset,
diff --git a/src/ptbench/data/hivtb/fold_3.json.bz2 b/src/ptbench/data/hivtb/fold_3.json.bz2
deleted file mode 100644
index c2de1d94b7ae6c60c4d5428280ee860bdf985f40..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 672
zcmV;R0$=??T4*^jL0KkKSuJBwK>!tQ-+%xRPzV3;Fk(eYrstn3Py@cOj;V({5E^8d
znM#@(F*bq##M46&Q~j!Dg;WDWKr{dvXa-dON~yG-fB*mh00})+R5AvdG-4V9O*Cnf
zO$60bQfSFA)EZ(vBh>X8GI=(pdFd#8-X#t`x8$LxUR@;((udKQ24?!R0L<L~F2qM)
zE?U=LWI26u)|po2)jTBr&Pr5nRdiW$v2v?fH0Y{%ahJV0Yl_Ny#FoU%#6AuxF3WeE
z#c`D}HH(&(0^Gf>gymq0uz5H&yxa}4+qiaco^3m0Q?)M;3Sw#&+ZIE4t1;S*o;<7E
zQ#H1leHnmeYQ2RDwK;N~>gu91a_FRqD4<bE6usa8!l-I@b%o%(MdPJ*?+bPkDFTs2
z5{d;C+ruycg~YBnyx~q(w>%4{s;kvr%5_sBXa>M+2Eb`RZURbBn0G;h%pJ(6xI3F$
zp!f{M&Hx?IV4W}o6GR$P3911!5;UZdr6^5UrnQ2at|wzMl(?aBI2c+?$tEc<DI&<Q
z2_^uLz@!*u3(c3!M)NW!PcHLd)S^fsA`lRg<GWRq>m4<6nX$3RO$i7{fgu2mx^qq4
zJl5xy>tgd|Ll7beL?Iv&BQ@X^Ce>s-TH!?Ubs-2K5)vT-0IjKb_6yD%%-oc-Gjd=d
z0>zA3V#X}7jIoSr(XqUtw4uDAprN>-xS_nExS_nEsHWc=bTwNWT8nLS?u(z-5r~M4
zP$em`j1a<7Fp;sKWJF9cCdR~UX);l<LTJe{F$iLa$BWUmZM-(Ew|3RG@9^}&Lylz+
z-y()Z47g)SLxDp_B8Gab${ii$4q}I4Lq76{`);y_!x{=2${5&C<|t>~?k?ntaG@Yt
G#-M^HY%DAQ

diff --git a/src/ptbench/data/hivtb/fold_3.py b/src/ptbench/data/hivtb/fold_3.py
index ff3ca7e6..cac94f67 100644
--- a/src/ptbench/data/hivtb/fold_3.py
+++ b/src/ptbench/data/hivtb/fold_3.py
@@ -33,7 +33,7 @@ class DefaultModule(BaseDataModule):
         )
 
     def setup(self, stage: str):
-        self.dataset = _maker("fold_3")
+        self.dataset = _maker("fold-3")
         (
             self.train_dataset,
             self.validation_dataset,
diff --git a/src/ptbench/data/hivtb/fold_4.json.bz2 b/src/ptbench/data/hivtb/fold_4.json.bz2
deleted file mode 100644
index 78a2e5a63270f3729ff96ee3501444b51f754c8a..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 665
zcmV;K0%rX}T4*^jL0KkKS(0ksYXB8)-+%xRPzV3;Fk(eYrstn3Py?P}zymxWU}PBp
z1|va`$P6N<`WhOlX`l>)AOH;mO{p4Wr9&noAi$a$G+;^Us-r;A4FeF!#L0vLYNCxJ
zNE!pw+L<<|s2VbFRM%Y!9`|8G!^<7z4L9Scp~_J2C~_!!cwas|c<I8~$9HEPyZUs+
zzRvC1ZMSK^qXJ%$t9r*%MP1y<yEBfJ#XF`3lTnCt@r{h17+NG-Imnrum_QXcmH|UU
zyhN!k*Z>4!wiyVa2O-$V1htEzu`I}YyNn=F%7pf*td^W)Wn0j^VHpiTWyWZy$FitX
z|3oDb8{5}Wcb%NM*0rs6@mt~nrUGLDhm|Cua$VM3t(@-by3yR=t3_A?7yt>3U_aZ$
zLP{3=UEgJR@m;5-<6GtC^d1yuOsGIa0T2X05R`;Of=XJ2GAL7vH=I_kvs8CwPcJz6
z)RU1ynIR`4g)%};MF<55CSfNtFp$(PO={~ER(9*FSCx}m>V<(21Tciaa5zW^Nwo=r
zh1;v?&^vX^o8M|@oaZ<VG|&y8LvLEEx}DZk-DYgbIaHmoFc>i~0hx1H_sqL_tybqV
zF7s|%+6EypF|YvTa>=XKuXDxBTyHhR%xq!?#tn!Y5K*h;)#`PXnwq04b<0^O2b|+J
zGn{6|ah&Hl&NuAqb0~I{Ig~aOITSe*Ig~jRIg~m|+j3i!R@#kiUp>ov{iP&HV#qQ=
z#YV;`NwXx9OxQ6SNv1}EF=Gh`YC{=9VJ4!+7{bp{LsEx{L;bIYN*-F2KK^A46fxtS
z3LYg5o@EVsZAu*+3L8ouvWC10AHLn?4@PzrH<UBhP})$}<Np_OML1B9l4{>;Lg6OH

diff --git a/src/ptbench/data/hivtb/fold_4.py b/src/ptbench/data/hivtb/fold_4.py
index 11111025..c5952356 100644
--- a/src/ptbench/data/hivtb/fold_4.py
+++ b/src/ptbench/data/hivtb/fold_4.py
@@ -33,7 +33,7 @@ class DefaultModule(BaseDataModule):
         )
 
     def setup(self, stage: str):
-        self.dataset = _maker("fold_4")
+        self.dataset = _maker("fold-4")
         (
             self.train_dataset,
             self.validation_dataset,
diff --git a/src/ptbench/data/hivtb/fold_5.json.bz2 b/src/ptbench/data/hivtb/fold_5.json.bz2
deleted file mode 100644
index 33236bf2115496a336d0f1b5dba0c1ff82106966..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 665
zcmV;K0%rX}T4*^jL0KkKS%vJ3+yE7B-+%xRPzV3;Fk(eYrstn3Py?P}zyls2U}PBp
z1|va`$P6N>`)JcDpa1{>00T{_O{Pjz(*OVf00w%hqd?K1&@v2+Oqf6>sw7PaX`@UU
znKq}W119xNb=pwsca%LpmyttnHaW^1B@ZHp0*7aJUv~R_-<xjz`?)t<oAz$B*{02$
zx^2#zq~=siRY_+p&{QVqYd`?WtGp4S=rg2ZTpdPL<mOpUipFOY%+^8J7j2bxmTC=S
z%@kY(H&;d)CoF+-<S;70Pa^TMuLzvPlmLnZ66F${6jf6XH5Z{;nU_}bc7CD~h>fYd
zQ@y#>=IK6i*}CWfw#Ftl!JXuig{sYD-R5t4=C5}8-Q`{HC}Uz{1~5ZldV549p>H|4
zyu8-?c5dxXb(ewJM>?5Mm_#s$0wIJYGDJuurKnRPg{^f}&{E6g8=hxG(RaQifKZ7c
zDUm{QLQ^7y!9rxrBoi={wF{GY_nF68I@E>p8rKvjWJ3sH34q{mkPwq<69o%1cCV8+
z#n$O>j=8!w(M(M=F}4V9O5Ht8k271$)2hd-PhgnF!L|T1Rl9j=%QGIP?y+U&#Ppbi
zAZ%@b%IQ0rF5O`5W?l8GRX8z&8xsI*Y)o@`R_gkBvn8{ttKHsdv12*LbBx)}Gn+Za
zGo0sdONm3kp~Rt~LxDqqLy1FyLy1F_q2F)8V*xB;ld-<)=vFa?7BOO4R9OTNsudwg
z6e2+skwHkRP$h*S0Fa^}N+|&eQ3Aq77{(?sV;SctYEbhif3^MOq3NkZ?dnj$LmqkB
zQ1d8h>QLRTH7IWFC~PQn6gBNAe!Mw~9?a-a<|t>Rp|GK^U;JIk6yZWb7qT;OdZI1z

diff --git a/src/ptbench/data/hivtb/fold_5.py b/src/ptbench/data/hivtb/fold_5.py
index b27e34df..bc80b9ff 100644
--- a/src/ptbench/data/hivtb/fold_5.py
+++ b/src/ptbench/data/hivtb/fold_5.py
@@ -33,7 +33,7 @@ class DefaultModule(BaseDataModule):
         )
 
     def setup(self, stage: str):
-        self.dataset = _maker("fold_5")
+        self.dataset = _maker("fold-5")
         (
             self.train_dataset,
             self.validation_dataset,
diff --git a/src/ptbench/data/hivtb/fold_6.json.bz2 b/src/ptbench/data/hivtb/fold_6.json.bz2
deleted file mode 100644
index 383f694d57dd79f718e59f2ca677e8284c189d1f..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 666
zcmV;L0%iR|T4*^jL0KkKS#Rry;Q$qG-+%xRPzV3;Fk(eYrstn3Py?Q@-~rDF5vorn
z(wK%58hVoenHd@gss5T8Dw=2mAjkj%K+|eN6qPi<00001C#tHA13)wkLn9L=5DBVE
zO-9lNfY4-mo}dp&y;E(sls#{OL%;cb3LE%mQA3QOa0EaLz#;%r?(Rh;MEcQ))|<?D
z)yYg+G@mnLL5l@7<y}2Ofp-&TMACXsO$bFHRTYzg2e`bM#!}{5m^3y{8)S4EHm2Vm
zVk9GYQM9u#zFMcG9-z#S*yJTp8Ou}BdwXzAq@W-|Ix#v=mM&p5q#-%RkS?xgTyC?U
zsDz>*w_7Kgs#mww(>m8K+@Kp{6B__K$t4SSs<n}vT;1nWGnKh8-q<i;m<fzbXQ#A6
zN*8SAc3pKZI$OEtYh$ce*+b<@gye_<AP9yKl*thwl9r(oC|c^Y`Fp#br+2yP-zz4{
z=_J8InIS0!3CRf(C_pGdGYLsE2}@9n&El)pBP_0|;mtmjDhPlfgdiJ%!azbzs7w?s
ztLIOwHJR4a={?=?hUgnj3{3(Xt1DXKu5irL=CxUzxotfF34?3^WomRgu3?!v)=w?n
z-cBHFK-&`=0R~m(*;Tv7_k6Bp*6voZf*Sw<0{{Tx+L_(fEXn4~=3L#kc-Wa{vs%`*
zX0uw%*0rtuZbc5#ha!gJhZ2Vpha!g(ha!hbTW(8Rm8}-rXx}}{d@o?3L{O25B$)<G
zXqgy_jAI7UXv9=xpe&SFMkHyZN=DIUW*L@cnVGJlhQ$tL5BA@^6g&1PeY^@7P|kYZ
zQ07qG;85G9*rDU>D0CD&<qf+EAFkd74<@%1I21M3Q0ORa?f;9pBAh5lH}%8tfXuTe
AVgLXD

diff --git a/src/ptbench/data/hivtb/fold_6.py b/src/ptbench/data/hivtb/fold_6.py
index f6cd1cf5..d1a646dc 100644
--- a/src/ptbench/data/hivtb/fold_6.py
+++ b/src/ptbench/data/hivtb/fold_6.py
@@ -33,7 +33,7 @@ class DefaultModule(BaseDataModule):
         )
 
     def setup(self, stage: str):
-        self.dataset = _maker("fold_6")
+        self.dataset = _maker("fold-6")
         (
             self.train_dataset,
             self.validation_dataset,
diff --git a/src/ptbench/data/hivtb/fold_7.json.bz2 b/src/ptbench/data/hivtb/fold_7.json.bz2
deleted file mode 100644
index c95200d8570e5015b79fc79e16b3e869de93fb49..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 668
zcmV;N0%QF`T4*^jL0KkKSvZkf+5i=9-+%xRPzV3;Fk(eYrstn3Py?Pp&=H;x8e&W(
zDj6{u1_aR2qXq^+kN{#d84Q5JDxdpQ(@m<N000000#8*{8U}!97=}hBOduQ86e;MC
zG!2n7Z&dXfGI}4Xn8t*I=IkUMep9@VX}-Ei2GJnzBpVVAzC3tkl<V!&JI-;_O*81O
zij}8sy6f4lS>qWqH_Nw3mh2zaUdmd^xuG??ZRoU2zEwGVT%c7hD&Ac1a8Rt;+TzL&
ziCy8vqN-GkQbjR&CzM)yit*IV^Kzb%R%BtmY|<BaZ(F*XrIOvy(XMzY=1%2qWr}xL
zqG$ey0wNv;b$4$^T-H_FedaV$2#_HN05{?yHX+SYZ$#XWTQ_%hwM@n6DHIX~Bnl}c
zPwnC$0RzUH?{qxzell~xl|f$5fd=}-1k^%GAtew}fE!T_AOj)-Xh5!IK5u(H?J23e
z=QB=S^Z=R=8&CsCKxse)p#dZyB-{X-Z~`I)S2B(*o{o&1x#(EBAZk$wC@DZGBM86=
zC;*WFq#$hz#J94yt9#AizHv>t1Q0?<6p$pEs+)T<f}D%jn$82lfkgx&5P>3H;p(#P
zQ^i?W)oSgMvLHZ^LIeOBy*g6MhgMkzwAQMnpnyU`LPR0~1x{&VbDOk?ZQGWoF@_*l
zS9Mo+byrn&S9g25oQVf<Amm6gBpVV9i3cJ<u^{9~Hx;(zu2r#Ci)(A=xo=+hD2NcC
zOjM#IFd7h;gxImNU_jA~n2k}aF`6xtBq2a4RVr2Vk_-|KWP{TlHb^}1NIzbrf{6ul
zy$J_0L6@l@#_57VuL41tAor3Ca3mkz?c{^mc@hoeg8GRDWP=}H_`8xR!i0guir&y~
C3ms(u

diff --git a/src/ptbench/data/hivtb/fold_7.py b/src/ptbench/data/hivtb/fold_7.py
index 7fabae5c..de29f234 100644
--- a/src/ptbench/data/hivtb/fold_7.py
+++ b/src/ptbench/data/hivtb/fold_7.py
@@ -33,7 +33,7 @@ class DefaultModule(BaseDataModule):
         )
 
     def setup(self, stage: str):
-        self.dataset = _maker("fold_7")
+        self.dataset = _maker("fold-7")
         (
             self.train_dataset,
             self.validation_dataset,
diff --git a/src/ptbench/data/hivtb/fold_8.json.bz2 b/src/ptbench/data/hivtb/fold_8.json.bz2
deleted file mode 100644
index 82069501222e46f09cd8851fb6ec2a53b15066b4..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 677
zcmV;W0$Tk-T4*^jL0KkKSqEOcy8sn#-+%xRPzV3;Fk(eYrstn3Py?Q@=PCs7ff}Zb
zHlZ+0GHj**OiWBFr})Iur~m)}007kXq|*|rG-PDc1i>&S5J~E)qd?FN0}#l>$%Fza
zr4>I+QZfu7iRyZQZ6^Iw7|lUni}O%d&-{Iq70+7PL0%#X+5r#(;0S;dP3oD}#vv;;
z6BMIt+d>l2nY!^I;|_IWM+qt6(Q;u;gy{&2iosP{u`1^@5LrMqX&E(_3aw+Cvj$8I
zy<BQ!ijbSB#wsB>1mJQ-V{H{{O`D2=iKHs6(a3o6TT`lVMWs5;Sew{0c}zg4)s<Cw
zyv*Hm?X4xPY3qt77kZptan}14Fbojb#>N016q3@Ko4l5;URGCN+MUj3?`VZWp;AIZ
z5)<pXfSc#O+fDb>(`($*EiXLy95u^vt**qoi&89+YD6yL+<;qJL<>uq6W!ypd5>?E
z*_?};=Tc4uq(Ft-668YU5~LDKv@Y(@x)So?pLd<d+I^Y3tmh=^(&%eIX@-yu=z2&E
zB-+wow7cGQsJ`y*3Lx(nI|<Du+Gqs8O|?p+D)+N?v6sr6sT;6NV*pG6Gk3b@G1f+2
zZlW)fcX&f$Vg|vnum%^(u;nPlnaPe_vMQqhLt|qA5CAhOdAd`}QO(}+@zm{Ef?{&2
zN|hv%RFX=X^*odn?@(8gg0`Tq6$N;xE6G7#Dhl#YSAy2tlG~M5qgAo1Up>owuVy0}
zg9JiRA!cDrXt89)AsS^75om&9QW`ci$W10fW<r3Ws#0vAt`rsKps)WQ*r2bT6czk>
zC@V?|*EyPkywnxHMFn)lVL@FxR29iVUvh%D?NC?w->QPU%TQNU1!q!%xhN}+zfpH2
LQ-uitb?eKpTHZNn

diff --git a/src/ptbench/data/hivtb/fold_8.py b/src/ptbench/data/hivtb/fold_8.py
index 53a0e1a7..9370dcea 100644
--- a/src/ptbench/data/hivtb/fold_8.py
+++ b/src/ptbench/data/hivtb/fold_8.py
@@ -33,7 +33,7 @@ class DefaultModule(BaseDataModule):
         )
 
     def setup(self, stage: str):
-        self.dataset = _maker("fold_8")
+        self.dataset = _maker("fold-8")
         (
             self.train_dataset,
             self.validation_dataset,
diff --git a/src/ptbench/data/hivtb/fold_9.json.bz2 b/src/ptbench/data/hivtb/fold_9.json.bz2
deleted file mode 100644
index 568b065b753ea03842f332e354e9c62a3d4e67e3..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 663
zcmV;I0%-k0T4*^jL0KkKS=3C|VgMCx-+%xRPzV3;Fk(eYrstn3Py@bT;6-PI1_nWp
z0Ae&541mHXkTRt}01SWt0LG;>%_%_88Vvws8W>7`s;B?}13&-(4eE*%^)!K@rae)k
zdZ(ylZ6^Iw7|@V>+Y%2y^zS4ZaIS(uyhuCA2IPact8KQK*4t&<Hs-Ia)@P;g*Gtcu
zwb!31x3ErWdCXx7sgahB&{r0(ak_Tq>JW*|BGD90gEOh3UM0n0%!RjkPG@5&tWmH|
zX49!qM46>VqaXs@><QMe#p$v)Y`X@KoTs@PhN`b#v<hz|Imc+)+b31u@0^I|Idbkm
z-h;$*rPXaKO9&*01`-f~4>CzLtYe$k6N<hzN-tZMR3WGUC;$o&fKPu$(oJVs&aQ8o
z#q)~KJJiobnOzgSRVILJ2Ec9uN~msuB~dg`nw!SwHn`d?X0KY>u58J)l~9@}X%r@k
z8dXAS0%{daAgXCpO&o7}Q;lL~?`X~Oj0V$E#^5*&KqDhaCy@Y0AQK#oS*#v}^!4Ja
zySeLj=U{;X2p|Grfwi@ZGU=>gZM)V&01YIP0U`k;fNV@w1mq;`P21FyhXKJLkO4rD
z2wyoexYE?nxy`FZm1b@N2tr6OOaeh5u=U%)O*uz17OdQ-V32O^?(VAPUEST?)$7vY
zNIQuK5<!t5+>mZaIFb#?2NFTfR%UeNp=M#3RTf!X*`nRKRA6LbNr3@|VF{6efF>aY
zB_Rd|1tiFm0Axai2w{*`DOFUekyMhURaNv73=$4Rga421k`Fu*57(g}qCs4*LP5xo
xW#~vX#bA(Y*hn)Z9`Zqs!a?KRz>s?{B0<2AUr8X$kYnlUF64@Ep&_W5uEb`OCkX%m

diff --git a/src/ptbench/data/hivtb/fold_9.py b/src/ptbench/data/hivtb/fold_9.py
index dcac4d53..70605f8d 100644
--- a/src/ptbench/data/hivtb/fold_9.py
+++ b/src/ptbench/data/hivtb/fold_9.py
@@ -33,7 +33,7 @@ class DefaultModule(BaseDataModule):
         )
 
     def setup(self, stage: str):
-        self.dataset = _maker("fold_9")
+        self.dataset = _maker("fold-9")
         (
             self.train_dataset,
             self.validation_dataset,
-- 
GitLab