Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Oct 28, 2023
1 parent 4539f10 commit dfd44c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ mamba install -c conda-forge safe-mol

### Datasets and Models

| 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 |
| 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/datasets/datamol-io/safe-gpt) | 1.1B rows | 250GB | Training dataset |
| Dataset | [datamol-io/safe-drugs](https://huggingface.co/datasets/datamol-io/safe-drugs) | 26 rows | 20 kB | Benchmarking dataset |

## Usage

Expand Down
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ mamba install -c conda-forge safe-mol

### Datasets and Models

| 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 |
| 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/datasets/datamol-io/safe-gpt) | 1.1B rows | 250GB | Training dataset |
| Dataset | [datamol-io/safe-drugs](https://huggingface.co/datasets/datamol-io/safe-drugs) | 26 rows | 20 kB | Benchmarking dataset |

## Usage

Expand Down

0 comments on commit dfd44c7

Please sign in to comment.