Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# GLM-OCR ONNX (Decoder)
|
| 2 |
|
| 3 |
ONNX export of the **decoder** of [zai-org/GLM-OCR](https://huggingface.co/zai-org/GLM-OCR). Exported with `scripts/export_glm_ocr_onnx.py` (Transformers 5.1.0, custom torch.onnx path).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: image-to-text
|
| 4 |
+
tags:
|
| 5 |
+
- onnx
|
| 6 |
+
- ocr
|
| 7 |
+
- glm-ocr
|
| 8 |
+
base_model: zai-org/GLM-OCR
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# GLM-OCR ONNX (Decoder)
|
| 12 |
|
| 13 |
ONNX export of the **decoder** of [zai-org/GLM-OCR](https://huggingface.co/zai-org/GLM-OCR). Exported with `scripts/export_glm_ocr_onnx.py` (Transformers 5.1.0, custom torch.onnx path).
|