Add proper model card with YAML metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# granite-docling-258M ONNX
|
| 2 |
|
| 3 |
ONNX conversion of IBM's granite-docling-258M vision-language model for high-performance document understanding in Rust applications.
|
|
@@ -104,16 +120,16 @@ This ONNX model was converted using IBM's experimental Idefics3Support optimum-o
|
|
| 104 |
## Attribution
|
| 105 |
|
| 106 |
Original model developed by IBM Research and released under Apache 2.0 license.
|
| 107 |
-
ONNX conversion performed by lamco-
|
| 108 |
|
| 109 |
## Citation
|
| 110 |
|
| 111 |
```bibtex
|
| 112 |
@misc{granite-docling-onnx,
|
| 113 |
title={granite-docling-258M ONNX},
|
| 114 |
-
author={lamco-
|
| 115 |
year={2025},
|
| 116 |
-
howpublished={\
|
| 117 |
note={ONNX conversion of IBM granite-docling-258M}
|
| 118 |
}
|
| 119 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: ibm-granite/granite-docling-258M
|
| 4 |
+
tags:
|
| 5 |
+
- onnx
|
| 6 |
+
- document-ai
|
| 7 |
+
- vision-language
|
| 8 |
+
- docling
|
| 9 |
+
- granite
|
| 10 |
+
- idefics3
|
| 11 |
+
pipeline_tag: image-to-text
|
| 12 |
+
library_name: onnxruntime
|
| 13 |
+
model_type: Idefics3ForConditionalGeneration
|
| 14 |
+
inference: true
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
# granite-docling-258M ONNX
|
| 18 |
|
| 19 |
ONNX conversion of IBM's granite-docling-258M vision-language model for high-performance document understanding in Rust applications.
|
|
|
|
| 120 |
## Attribution
|
| 121 |
|
| 122 |
Original model developed by IBM Research and released under Apache 2.0 license.
|
| 123 |
+
ONNX conversion performed by lamco-development using IBM's experimental conversion tools.
|
| 124 |
|
| 125 |
## Citation
|
| 126 |
|
| 127 |
```bibtex
|
| 128 |
@misc{granite-docling-onnx,
|
| 129 |
title={granite-docling-258M ONNX},
|
| 130 |
+
author={lamco-development},
|
| 131 |
year={2025},
|
| 132 |
+
howpublished={\url{https://huggingface.co/lamco-development/granite-docling-258M-onnx}},
|
| 133 |
note={ONNX conversion of IBM granite-docling-258M}
|
| 134 |
}
|
| 135 |
```
|