ozanarmagan commited on
Commit
c267de9
·
verified ·
1 Parent(s): 994cb38

Create clip-ViT-B-32-multilingual-v1/config.json

Browse files
clip-ViT-B-32-multilingual-v1/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_file_name": "vocab.txt",
3
+ "model_type": "distilbert",
4
+ "image_processor_file_name": "clip_image_processor.onnx",
5
+ "model_md5": "2e2b1bccf016bbe4433ce50df662e391",
6
+ "vocab_md5": "d9d865138d17f1958502ed060ecfeeb6",
7
+ "image_processor_md5": "c0083116bec05061fdc372c5bd1e0d19",
8
+ }