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