update metadata in readme
Browse files
README.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# MoLFormer-c3-1.1B
|
| 2 |
|
| 3 |
-
MoLFormer-c3-1.1B, as described in the
|
| 4 |
|
| 5 |
## Usage
|
| 6 |
|
|
@@ -14,7 +25,3 @@ model = AutoModelForMaskedLM.from_pretrained("DeepChem/MoLFormer-c3-1.1B")
|
|
| 14 |
## Reference
|
| 15 |
|
| 16 |
1. Singh R, Barsainyan AA, Irfan R, Amorin CJ, He S, Davis T, et al. ChemBERTa-3: An Open Source Training Framework for Chemical Foundation Models. ChemRxiv. 2025; doi:10.26434/chemrxiv-2025-4glrl-v2 This content is a preprint and has not been peer-reviewed.
|
| 17 |
-
|
| 18 |
-
---
|
| 19 |
-
license: mit
|
| 20 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: fill-mask
|
| 5 |
+
tags:
|
| 6 |
+
- cheminformatics
|
| 7 |
+
- ChemBERTa-3
|
| 8 |
+
- masked-lm
|
| 9 |
+
- c3-MoLFormer
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# MoLFormer-c3-1.1B
|
| 13 |
|
| 14 |
+
MoLFormer-c3-1.1B, as described in the Chemberta-3 paper [1] is pretrained on a combination of 100% ZINC20 (1B) and 100% Pubchem (100M)
|
| 15 |
|
| 16 |
## Usage
|
| 17 |
|
|
|
|
| 25 |
## Reference
|
| 26 |
|
| 27 |
1. Singh R, Barsainyan AA, Irfan R, Amorin CJ, He S, Davis T, et al. ChemBERTa-3: An Open Source Training Framework for Chemical Foundation Models. ChemRxiv. 2025; doi:10.26434/chemrxiv-2025-4glrl-v2 This content is a preprint and has not been peer-reviewed.
|
|
|
|
|
|
|
|
|
|
|
|