Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ tags:
|
|
5 |
- chemistry
|
6 |
---
|
7 |
# ChemLLM-7B-Chat: Specialised LLM for Chemistry and Molecule Science
|
8 |
-
ChemLLM-7B-Chat, The First Open-source Specialised LLM for Chemistry and Molecule Science, Build based on InternLM-2
|
9 |
|
10 |
## News
|
11 |
- News report from [Shanghai AI Lab](https://mp.weixin.qq.com/s/u-i7lQxJzrytipek4a87fw)[2024-1-26]
|
@@ -53,8 +53,28 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
53 |
| Benchmark Dataset | ChemTest-12K ||
|
54 |
| DPO Dataset | ChemPref-10k ||
|
55 |
|
56 |
-
##
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
## Disclaimer
|
59 |
|
60 |
## Demo
|
|
|
5 |
- chemistry
|
6 |
---
|
7 |
# ChemLLM-7B-Chat: Specialised LLM for Chemistry and Molecule Science
|
8 |
+
ChemLLM-7B-Chat, The First Open-source Specialised LLM for Chemistry and Molecule Science, Build based on InternLM-2 with ❤.
|
9 |
|
10 |
## News
|
11 |
- News report from [Shanghai AI Lab](https://mp.weixin.qq.com/s/u-i7lQxJzrytipek4a87fw)[2024-1-26]
|
|
|
53 |
| Benchmark Dataset | ChemTest-12K ||
|
54 |
| DPO Dataset | ChemPref-10k ||
|
55 |
|
56 |
+
## Results
|
57 |
+
### MMLU Highlights
|
58 |
+
|
59 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64bce15bafd1e46c5504ad38/1LnlMHVKy5aTd5KSBK8wQ.png)
|
60 |
+
|
61 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64bce15bafd1e46c5504ad38/UywzSAavcjRIegGUPaUpE.png)
|
62 |
+
|
63 |
+
### Chemical Benchmark
|
64 |
+
|
65 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64bce15bafd1e46c5504ad38/qFl2h0fTXYTjQsDZXjSx8.png)
|
66 |
+
*(Score judged by ChatGPT-4-turbo)
|
67 |
+
|
68 |
+
### Professional Translation
|
69 |
+
|
70 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64bce15bafd1e46c5504ad38/kVDK3H8a0802HWYHtlHYP.png)
|
71 |
+
|
72 |
+
|
73 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64bce15bafd1e46c5504ad38/ERbod2Elccw-k_6tEYZjO.png)
|
74 |
+
|
75 |
+
|
76 |
+
You can try it [online](chemllm.org).
|
77 |
+
|
78 |
## Disclaimer
|
79 |
|
80 |
## Demo
|