Skip to content

Commit

Permalink
Remove support to download public .hdf5 model files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshidaa committed Jun 3, 2024
1 parent 1caf8e2 commit f109429
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions aizynthfinder/tools/download_public_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
import tqdm

FILES_TO_DOWNLOAD = {
"policy_model": {
"filename": "uspto_model.hdf5",
"url": "https://zenodo.org/record/7341155/files/uspto_keras_model.hdf5",
},
"policy_model_onnx": {
"filename": "uspto_model.onnx",
"url": "https://zenodo.org/record/7797465/files/uspto_model.onnx",
Expand All @@ -20,10 +16,6 @@
"filename": "uspto_templates.csv.gz",
"url": "https://zenodo.org/record/7341155/files/uspto_unique_templates.csv.gz",
},
"ringbreaker_model": {
"filename": "uspto_ringbreaker_model.hdf5",
"url": "https://zenodo.org/record/7341155/files/uspto_ringbreaker_keras_model.hdf5",
},
"ringbreaker_model_onnx": {
"filename": "uspto_ringbreaker_model.onnx",
"url": "https://zenodo.org/record/7797465/files/uspto_ringbreaker_model.onnx",
Expand All @@ -36,10 +28,6 @@
"filename": "zinc_stock.hdf5",
"url": "https://ndownloader.figshare.com/files/23086469",
},
"filter_policy": {
"filename": "uspto_filter_model.hdf5",
"url": "https://ndownloader.figshare.com/files/25584743",
},
"filter_policy_onnx": {
"filename": "uspto_filter_model.onnx",
"url": "https://zenodo.org/record/7797465/files/uspto_filter_model.onnx",
Expand All @@ -52,7 +40,7 @@
- {}
ringbreaker:
- {}
- {}
- {}
filter:
uspto: {}
stock:
Expand Down

0 comments on commit f109429

Please sign in to comment.