-
Notifications
You must be signed in to change notification settings - Fork 26
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
Use new data format #667
Use new data format #667
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.
Thanks @mrchtr!
All the test files in `tests/pipeline/examples are shown as newly added. I think this is because you didn't remove the old ones (or at least didn't include this in git).
I would be in favor of choosing better column names. Eg.
images_data
->image
captions_data
->caption
But for me it's fine to include it like this for now. We can change them later.
components/embedding_based_laion_retrieval/fondant_component.yaml
Outdated
Show resolved
Hide resolved
@@ -238,7 +238,7 @@ def remove_field(self, name: str) -> None: | |||
|
|||
del self._specification["fields"][name] | |||
|
|||
def evolve( # noqa : PLR0912 (too many branches) | |||
def evolve( # : PLR0912 (too many branches) |
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.
Something happened to the comment here.
Co-authored-by: Robbe Sneyders <[email protected]>
Co-authored-by: Robbe Sneyders <[email protected]>
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.
Thanks @mrchtr!
9f057ad
into
feature/redesign-dataset-format-and-interface
This PR applies the usage of the new data format: - fixes all tests - update component specifications and component code - remove subset field usage in `pipeline.py` --------- Co-authored-by: Robbe Sneyders <[email protected]>
This PR applies the usage of the new data format: - fixes all tests - update component specifications and component code - remove subset field usage in `pipeline.py` --------- Co-authored-by: Robbe Sneyders <[email protected]>
This PR applies the usage of the new data format:
pipeline.py