-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/471/simplify model signature #510
Feature/471/simplify model signature #510
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we update the notebook for transformers as well? sentiment analysis?
- 🤸 Single developer setup for **lightweight** use-cases. | ||
- 📈 **Scalable** setup for enterprise use-cases. | ||
|
||
<ul> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need to revert these?
superduperdb/core/vector_index.py
Outdated
def _validate( | ||
self, | ||
db: Datalayer, | ||
db: 'superduperdb.datalayer.base.datalayer.Datalayer', # type: ignore[name-defined] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Datalayer
args=self.training_arguments, | ||
train_dataset=train_data, | ||
eval_dataset=valid_data, | ||
data_collator=self.collate_fn.artifact, | ||
custom_saver=lambda: db.replace(self, upsert=True), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow neat!!!
LGTM! just check the commit names you could squash the last two. |
Description
Model
by adding more options to base class.transformers
torch
sklearn
sentence_transformers
vanilla
langchain
ModelEnsemble
.fit
method toVectorIndex
Related Issue(s)
#471
Checklist
sphinx
format docstrings added or updated.Additional Notes