@@ -19,7 +19,7 @@ Go to [Deploying Models](deploying-models.md) for more detailed deployment optio
1919<div markdown >
2020
2121[ :carbon-icn-github: openad-service-smi-ted] ( https://github.com/acceleratedscience/openad-service-smi-ted ) { .md-button }
22- [ compose.yml] ( https://github. com/acceleratedscience/openad-service-smi-ted/raw /main/compose.yaml ) { .md-button .md-button--primary download='compose.yml' }
22+ [ compose.yml] ( https://raw.githubusercontent. com/acceleratedscience/openad-service-smi-ted/main/compose.yaml ) { .md-button .md-button--primary download='compose.yml' }
2323[ Instructions] ( /docs/model-service/deploying-models/#deployment-via-container-composeyaml-recommended ) { .md-button .md-button--tertiary }
2424
2525This OpenAD service provides access to the ** SMILES-based Transformer Encoder-Decoder** (SMILES-TED), which is an encoder-decoder model pre-trained on a curated dataset of 91 million SMILES samples sourced from PubChem, equivalent to 4 billion molecular tokens. SMI-TED supports various complex tasks, including quantum property prediction, with two main variants ( 289 M and 8 × 289 M ).
@@ -38,7 +38,7 @@ Support for:
3838
3939Quick start with Docker Compose:
4040```
41- curl -O https://github. com/acceleratedscience/openad-service-smi-ted/raw /main/compose.yaml
41+ curl -O https://raw.githubusercontent. com/acceleratedscience/openad-service-smi-ted/main/compose.yaml
4242```
4343```
4444docker compose create
@@ -60,7 +60,7 @@ catalog model service from remote 'http://127.0.0.1:8080' as smi_ted
6060<div markdown >
6161
6262[ :carbon-icn-github: openad-service-bmfm-sm] ( https://github.com/acceleratedscience/openad-service-bmfm-sm ) { .md-button }
63- [ compose.yml] ( https://github. com/acceleratedscience/openad-service-bmfm-sm/raw /main/compose.yaml ) { .md-button .md-button--primary download='compose.yml' }
63+ [ compose.yml] ( https://raw.githubusercontent. com/acceleratedscience/openad-service-bmfm-sm/main/compose.yaml ) { .md-button .md-button--primary download='compose.yml' }
6464[ Instructions] ( /docs/model-service/deploying-models/#deployment-via-container-composeyaml-recommended ) { .md-button .md-button--tertiary }
6565
6666This OpenAD service provides access to the ** Biomedmultiview** foundation model with checkpoints for the following properties:
@@ -84,7 +84,7 @@ Support for:
8484
8585Quick start with Docker Compose:
8686```
87- curl -O https://github. com/acceleratedscience/openad-service-bmfm-sm/raw /main/compose.yaml
87+ curl -O https://raw.githubusercontent. com/acceleratedscience/openad-service-bmfm-sm/main/compose.yaml
8888```
8989```
9090docker compose create
@@ -106,7 +106,7 @@ catalog model service from remote 'http://127.0.0.1:8080' as bmfm_sm
106106<div markdown >
107107
108108[ :carbon-icn-github: openad-service-bmfm-pm] ( https://github.com/acceleratedscience/openad-service-bmfm-pm ) { .md-button }
109- [ compose.yml] ( https://github. com/acceleratedscience/openad-service-bmfm-pm/raw /main/compose.yaml ) { .md-button .md-button--primary download='compose.yml' }
109+ [ compose.yml] ( https://raw.githubusercontent. com/acceleratedscience/openad-service-bmfm-pm/main/compose.yaml ) { .md-button .md-button--primary download='compose.yml' }
110110[ Instructions] ( /docs/model-service/deploying-models/#deployment-via-container-composeyaml-recommended ) { .md-button .md-button--tertiary }
111111
112112This OpenAD service provides access to the ** Biomedmultialignment** foundation model with checkpoints for the following properties:
@@ -126,7 +126,7 @@ Support for:
126126
127127Quick start with Docker Compose:
128128```
129- curl -O https://github. com/acceleratedscience/openad-service-bmfm-pm/raw /main/compose.yaml
129+ curl -O https://raw.githubusercontent. com/acceleratedscience/openad-service-bmfm-pm/main/compose.yaml
130130```
131131```
132132docker compose create
@@ -148,7 +148,7 @@ catalog model service from remote 'http://127.0.0.1:8080' as bmfm_pm
148148<div markdown >
149149
150150[ :carbon-icn-github: openad-service-reinvent4] ( https://github.com/acceleratedscience/openad-service-reinvent4 ) { .md-button }
151- [ compose.yml] ( https://github. com/acceleratedscience/openad-service-reinvent4/raw /main/compose.yaml ) { .md-button .md-button--primary download='compose.yml' }
151+ [ compose.yml] ( https://raw.githubusercontent. com/acceleratedscience/openad-service-reinvent4/main/compose.yaml ) { .md-button .md-button--primary download='compose.yml' }
152152[ Instructions] ( /docs/model-service/deploying-models/#deployment-via-container-composeyaml-recommended ) { .md-button .md-button--tertiary }
153153
154154This OpenAD service provides access to the ** REINVENT 4** molecular design tool, which is used for de novo design, scaffold hopping, R-group replacement, linker design, molecule optimization, and other small molecule design tasks. REINVENT uses a Reinforcement Learning (RL) algorithm to generate optimized molecules compliant with a user-defined property profile defined as a multi-component score. Transfer Learning (TL) can be used to create or pre-train a model that generates molecules closer to a set of input molecules.
@@ -166,7 +166,7 @@ Support for:
166166
167167Quick start with Docker Compose:
168168```
169- curl -O https://github. com/acceleratedscience/openad-service-reinvent4/raw /main/compose.yaml
169+ curl -O https://raw.githubusercontent. com/acceleratedscience/openad-service-reinvent4/main/compose.yaml
170170```
171171```
172172docker compose create
0 commit comments