mazzzystar/Queryable

Provide the `.mlmodel` / `.mlpackage` files instead of the `.mlmodelc` ones

laclouis5 opened this issue · 3 comments

Currently only the compiled CoreML models (.mlmodelc files) are provided in the Google Drive. Providing the .mlmodel or even better the .mlpackage files would be great since this would allow tweaking the network and playing with quantification options.

Good point, the .mlpackage file has now been added. Tell me if it's not the right model as I've exported the many files with the same .mlpackage name.

One last request, could you share the PyTorch checkpoints / weights of the two models, i.e. the .pt or .pth files?

Here it is: Queryable#core-ml-export. The model ckpt is from CLIP ViT-B/32, and I seperated the TextEncoder and ImageEncoder and exported them.