Skip to content

Commit

Permalink
add hf links to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Oct 28, 2023
1 parent e0cbede commit 8255fdf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
</a> |
<a href="https://huggingface.co/datamol-io/safe" target="_blank">
🤗 Model
</a> |
<a href="https://huggingface.co/datasets/datamol-io/safe-gpt" target="_blank">
🤗 Training Dataset
</a>
</p>

Expand Down Expand Up @@ -73,9 +76,11 @@ mamba install -c conda-forge safe-mol

### Datasets and Models

We provided a pretained GPT2 model (XX M parameters) using the SAFE molecular representation that has been trained on 1.1 billion molecules from Unichem (0.1B) + Zinc (1B):

- _Safe-XXM_ TODO
| Type | Name | Infos | Size | Comment |
| ------- | --------------------------------------------------------------------- | ---------- | ----- | -------------------- |
| Model | [datamol-io/safe-gpt](https://huggingface.co/datamol-io/safe-gpt) | 87M params | 350M | Default model |
| Dataset | [datamol-io/safe-gpt](https://huggingface.co/datamol-io/safe-gpt) | 1.1B rows | 250GB | Training dataset |
| Dataset | [datamol-io/safe-drugs](https://huggingface.co/datamol-io/safe-drugs) | 26 rows | 20 kB | Benchmarking dataset |

## Usage

Expand Down
11 changes: 8 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
</a> |
<a href="https://huggingface.co/datamol-io/safe" target="_blank">
🤗 Model
</a> |
<a href="https://huggingface.co/datasets/datamol-io/safe-gpt" target="_blank">
🤗 Training Dataset
</a>
</p>

Expand Down Expand Up @@ -73,9 +76,11 @@ mamba install -c conda-forge safe-mol

### Datasets and Models

We provided a pretained GPT2 model (XX M parameters) using the SAFE molecular representation that has been trained on 1.1 billion molecules from Unichem (0.1B) + Zinc (1B):

- _Safe-XXM_ TODO
| Type | Name | Infos | Size | Comment |
| ------- | --------------------------------------------------------------------- | ---------- | ----- | -------------------- |
| Model | [datamol-io/safe-gpt](https://huggingface.co/datamol-io/safe-gpt) | 87M params | 350M | Default model |
| Dataset | [datamol-io/safe-gpt](https://huggingface.co/datamol-io/safe-gpt) | 1.1B rows | 250GB | Training dataset |
| Dataset | [datamol-io/safe-drugs](https://huggingface.co/datamol-io/safe-drugs) | 26 rows | 20 kB | Benchmarking dataset |

## Usage

Expand Down

0 comments on commit 8255fdf

Please sign in to comment.