fix chart image paths, add Qwen credit section + citation
Browse files
README.md
CHANGED
|
@@ -66,10 +66,14 @@ Zwei Editionen, beide Apache-2.0, beide unter 3 GB:
|
|
| 66 |
|
| 67 |
## Größenvergleich
|
| 68 |
|
| 69 |
-
 ist **6× kleiner** als ein typischer 7B-OCR-VLM, läuft auf einer **8 GB-Gaming-GPU** oder über CPU auf einem normalen Laptop.
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
---
|
| 74 |
|
| 75 |
## Quickstart
|
|
@@ -160,10 +164,22 @@ Wer es **gemanagt** und mit größeren Modellen will:
|
|
| 160 |
|
| 161 |
## Lizenz
|
| 162 |
|
| 163 |
-
Apache License 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 164 |
|
| 165 |
## Zitation
|
| 166 |
|
|
|
|
|
|
|
| 167 |
```bibtex
|
| 168 |
@misc{german_ocr_3_2026,
|
| 169 |
title = {German-OCR-3: A compact German document-OCR distribution},
|
|
@@ -171,4 +187,19 @@ Apache License 2.0. Vollständige Attribution (inkl. Architektur-Credit) in [`NO
|
|
| 171 |
year = {2026},
|
| 172 |
url = {https://github.com/Keyvanhardani/German-OCR-3-Dev}
|
| 173 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 174 |
```
|
|
|
|
| 66 |
|
| 67 |
## Größenvergleich
|
| 68 |
|
| 69 |
+

|
| 70 |
|
| 71 |
`german-ocr-3` (2.7 GB) ist **6× kleiner** als ein typischer 7B-OCR-VLM, läuft auf einer **8 GB-Gaming-GPU** oder über CPU auf einem normalen Laptop.
|
| 72 |
|
| 73 |
+

|
| 74 |
+
|
| 75 |
+

|
| 76 |
+
|
| 77 |
---
|
| 78 |
|
| 79 |
## Quickstart
|
|
|
|
| 164 |
|
| 165 |
## Lizenz
|
| 166 |
|
| 167 |
+
**Apache License 2.0** für die gesamte German-OCR-3-Distribution (Modelfiles, System-Prompt, Schemas, Docs, GGUFs).
|
| 168 |
+
|
| 169 |
+
## Credit & Attribution
|
| 170 |
+
|
| 171 |
+
German-OCR-3 baut auf der hervorragenden Arbeit des **Qwen-Teams bei Alibaba Group** auf. Die zugrundeliegende Vision-Language-Architektur stammt aus der **Qwen 3.5 Small Series**, veröffentlicht unter Apache License 2.0. Ohne die offene Forschung und die saubere Veröffentlichung der Qwen-Weights wäre dieses Projekt nicht möglich.
|
| 172 |
+
|
| 173 |
+
* **Qwen 3.5** — https://huggingface.co/Qwen · https://qwen.ai
|
| 174 |
+
* **Apache License 2.0** (Weights) — © 2025–2026 Qwen Team, Alibaba Group
|
| 175 |
+
* **Qwen2.5-VL Technical Report** — arXiv:2502.13923
|
| 176 |
+
|
| 177 |
+
Vollständiger Attribution-Text in [`NOTICE`](NOTICE).
|
| 178 |
|
| 179 |
## Zitation
|
| 180 |
|
| 181 |
+
Wenn du German-OCR-3 in Forschung oder Produktion verwendest, zitiere bitte beides — unsere Distribution und die Qwen-Basisarbeit:
|
| 182 |
+
|
| 183 |
```bibtex
|
| 184 |
@misc{german_ocr_3_2026,
|
| 185 |
title = {German-OCR-3: A compact German document-OCR distribution},
|
|
|
|
| 187 |
year = {2026},
|
| 188 |
url = {https://github.com/Keyvanhardani/German-OCR-3-Dev}
|
| 189 |
}
|
| 190 |
+
|
| 191 |
+
@misc{qwen35_2026,
|
| 192 |
+
title = {Qwen 3.5 Small Series},
|
| 193 |
+
author = {{Qwen Team, Alibaba Group}},
|
| 194 |
+
year = {2026},
|
| 195 |
+
howpublished = {\url{https://huggingface.co/Qwen}},
|
| 196 |
+
note = {Apache License 2.0}
|
| 197 |
+
}
|
| 198 |
+
|
| 199 |
+
@article{qwen25vl_2025,
|
| 200 |
+
title = {Qwen2.5-VL Technical Report},
|
| 201 |
+
author = {{Qwen Team, Alibaba Group}},
|
| 202 |
+
journal = {arXiv preprint arXiv:2502.13923},
|
| 203 |
+
year = {2025}
|
| 204 |
+
}
|
| 205 |
```
|