Update README.md
Browse files
README.md
CHANGED
@@ -24,19 +24,18 @@ SMILES2IUPAC-small was designed to accurately translate SMILES chemical names to
|
|
24 |
### Model Description
|
25 |
|
26 |
SMILES2IUPAC-small is based on the MT5 model with optimizations in implementing different tokenizers for the encoder and decoder.
|
27 |
-
- **Developed by:**
|
28 |
-
- **Model type:**
|
29 |
-
- **Language(s) (NLP):**
|
30 |
-
- **License:**
|
31 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
32 |
|
33 |
### Model Sources [optional]
|
34 |
|
35 |
<!-- Provide the basic links for the model. -->
|
36 |
|
37 |
-
- **Repository:**
|
38 |
-
- **Paper [optional]:**
|
39 |
-
- **Demo [optional]:**
|
40 |
|
41 |
## Uses
|
42 |
|
|
|
24 |
### Model Description
|
25 |
|
26 |
SMILES2IUPAC-small is based on the MT5 model with optimizations in implementing different tokenizers for the encoder and decoder.
|
27 |
+
- **Developed by:** Knowladgator Engineering
|
28 |
+
- **Model type:** Encoder-Decoder with attention mechanism
|
29 |
+
- **Language(s) (NLP):** SMILES, IUPAC (English)
|
30 |
+
- **License:** Apache License 2.0
|
|
|
31 |
|
32 |
### Model Sources [optional]
|
33 |
|
34 |
<!-- Provide the basic links for the model. -->
|
35 |
|
36 |
+
- **Repository:** coming soon
|
37 |
+
- **Paper [optional]:** coming soon
|
38 |
+
- **Demo [optional]:** huggingface.co/spaces/knowledgator/ChemicalConverters
|
39 |
|
40 |
## Uses
|
41 |
|