Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
cnclip_vit_l14_336px_text_u16.axmodel filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
cnclip_vit_l14_336px_vision_u16u8.axmodel filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- Transformer
|
| 5 |
+
- ONNX
|
| 6 |
+
- cnclip
|
| 7 |
+
- clip
|
| 8 |
---
|
| 9 |
+
|
| 10 |
+
# cnclip
|
| 11 |
+
|
| 12 |
+
[original repo](https://github.com/OFA-Sys/Chinese-CLIP)
|
| 13 |
+
|
| 14 |
+
## Convert tools links:
|
| 15 |
+
|
| 16 |
+
For those who are interested in model conversion, you can try to export onnx or axmodel through
|
| 17 |
+
|
| 18 |
+
[cnclip.axera](https://github.com/AXERA-TECH/cnclip.axera)
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
## Support Platform
|
| 22 |
+
|
| 23 |
+
- AX650
|
| 24 |
+
- [M4N-Dock(爱芯派Pro)](https://wiki.sipeed.com/hardware/zh/maixIV/m4ndock/m4ndock.html)
|
| 25 |
+
- [M.2 Accelerator card](https://axcl-docs.readthedocs.io/zh-cn/latest/doc_guide_hardware.html)
|
| 26 |
+
|
| 27 |
+
## Inference with AX650 Host
|
| 28 |
+
|
| 29 |
+
check the [reference](https://github.com/AXERA-TECH/cnclip.axera) for more information
|
cnclip_vit_l14_336px_bert_encoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:485f25ed351f31720b5b1438df8db98822d049d6947c30c4bab98cec7572380b
|
| 3 |
+
size 409232775
|
cnclip_vit_l14_336px_image_encoder.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb14af691f293b6ce06c687a0effa3988391552b2d25f61a61fcc12da15a5e9c
|
| 3 |
+
size 1218080491
|
cnclip_vit_l14_336px_text_u16.axmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f33786ab988ca22dbc883c9fa6ebfa842a425445e4dac945c30069a6d9d5cf8
|
| 3 |
+
size 127341129
|
cnclip_vit_l14_336px_vision_u16u8.axmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6278e99001c198082b59219b163f7136d3049bca223be9176678ac6031348cde
|
| 3 |
+
size 334708454
|