ARY2260 commited on
Commit
9f1b9ea
·
verified ·
1 Parent(s): 3e289c7

update readme with journal reference

Browse files
Files changed (1) hide show
  1. README.md +27 -27
README.md CHANGED
@@ -1,27 +1,27 @@
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
-
18
- ```python
19
- from transformers import AutoTokenizer, AutoModelForMaskedLM
20
-
21
- tokenizer = AutoTokenizer.from_pretrained("DeepChem/MoLFormer-c3-1.1B")
22
- model = AutoModelForMaskedLM.from_pretrained("DeepChem/MoLFormer-c3-1.1B")
23
- ```
24
-
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.
 
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
+
18
+ ```python
19
+ from transformers import AutoTokenizer, AutoModelForMaskedLM
20
+
21
+ tokenizer = AutoTokenizer.from_pretrained("DeepChem/MoLFormer-c3-1.1B")
22
+ model = AutoModelForMaskedLM.from_pretrained("DeepChem/MoLFormer-c3-1.1B")
23
+ ```
24
+
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. RSC Digital Discovery 2026; doi:10.1039/D5DD00348B