docs: clarify attribution; switch library_name to pytorch
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ language:
|
|
| 7 |
pipeline_tag: image-to-text
|
| 8 |
base_model:
|
| 9 |
- PaddlePaddle/PP-OCRv5_server_det
|
| 10 |
-
library_name:
|
| 11 |
---
|
| 12 |
https://github.com/frotms/PaddleOCR2Pytorch
|
| 13 |
|
|
@@ -124,4 +124,18 @@ python tools/infer/predict_system.py --use_gpu False --image_dir path/to/you
|
|
| 124 |
## Notes
|
| 125 |
|
| 126 |
- Prefer the `huggingface_hub` API (`hf_hub_download`/`snapshot_download`) for reliable downloads and caching.
|
| 127 |
-
- If needed, install safetensors: `pip install safetensors`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pipeline_tag: image-to-text
|
| 8 |
base_model:
|
| 9 |
- PaddlePaddle/PP-OCRv5_server_det
|
| 10 |
+
library_name: pytorch
|
| 11 |
---
|
| 12 |
https://github.com/frotms/PaddleOCR2Pytorch
|
| 13 |
|
|
|
|
| 124 |
## Notes
|
| 125 |
|
| 126 |
- Prefer the `huggingface_hub` API (`hf_hub_download`/`snapshot_download`) for reliable downloads and caching.
|
| 127 |
+
- If needed, install safetensors: `pip install safetensors`.
|
| 128 |
+
|
| 129 |
+
## Compatibility & Attribution
|
| 130 |
+
|
| 131 |
+
- Example inference uses the open-source PaddleOCR2Pytorch project (Apache-2.0): https://github.com/frotms/PaddleOCR2Pytorch.
|
| 132 |
+
- This repository is not affiliated with the PaddleOCR2Pytorch maintainers; please follow their license for code usage.
|
| 133 |
+
|
| 134 |
+
## License
|
| 135 |
+
|
| 136 |
+
- This repository (weights and model card) is released under Apache-2.0.
|
| 137 |
+
- The referenced PaddleOCR2Pytorch codebase is also Apache-2.0.
|
| 138 |
+
|
| 139 |
+
## Disclaimer
|
| 140 |
+
|
| 141 |
+
- Provided as-is, without warranties. Evaluate and validate for your use case.
|