MinishLab / model2vec

Model2Vec: Distill a Small Fast Model from any Sentence Transformer
MIT License
157 stars 3 forks source link

Various comments #38

Closed tomaarsen closed 1 day ago

tomaarsen commented 3 days ago

Hello (again)!

After experimenting with the project some more, I've found a few points of potential improvements. I'll aggregate them here if that's okay:


stephantul commented 3 days ago

Let me reply to these in order:

  1. As you mention, we're removing sentence transformers as a dependency because we'd like to avoid circular dependency issues.
  2. Idem
  3. Thanks for the PR, much appreciated.
  4. Good point, adding it in PR
  5. Ok, makes sense
  6. Also makes sense
  7. Cool, will also add.

I'll update this with references to the PRs.

stephantul commented 1 day ago

Fixed in #39 and #36 thanks!

tomaarsen commented 1 day ago

Awesome! Nice work