Update README.md
Browse files
README.md
CHANGED
|
@@ -14,13 +14,16 @@ language:
|
|
| 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 |
-
*
|
| 19 |
-
*
|
| 20 |
-
|
| 21 |
-
*
|
| 22 |
-
*
|
| 23 |
-
*
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Usage Details
|
| 26 |
|
|
|
|
| 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 |
+
* <font color="#935000">**2025-10-26**:</font> The parameter of [ChemDFM-R-14B](https://huggingface.co/OpenDFM/ChemDFM-R-14B) is open-sourced!
|
| 18 |
+
* <font color="#935000">**2025-10-26**</font>: [ChemDFM-v2.0-14B](https://huggingface.co/OpenDFM/ChemDFM-v2.0-14B) is released! The improved domain pre-training and instruction tuning procedure is implemented on Qwen2.5-14B to achieve a more advanced general LLM in Chemistry. More details can be found [here](https://huggingface.co/OpenDFM/ChemDFM-v2.0-14B).
|
| 19 |
+
* <font color="#935000">**2025-07-29**</font>: The paper of ChemDFM-R-14B is released on arXiv: [ChemDFM-R: A Chemical Reasoning LLM Enhanced with Atomized Chemical Knowledge](https://arxiv.org/abs/2507.21990).
|
| 20 |
+
|
| 21 |
+
* 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)
|
| 22 |
+
* 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.
|
| 23 |
+
* 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".
|
| 24 |
+
* 2024-04-17: The evaluation data (including instructions) we used in our paper is released on [GitHub](https://github.com/OpenDFM/ChemDFM)
|
| 25 |
+
* 2024-03-12: The parameter of [ChemDFM-v1.0-13B](https://huggingface.co/OpenDFM/ChemDFM-v1.0-13B) is open-sourced!
|
| 26 |
+
* 2024-01-26: The paper of ChemDFM-13B is released on arXiv: [ChemDFM: Dialogue Foundation Model for Chemistry](https://arxiv.org/abs/2401.14818)
|
| 27 |
|
| 28 |
## Usage Details
|
| 29 |
|