Is `sentencepiece.bpe.model` missing?
#5
by
sealad886
- opened
Hi there, just wondering if you might be able to upload the BPE model file please?
Or is it just an exact copy of the file from BAAI/bge-m3-retromae?
The tokenizer is indeed unchanged. Is the lack of a copy in this repo creating issues with running the model?
The tokenizer is indeed unchanged. Is the lack of a copy in this repo creating issues with running the model?
For my own experience the lack of sentencepiece.bpe.model
prevents convert_hf_to_gguf.py from working. Getting that file from BAAI/bge-m3-retromae allowed the script to run without error.