matthewpwilson-ibm commited on
Commit
d202de9
·
verified ·
1 Parent(s): d9bfa88
Files changed (1) hide show
  1. README.md +20 -20
README.md CHANGED
@@ -1,20 +1,20 @@
1
- ---
2
- license: apache-2.0
3
- library_name: transformers
4
- pipeline_tag: feature-extraction
5
- tags:
6
- - chemistry
7
- - transformers
8
- ---
9
-
10
- # selfies-ted2m
11
-
12
- selfies-ted is an transformer based encoder decoder model for molecular representations using SELFIES. This is a 2.2M parameter version of the model. For the full-sized version and more informatin on architecture, see [selfies-ted](https://huggingface.co/ibm-research/materials.selfies-ted).
13
-
14
- This version also includes a projection layer to convert the last hidden state of the BART model (256-dimensional vector per token) to a single 128-dimension vector for the whole SELFIES sequence.
15
-
16
-
17
-
18
-
19
-
20
-
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: feature-extraction
5
+ tags:
6
+ - chemistry
7
+ - transformers
8
+ ---
9
+
10
+ # selfies-ted2m
11
+
12
+ selfies-ted is an transformer based encoder decoder model for molecular representations using SELFIES. This is a 2.2M parameter version of the model. For the full-sized version and more information on architecture, see [selfies-ted](https://huggingface.co/ibm-research/materials.selfies-ted).
13
+
14
+ This version also includes a projection layer to convert the last hidden state of the BART model (256-dimensional vector per token) to a single 128-dimension vector for the whole SELFIES sequence.
15
+
16
+
17
+
18
+
19
+
20
+