BioMike commited on
Commit
d0cc70f
·
verified ·
1 Parent(s): c983d7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -1,3 +1,34 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: text2text-generation
4
+ tags:
5
+ - chemistry
6
+ - biology
7
+ - medical
8
+ - smiles
9
+ - iupac
10
+ - text-generation-inference
11
  ---
12
+ # SMILES-DeBERTa-base
13
+
14
+ SMILES-DeBERTa-base was designed to be used as an encoder of SMILES sequences in a general organic chemistry context.
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ SMILES-DeBERTa-base is based on the DeBERTa model with optimizations in implementing SMILES tokenizer for the encoder.
21
+ - **Developed by:** Knowladgator Engineering
22
+ - **Language(s) (NLP):** SMILES
23
+ - **License:** Apache License 2.0
24
+
25
+ ## Citation
26
+ Coming soon.
27
+
28
+ ## Model Card Authors
29
+
30
+ [Mykhailo Shtopko](https://huggingface.co/BioMike)
31
+
32
+ ## Model Card Contact
33
+
34