weaviate / t2v-transformers-models

This is the repo for the container that holds the models for the text2vec-transformers module
BSD 3-Clause "New" or "Revised" License
39 stars 27 forks source link

Make output vector dim dynamic and fix batch averages #13

Closed StefanBogdan closed 3 years ago

StefanBogdan commented 3 years ago

I have removed all the DIMENSION variables and made the vectorizer to return the true sentence average.

This PR can close issues #11 and #12.

(I think that issue #10 is already fixed in main branch).