Update README.md
Browse files
README.md
CHANGED
|
@@ -1,24 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
language: en
|
| 3 |
license: cc-by-nc-4.0
|
| 4 |
library_name: pytorch
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
datasets:
|
| 17 |
-
|
| 18 |
metrics:
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
- tautomer_match
|
| 22 |
---
|
| 23 |
|
| 24 |
# COMO: Closed-Loop Optical Molecule Recognition
|
|
@@ -176,4 +174,4 @@ Please refer to the original sources for attribution:
|
|
| 176 |
journal={arXiv preprint arXiv:2604.23546},
|
| 177 |
year={2026}
|
| 178 |
}
|
| 179 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
library_name: pytorch
|
| 4 |
tags:
|
| 5 |
+
- chemistry
|
| 6 |
+
- cheminformatics
|
| 7 |
+
- optical-chemical-structure-recognition
|
| 8 |
+
- ocsr
|
| 9 |
+
- molecule-recognition
|
| 10 |
+
- smiles
|
| 11 |
+
- transformer
|
| 12 |
+
- swin-transformer
|
| 13 |
+
- minimum-risk-training
|
| 14 |
+
- molecular-graph
|
| 15 |
datasets:
|
| 16 |
+
- Keylab/COMO
|
| 17 |
metrics:
|
| 18 |
+
- exact_match
|
| 19 |
+
- tanimoto_similarity
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# COMO: Closed-Loop Optical Molecule Recognition
|
|
|
|
| 174 |
journal={arXiv preprint arXiv:2604.23546},
|
| 175 |
year={2026}
|
| 176 |
}
|
| 177 |
+
```
|