Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,9 @@ tags:
|
|
| 9 |
- AI4Science
|
| 10 |
- materials
|
| 11 |
- molecules
|
|
|
|
|
|
|
|
|
|
| 12 |
library_name: transformers
|
| 13 |
---
|
| 14 |
# Introduction to IBM's Foundation Models for Materials
|
|
@@ -23,8 +26,12 @@ This repository provides PyTorch source code associated with our publication, "A
|
|
| 23 |
|
| 24 |
Paper: [Arxiv Link](https://github.com/IBM/materials/blob/main/smi-ted/paper/smi_ted_preprint.pdf)
|
| 25 |
|
| 26 |
-
|
|
|
|
|
|
|
|
|
|
| 27 |
|
|
|
|
| 28 |
|
| 29 |

|
| 30 |
|
|
|
|
| 9 |
- AI4Science
|
| 10 |
- materials
|
| 11 |
- molecules
|
| 12 |
+
- safetensors
|
| 13 |
+
- pytorch
|
| 14 |
+
- transformer
|
| 15 |
library_name: transformers
|
| 16 |
---
|
| 17 |
# Introduction to IBM's Foundation Models for Materials
|
|
|
|
| 26 |
|
| 27 |
Paper: [Arxiv Link](https://github.com/IBM/materials/blob/main/smi-ted/paper/smi_ted_preprint.pdf)
|
| 28 |
|
| 29 |
+
We provide the model weights in two formats:
|
| 30 |
+
|
| 31 |
+
- PyTorch (`.pt`): [smi-ted-Light_40.pt](smi-ted-Light_40.pt)
|
| 32 |
+
- safetensors (`.safetensors`): [model_weights.safetensors](model_weights.safetensors)
|
| 33 |
|
| 34 |
+
For more information contact: [email protected] or [email protected].
|
| 35 |
|
| 36 |

|
| 37 |
|