Instructions to use IshanKumar/molecular_generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use IshanKumar/molecular_generation with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://IshanKumar/molecular_generation") - Notebooks
- Google Colab
- Kaggle
| library_name: keras | |
| tags: | |
| - mol_gen | |
| ## Model description | |
| More information needed | |
| ## Intended uses & limitations | |
| More information needed | |
| ## Training and evaluation data | |
| More information needed | |
| ## Training procedure | |
| ### Training hyperparameters | |
| The following hyperparameters were used during training: | |
| - optimizer: {'name': 'Adam', 'learning_rate': 0.0005, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False} | |
| - training_precision: float32 | |
| ## Training Metrics | |
| | Epochs | Train Loss | | |
| |--- |--- | | |
| | 1| 68866.578| | |
| | 2| 68818.219| | |
| | 3| 68850.844| | |
| | 4| 68829.688| | |
| | 5| 68840.258| | |
| | 6| 68813.281| | |
| | 7| 68809.414| | |
| | 8| 68815.312| | |
| | 9| 68805.641| | |
| | 10| 68803.672| | |
| ## Model Plot | |
| <details> | |
| <summary>View Model Plot</summary> | |
|  | |
| </details> |