diff --git a/hydra_flash/conf/experiment/__init__.py b/hydra_flash/conf/experiment/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/hydra_flash/conf/experiment/hymenoptera.yaml b/hydra_flash/conf/experiment/hymenoptera.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..167fa08668eb2f8141329f2c537297b17800b136
--- /dev/null
+++ b/hydra_flash/conf/experiment/hymenoptera.yaml
@@ -0,0 +1,13 @@
+# @package _global_
+defaults:
+  - _self_
+  - /server: local
+  - /preprocess: hymenoptera
+  - /datamodule: hymenoptera
+  - /model: resnet18
+  - /datamodule@predict_datamodule: hymenoptera_test
+
+trainer:
+  _target_: flash.Trainer
+  max_epochs: 3
+  gpus: 1
diff --git a/hydra_flash/conf/preprocess/__init__.py b/hydra_flash/conf/preprocess/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/hydra_flash/conf/preprocess/download.yaml b/hydra_flash/conf/preprocess/download.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d0692a41d80e34216bd59f378b9c6b99e4c08a14
--- /dev/null
+++ b/hydra_flash/conf/preprocess/download.yaml
@@ -0,0 +1,2 @@
+_target_: flash.core.data.utils.download_data
+path: ${path}
diff --git a/hydra_flash/conf/preprocess/hymenoptera.yaml b/hydra_flash/conf/preprocess/hymenoptera.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..b5d48bef8b9368b6598a9719986f089c21f953f3
--- /dev/null
+++ b/hydra_flash/conf/preprocess/hymenoptera.yaml
@@ -0,0 +1,4 @@
+defaults:
+  - download
+
+url: "https://pl-flash-data.s3.amazonaws.com/hymenoptera_data.zip"