From 4a53b3dba045806544848fff8a1917fdaf6507a4 Mon Sep 17 00:00:00 2001 From: Jucheng Hu Date: Mon, 16 Jun 2025 15:10:18 +0800 Subject: [PATCH] adding configs --- .../pipelines/puzzle_configs/InChI2logPbootcamp_test.json | 6 ++++++ .../pipelines/puzzle_configs/InChI2logPbootcamp_train.json | 6 ++++++ .../pipelines/puzzle_configs/SMILES2logPBootCamp_test.json | 6 ++++++ .../pipelines/puzzle_configs/SMILES2logPBootCamp_train.json | 6 ++++++ 4 files changed, 24 insertions(+) create mode 100644 examples/pipelines/puzzle_configs/InChI2logPbootcamp_test.json create mode 100644 examples/pipelines/puzzle_configs/InChI2logPbootcamp_train.json create mode 100644 examples/pipelines/puzzle_configs/SMILES2logPBootCamp_test.json create mode 100644 examples/pipelines/puzzle_configs/SMILES2logPBootCamp_train.json diff --git a/examples/pipelines/puzzle_configs/InChI2logPbootcamp_test.json b/examples/pipelines/puzzle_configs/InChI2logPbootcamp_test.json new file mode 100644 index 0000000..a1dc24e --- /dev/null +++ b/examples/pipelines/puzzle_configs/InChI2logPbootcamp_test.json @@ -0,0 +1,6 @@ +[ + { + "max_atoms": 15, + "min_atoms": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/InChI2logPbootcamp_train.json b/examples/pipelines/puzzle_configs/InChI2logPbootcamp_train.json new file mode 100644 index 0000000..a1dc24e --- /dev/null +++ b/examples/pipelines/puzzle_configs/InChI2logPbootcamp_train.json @@ -0,0 +1,6 @@ +[ + { + "max_atoms": 15, + "min_atoms": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/SMILES2logPBootCamp_test.json b/examples/pipelines/puzzle_configs/SMILES2logPBootCamp_test.json new file mode 100644 index 0000000..7f31296 --- /dev/null +++ b/examples/pipelines/puzzle_configs/SMILES2logPBootCamp_test.json @@ -0,0 +1,6 @@ +[ + { + "min_len": 5, + "max_len": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/SMILES2logPBootCamp_train.json b/examples/pipelines/puzzle_configs/SMILES2logPBootCamp_train.json new file mode 100644 index 0000000..7f31296 --- /dev/null +++ b/examples/pipelines/puzzle_configs/SMILES2logPBootCamp_train.json @@ -0,0 +1,6 @@ +[ + { + "min_len": 5, + "max_len": 25 + } +] \ No newline at end of file