ozanarmagan commited on
Commit
eefeb11
1 Parent(s): 8687cf1

Update clip-vit-b-p32/config.json

Browse files
Files changed (1) hide show
  1. clip-vit-b-p32/config.json +2 -3
clip-vit-b-p32/config.json CHANGED
@@ -1,10 +1,9 @@
1
  {
2
- "vocab_file_name": "",
 
3
  "model_type": "clip",
4
  "model_md5": "2d2d9617e8dbe7ee0c640f848d6e30f4",
5
  "image_processor_md5": "c0083116bec05061fdc372c5bd1e0d19",
6
  "image_processor_file_name": "clip_image_processor.onnx",
7
- "tokenizer_md5": "4d9f74d1a9266acf07f91c1bb3a09592",
8
- "tokenizer_file_name": "clip_tokenizer.onnx",
9
  "image_embedder": true
10
  }
 
1
  {
2
+ "vocab_file_name": "vocab.txt",
3
+ "vocab_md5": "f2b3f051f999e708058e5ad997d927a3",
4
  "model_type": "clip",
5
  "model_md5": "2d2d9617e8dbe7ee0c640f848d6e30f4",
6
  "image_processor_md5": "c0083116bec05061fdc372c5bd1e0d19",
7
  "image_processor_file_name": "clip_image_processor.onnx",
 
 
8
  "image_embedder": true
9
  }