jxmorris12 / vec2text

utilities for decoding deep representations (like sentence embeddings) back to text
Other
673 stars 75 forks source link

Document gtr-base support #30

Closed dokterbob closed 6 months ago

dokterbob commented 6 months ago

Love this great piece of work. It was literally what I was looking for.

In the README it's mentioned that gtr-base weights are available on request, but they're actually already on HF -- just under a somewhat cryptic name.

https://github.com/jxmorris12/vec2text/blob/1b178aa48271f38e1483ef648eac9700251596a3/vec2text/api.py#L30

In addition, it would be great if we could point to inverse models directly (e.g. full HF model name), so it'll become easier for people to contribute models.

jxmorris12 commented 6 months ago

seems like it was fixed by the community in #34 :)