Eachan Johnson
commited on
Commit
·
a466b86
1
Parent(s):
cd9c1a6
Update settings and model preload
Browse files
README.md
CHANGED
@@ -9,6 +9,16 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
short_description: SMILES canonicalization with various Large Chemical Models
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Demonstration of SMILES canonicalization with pre-trained LChemME checkpoints
|
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
short_description: SMILES canonicalization with various Large Chemical Models
|
12 |
+
models:
|
13 |
+
- scbirlab/lchemme-base-zinc22-lteq300
|
14 |
+
- scbirlab/lchemme-base-dosedo-lteq300
|
15 |
+
- facebook/bart-base
|
16 |
+
preload_from_hub:
|
17 |
+
- scbirlab/lchemme-base-zinc22-lteq300
|
18 |
+
- scbirlab/lchemme-base-dosedo-lteq300
|
19 |
+
- facebook/bart-base
|
20 |
+
tags:
|
21 |
+
- chemistry
|
22 |
---
|
23 |
|
24 |
# Demonstration of SMILES canonicalization with pre-trained LChemME checkpoints
|