Update README.md
Browse files
README.md
CHANGED
|
@@ -1,26 +1,40 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
license: apache-2.0
|
| 6 |
library_name: transformers
|
| 7 |
pipeline_tag: image-text-to-text
|
| 8 |
tags:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
inference: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
<p align="center">
|
|
@@ -202,4 +216,4 @@ Wenn du German-OCR-3 in Forschung oder Produktion verwendest, zitiere bitte beid
|
|
| 202 |
journal = {arXiv preprint arXiv:2502.13923},
|
| 203 |
year = {2025}
|
| 204 |
}
|
| 205 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- de
|
| 4 |
+
- en
|
| 5 |
+
- fr
|
| 6 |
+
- es
|
| 7 |
+
- ar
|
| 8 |
+
- fa
|
| 9 |
+
- it
|
| 10 |
+
- sv
|
| 11 |
+
- ru
|
| 12 |
+
- zh
|
| 13 |
license: apache-2.0
|
| 14 |
library_name: transformers
|
| 15 |
pipeline_tag: image-text-to-text
|
| 16 |
tags:
|
| 17 |
+
- german
|
| 18 |
+
- deutsch
|
| 19 |
+
- ocr
|
| 20 |
+
- vision
|
| 21 |
+
- document-ai
|
| 22 |
+
- invoice
|
| 23 |
+
- rechnung
|
| 24 |
+
- structured-extraction
|
| 25 |
+
- json-extraction
|
| 26 |
+
- kie
|
| 27 |
+
- ollama
|
| 28 |
+
- vllm
|
| 29 |
+
- llama-cpp
|
| 30 |
+
- apache-2.0
|
| 31 |
inference: true
|
| 32 |
+
datasets:
|
| 33 |
+
- neuralabs/german-synth-ocr
|
| 34 |
+
- Aoschu/German_invoices_dataset_for_donut
|
| 35 |
+
base_model:
|
| 36 |
+
- Qwen/Qwen3.5-2B
|
| 37 |
+
new_version: Keyven/german-ocr-3
|
| 38 |
---
|
| 39 |
|
| 40 |
<p align="center">
|
|
|
|
| 216 |
journal = {arXiv preprint arXiv:2502.13923},
|
| 217 |
year = {2025}
|
| 218 |
}
|
| 219 |
+
```
|