hkqiu commited on
Commit
ef299af
·
verified ·
1 Parent(s): 864c14d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text2text-generation
4
+ tags:
5
+ - chemistry
6
+ ---
7
+
8
+ Here is the pretrained version of __PolyTAO__, the first pretrained generative language model for _polymer design_.
9
+
10
+ The pretrained PolyTAO generates polymers with 15 predefined properties, i.e.:
11
+
12
+ ```
13
+ MolWt,
14
+ HeavyAtomCount,
15
+ NHOHCount,
16
+ NOCount,
17
+ NumAliphaticCarbocycles,
18
+ NumAliphaticHeterocycles,
19
+ NumAliphaticRings,
20
+ NumAromaticCarbocycles,
21
+ NumAromaticHeterocycles,
22
+ NumAromaticRings,
23
+ NumHAcceptors,
24
+ NumHDonors,
25
+ NumHeteroatoms,
26
+ NumRotatableBonds,
27
+ RingCount
28
+ ```
29
+
30
+ Once one supplied these prompts, PolyTAO can generate polymers based on these characteristics.
31
+
32
+ __Try it, such as: "264,19,0,4,1,0,1,0,0,0,4,0,6,5,1"!__