Update ReadMe_Surgical_Vocab_Reduction_for_QWEN2B_DotOCRv1.5_V1.0untested_py.md
Browse files
ReadMe_Surgical_Vocab_Reduction_for_QWEN2B_DotOCRv1.5_V1.0untested_py.md
CHANGED
|
@@ -6,6 +6,14 @@ By surgically removing non-target Unicode blocks (such as Chinese, Cyrillic, Ara
|
|
| 6 |
|
| 7 |
This implementation is inspired by and built upon the methodology outlined in [Method for Dynamically Reducing Logit Computation in LLMs](https://huggingface.co/MartialTerran/Method_for_Dynamically_Reducing_Logit_Computation_in_LLMs).
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
## 1. The Core Problem
|
|
|
|
| 6 |
|
| 7 |
This implementation is inspired by and built upon the methodology outlined in [Method for Dynamically Reducing Logit Computation in LLMs](https://huggingface.co/MartialTerran/Method_for_Dynamically_Reducing_Logit_Computation_in_LLMs).
|
| 8 |
|
| 9 |
+
Because I came upon this https://modelscope.cn/models/rednote-hilab/dots.ocr-1.5
|
| 10 |
+
"We present dots.ocr-1.5, a 3B-parameter multimodal model composed of a 1.2B vision encoder and a 1.7B language model.
|
| 11 |
+
Designed for universal accessibility, it possesses the capability to recognize virtually any human script.
|
| 12 |
+
Beyond achieving state-of-the-art (SOTA) performance in standard multilingual document parsing among models
|
| 13 |
+
of comparable size, dots.ocr-1.5 excels at converting structured graphics (e.g., charts and diagrams) directly into SVG code,
|
| 14 |
+
parsing web screens and spotting scene text. Furthermore, the model demonstrates competitive performance in general OCR,
|
| 15 |
+
object grounding & counting tasks."
|
| 16 |
+
|
| 17 |
---
|
| 18 |
|
| 19 |
## 1. The Core Problem
|