Skip to content
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

bi-directional sync datasets A<->B #4

Open
davidberenstein1957 opened this issue Dec 20, 2022 · 0 comments
Open

bi-directional sync datasets A<->B #4

davidberenstein1957 opened this issue Dec 20, 2022 · 0 comments
Labels

Comments

@davidberenstein1957
Copy link
Member

davidberenstein1957 commented Dec 20, 2022

Sometimes, all incoming data need to be used for two different labelling tasks. It might be nice define this in an abstract manner.

MVP

from argilla_plugins.datasets import bidirectional_sync

bidirectional_sync(name_from="dataset_from", name_to="dataset_to")
bidirectional_sync.start()

Stretch
filtering variables like query or sample could be added to limit the sync.

@davidberenstein1957 davidberenstein1957 changed the title bi-directional sync datasets bi-directional sync datasets A<->B Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant