eisneim commited on
Commit
5f2e5ce
1 Parent(s): 0ab0e0c
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - zh
5
+ pipeline_tag: zero-shot-classification
6
+ tags:
7
+ - clip
8
+ - multi modal
9
  ---
10
+ Chinese-CLIP Model Deployment: ONNX
11
+
12
+ those Onnx file is converted using this [script](https://github.com/OFA-Sys/Chinese-CLIP/blob/master/deployment_En.md)
13
+ you will likely to encounter this Error while converting:
14
+ ```
15
+ Exporting the operator 'aten::unflatten' to ONNX opset version 13 is not supported.
16
+ ```
17
+ so I uploaded those converted file for your convenience.
18
+ 中文CLIP模型 [OFA-Sys/Chinese-CLIP](https://github.com/OFA-Sys/Chinese-CLIP)