Kak

Results 8 comments of 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 ![Screenshot 2023-04-11 at 8 40 34 PM](https://user-images.githubusercontent.com/10662708/231318144-2e548e30-dc23-4455-a528-5cddbb5d2607.png) 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

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...