File Size
#24
by
Eigenket27
- opened
It is mentioned that the model size is 2.24 GB but when i take a git pull the size goes to 13.54 GB, which files do i need to ignore while using for embedding creation
Hi @Eigenket27 ,
If you use the model = AutoModel.from_pretrained('intfloat/multilingual-e5-large')
instead of git pull, it should only download the necessary files.
In case you use git pull, you can rm -rf .git onnx/ *.safetensors
if you do not need advanced features.
what comes in advanced features? I have been using this model for embedding creation and reranking
Oh, I was referring to using ONNX inference or creating git pull requests.