Update README.md
Browse files
README.md
CHANGED
@@ -7,15 +7,16 @@ language:
|
|
7 |
- en
|
8 |
- zh
|
9 |
---
|
10 |
-
# ChemDFM:
|
11 |
|
12 |

|
13 |
|
14 |
-
ChemDFM is the pioneering open-sourced dialogue foundation model for Chemistry and
|
15 |
|
16 |
## News
|
17 |
|
18 |
-
* **
|
|
|
19 |
* **2024-06-13**: The results on the comprehensive science benchmark [SciKnowEval](https://huggingface.co/datasets/hicai-zju/SciKnowEval) show that "ChemDFM emerged as one of the top open-source models by continuing pre-training and fine-tuning on a vast corpus of scientific literature".
|
20 |
* **2024-04-17**: The evaluation data (including instructions) we used in our paper is released on [GitHub](https://github.com/OpenDFM/ChemDFM)
|
21 |
* **2024-03-12**: The parameter of [ChemDFM-v1.0-13B](https://huggingface.co/OpenDFM/ChemDFM-v1.0-13B) is open-sourced!
|
@@ -94,7 +95,7 @@ def canonicalize_smiles(smiles):
|
|
94 |
|
95 |
### Chemical Benchmarks
|
96 |
|
97 |
-
We evaluate the performance of ChemDFM-13B on multiple widely
|
98 |
|
99 |

|
100 |
|
|
|
7 |
- en
|
8 |
- zh
|
9 |
---
|
10 |
+
# ChemDFM: A Large Language Foundation Model for Chemistry
|
11 |
|
12 |

|
13 |
|
14 |
+
ChemDFM is the pioneering open-sourced dialogue foundation model for Chemistry and molecular science, which is built based on LLaMa-13B. ChemDFM outperforms the open-sourced LLMs in all the typical tasks of chemistry, and even reaches comparable or higher performances to GPT-4. For more details, please refer to [our paper](https://arxiv.org/abs/2401.14818).
|
15 |
|
16 |
## News
|
17 |
|
18 |
+
* **2025-04-16**: Our paper is accepted by *Cell Report Physical Science*. The published version can be accessed [HERE](https://www.sciencedirect.com/science/article/pii/S2666386425001225)
|
19 |
+
* **2024-11-09**: [ChemDFM-v1.5-8B](https://huggingface.co/OpenDFM/ChemDFM-v1.5-8B) is released! We implemented our domain pre-training and instruction tuning procedure on a stronger base model LLaMA-3-8B.
|
20 |
* **2024-06-13**: The results on the comprehensive science benchmark [SciKnowEval](https://huggingface.co/datasets/hicai-zju/SciKnowEval) show that "ChemDFM emerged as one of the top open-source models by continuing pre-training and fine-tuning on a vast corpus of scientific literature".
|
21 |
* **2024-04-17**: The evaluation data (including instructions) we used in our paper is released on [GitHub](https://github.com/OpenDFM/ChemDFM)
|
22 |
* **2024-03-12**: The parameter of [ChemDFM-v1.0-13B](https://huggingface.co/OpenDFM/ChemDFM-v1.0-13B) is open-sourced!
|
|
|
95 |
|
96 |
### Chemical Benchmarks
|
97 |
|
98 |
+
We evaluate the performance of ChemDFM-13B on multiple widely used benchmarks in chemistry. The detailed introduction of the benchmarks can be found in [our paper](https://arxiv.org/abs/2401.14818). The overall performance of ChemDFM-13B is shown below:
|
99 |
|
100 |

|
101 |
|