Provide the `.mlmodel` / `.mlpackage` files instead of the `.mlmodelc` ones
laclouis5 opened this issue · 3 comments
laclouis5 commented
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.
mazzzystar commented
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.
laclouis5 commented
One last request, could you share the PyTorch checkpoints / weights of the two models, i.e. the .pt
or .pth
files?
mazzzystar commented
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.