NeuralMetrics
/

mkvn commited on
Commit
3e726f2
·
verified ·
1 Parent(s): 9d49496

Add Neural Metrics card (upstream card preserved below)

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -5,6 +5,29 @@ datasets:
5
  - allenai/olmOCR-mix-0225
6
  base_model: Qwen/Qwen2.5-VL-7B-Instruct
7
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  # RolmOCR by [Reducto AI](https://reducto.ai/)
10
 
@@ -89,4 +112,6 @@ print(ocr_page_with_rolm(img_base64))
89
  title = {RolmOCR: A Faster, Lighter Open Source OCR Model},
90
  year = {2025},
91
  }
92
- ```
 
 
 
5
  - allenai/olmOCR-mix-0225
6
  base_model: Qwen/Qwen2.5-VL-7B-Instruct
7
  ---
8
+ <div align="center">
9
+
10
+ # Neural Metrics · A faster, lighter take on the olmOCR recipe.
11
+
12
+ <img src="https://img.shields.io/badge/Neural%20Metrics-document%20extraction-4F46E5?style=for-the-badge" alt="Neural Metrics" />
13
+ <img src="https://img.shields.io/badge/fork%20of-reducto%2FRolmOCR-2563EB?style=flat-square" alt="fork" />
14
+
15
+ </div>
16
+
17
+ Reducto's RolmOCR builds on the olmOCR approach with a Qwen2.5-VL backbone, trading some setup complexity for speed and lower memory use - no PDF metadata prompting required.
18
+
19
+ **We use it for:** throughput-sensitive batch OCR - head-to-head comparison against olmOCR on our own document mix.
20
+
21
+ > ### Attribution
22
+ > This is an **unmodified fork** of [`reducto/RolmOCR`](https://huggingface.co/reducto/RolmOCR), created by the [Qwen team](https://huggingface.co/Qwen).
23
+ > All weights, files and behaviour are identical to upstream — we rehost it so our experiments stay
24
+ > reproducible and version-pinned. The original license and all credit remain with the Qwen team.
25
+ > If you want the canonical model, please use [the original](https://huggingface.co/reducto/RolmOCR).
26
+
27
+ ---
28
+
29
+ <details>
30
+ <summary><b>Original model card from reducto/RolmOCR</b> (click to expand)</summary>
31
 
32
  # RolmOCR by [Reducto AI](https://reducto.ai/)
33
 
 
112
  title = {RolmOCR: A Faster, Lighter Open Source OCR Model},
113
  year = {2025},
114
  }
115
+ ```
116
+
117
+ </details>