Kak
Kak
I support embedding being a separate example. `sentence-transformers` models are hosted on huggingface hub but the info about the pooling layers are not stored in the .bin file Ideally, instead...
What do you mean by install from source?
I installed the package from source. I can see the table formatted correctly now, but it stops updating after the first evaluation  I...
These are probably the offending parts https://github.com/jxmorris12/vec2text/blob/master/vec2text/models/inversion.py#L173 https://github.com/jxmorris12/vec2text/blob/master/vec2text/models/inversion.py#L193-L198
It ran after I uncommented this line https://github.com/jxmorris12/vec2text/blob/master/vec2text/models/inversion.py#L173
Also M1 Mac...
Silly question: how do you use the trained inverter with your repo? https://huggingface.co/jxm/sentence-transformers_all-MiniLM-L6-v2__msmarco__128
I commented out a few lines so that I can use `load_corrector` with other models ``` import vec2text corrector = vec2text.load_corrector("jxm/sentence-transformers_all-MiniLM-L6-v2__msmarco__128") vec2text.invert_strings( [ "Jack Morris is a PhD student at...