From 52f06915b356c60a821671cf46e229520c4a64ea Mon Sep 17 00:00:00 2001 From: Kamal Choudhary Date: Sat, 29 Jun 2024 02:02:06 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b78df95..2717b96 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,15 @@ Large language models (LLMs) such as generative pretrained transformers (GPTs) h ## Forward model example (structure to property) +``` python atomgpt/forward_models/forward_models.py --config_name atomgpt/examples/forward_model/config.json +``` ## Inverse model example (property to structure) +``` python atomgpt/inverse_models/inverse_models.py --config_name atomgpt/examples/inverse_model/config.json - +``` # Google colab/Jupyter notebook @@ -22,5 +25,5 @@ python atomgpt/inverse_models/inverse_models.py --config_name atomgpt/examples/i (Documentation development is in progress...) -![AtomGPT schematic](https://pubs.acs.org/cms/10.1021/acs.jpclett.4c01126/asset/images/large/jz4c01126_0001.jpeg) +