Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
-
- mistralai/Mistral-Small-
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
tags:
|
| 9 |
- smiles
|
|
@@ -14,7 +14,7 @@ tags:
|
|
| 14 |
# ether0
|
| 15 |
|
| 16 |
ether0 is a 24B language model trained to reason in English and output molecular structures as SMILES.
|
| 17 |
-
It is derived from fine-tuning and reinforcement learning training from Mistral-Small-
|
| 18 |
Ask questions in English, but they may also include molecules specified as SMILES. The SMILES need not be canonical.
|
| 19 |
ether0 has limited support for IUPAC names.
|
| 20 |
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
+
- mistralai/Mistral-Small-24B-Instruct-2501
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
tags:
|
| 9 |
- smiles
|
|
|
|
| 14 |
# ether0
|
| 15 |
|
| 16 |
ether0 is a 24B language model trained to reason in English and output molecular structures as SMILES.
|
| 17 |
+
It is derived from fine-tuning and reinforcement learning training from Mistral-Small-24B-Instruct-2501.
|
| 18 |
Ask questions in English, but they may also include molecules specified as SMILES. The SMILES need not be canonical.
|
| 19 |
ether0 has limited support for IUPAC names.
|
| 20 |
|