Releases: koaning/embetter
Releases · koaning/embetter
0.6.6
0.6.5
Fixed a regression in the OpenAI embeddings. Turns out the API changed, thanks for PR @maxscheijen
0.6.4
0.6.2
0.6.1
0.6.0
This version introduces breaking changes by splitting the finetuning submodule into tuners
and learners
. These are now the available components.
# Finetuning components
from embetter.finetune import FeedForwardTuner, ContrastiveTuner, ContrastiveLearner, SbertLearner
The docs also got a nice update as a result. We hope folks enjoy and enjoy experimenting!