Duke-de-Artois
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,16 @@
|
|
1 |
---
|
2 |
pipeline_tag: text-generation
|
3 |
---
|
4 |
-
8b version of our ChemVLM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
Quick start as below(```transformers>=4.37.0 is needed```)
|
7 |
|
|
|
1 |
---
|
2 |
pipeline_tag: text-generation
|
3 |
---
|
4 |
+
## 8b version of our ChemVLM
|
5 |
+
|
6 |
+
|
7 |
+
### Performances of our 8b model on several tasks
|
8 |
+
|
9 |
+
| Datasets | MMChemOCR | CMMU | MMCR-bench | Reaction type |
|
10 |
+
| :----- | :----- | :----- |:----- |:----- |
|
11 |
+
|metrics| tanimoto similarity\[email protected] | score(\%, GPT-4o helps judge) | score(\%, GPT-4o helps judge) | Accuracy(\%) |
|
12 |
+
|scores of ChemVLM-8b| 81.75/57.69 | 52.7(SOTA) | 33.6 | 16.79 |
|
13 |
+
|
14 |
|
15 |
Quick start as below(```transformers>=4.37.0 is needed```)
|
16 |
|