Image-to-Text
baysicx commited on
Commit
1100fe2
·
verified ·
1 Parent(s): ea5a239

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,7 +5,7 @@ base_model:
5
  pipeline_tag: image-to-text
6
  ---
7
 
8
- # Model Card for IDEA-OCSR
9
  IDEA-OCSR is a deep learning model designed for Optical Chemical Structure Recognition (OCSR) tasks. This model is built upon the MolScribe architecture and has been enhanced through specialized training focused on resolving complex molecular structures.
10
 
11
  ## Model Summary
@@ -16,7 +16,7 @@ Due to commercial patent restrictions, we are releasing the model weights in a f
16
  ## Key Improvements
17
  - **Enhanced Complex Scenarios**: There is a significant improvement in recognition accuracy for multi-cyclic structures and chiral molecules as well as other highly complex molecular graphs.
18
 
19
- - **Optimized Algorithms**: We have implemented advanced logic for the image input stage and refined the postprocessing validation for decoded molecular topologies. Please note that the specific source code for these optimized algorithms is currently not open source.
20
 
21
  - **Superior Performance**: The model achieves higher benchmarks compared to the original version across various public datasets.
22
 
 
5
  pipeline_tag: image-to-text
6
  ---
7
 
8
+ # IDEA-OCSR
9
  IDEA-OCSR is a deep learning model designed for Optical Chemical Structure Recognition (OCSR) tasks. This model is built upon the MolScribe architecture and has been enhanced through specialized training focused on resolving complex molecular structures.
10
 
11
  ## Model Summary
 
16
  ## Key Improvements
17
  - **Enhanced Complex Scenarios**: There is a significant improvement in recognition accuracy for multi-cyclic structures and chiral molecules as well as other highly complex molecular graphs.
18
 
19
+ - **Optimized Algorithms**: We have implemented advanced logic for the image input stage and refined the postprocessing validation for decoded molecular topologies. Please note that the specific source code for these optimized algorithms is currently not open source. Furthermore, because these proprietary postprocessing algorithms are not included in this release, the final inference performance using these weights alone will be slightly lower than the benchmarks achieved by IDEA-OCSR weight.
20
 
21
  - **Superior Performance**: The model achieves higher benchmarks compared to the original version across various public datasets.
22