Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- onnx
|
| 5 |
+
- table-recognition
|
| 6 |
+
- document-ai
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# TableFormer ONNX Models
|
| 10 |
+
|
| 11 |
+
ONNX exports of the TableFormer model from [ds4sd/docling-models](https://huggingface.co/ds4sd/docling-models) for use with [ORT](https://onnxruntime.ai/) in the `papers-extract` pipeline.
|
| 12 |
+
|
| 13 |
+
## Attribution
|
| 14 |
+
|
| 15 |
+
The original TableFormer model was created by [DS4SD / IBM Research](https://huggingface.co/ds4sd) and is released under the **Apache License 2.0** (code) and **CDLA-Permissive-2.0** (data/weights).
|
| 16 |
+
|
| 17 |
+
These ONNX files are derived from the `tableformer_accurate.safetensors` checkpoint. See the original model card at [ds4sd/docling-models](https://huggingface.co/ds4sd/docling-models) for full details.
|
| 18 |
+
|
| 19 |
+
## License
|
| 20 |
+
|
| 21 |
+
Apache License 2.0 - see [LICENSE](LICENSE) for details.
|