eduardosoares99
commited on
Commit
•
5909075
1
Parent(s):
2ce84eb
Update ReadMe
Browse files
README.md
CHANGED
@@ -1,6 +1,22 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
# SMILES-based Transformer Encoder-Decoder (SMI-TED)
|
5 |
|
6 |
This repository provides PyTorch source code associated with our publication, "A Large Encoder-Decoder Family of Foundation Models for Chemical Language".
|
@@ -133,4 +149,4 @@ For decoder, you can use the function, so you can return from embeddings to SMIL
|
|
133 |
```python
|
134 |
with torch.no_grad():
|
135 |
decoded_smiles = model.decode(encoded_embeddings)
|
136 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
metrics:
|
4 |
+
- accuracy
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: feature-extraction
|
7 |
+
tags:
|
8 |
+
- chemistry
|
9 |
+
- foundation models
|
10 |
+
- AI4Science
|
11 |
+
- materials
|
12 |
+
- molecules
|
13 |
---
|
14 |
+
# Introduction to IBM's Foundation Models for Materials
|
15 |
+
|
16 |
+
Welcome to IBM's series of large foundation models for sustainable materials. Our models span a variety of representations and modalities, including SMILES, SELFIES, 3D atom positions, 3D density grids, molecular graphs, and other formats. These models are designed to support and advance research in materials science and chemistry.
|
17 |
+
|
18 |
+
GitHub: [GitHub Link](https://github.com/IBM/materials/tree/main)
|
19 |
+
|
20 |
# SMILES-based Transformer Encoder-Decoder (SMI-TED)
|
21 |
|
22 |
This repository provides PyTorch source code associated with our publication, "A Large Encoder-Decoder Family of Foundation Models for Chemical Language".
|
|
|
149 |
```python
|
150 |
with torch.no_grad():
|
151 |
decoded_smiles = model.decode(encoded_embeddings)
|
152 |
+
```
|