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

1442: Add option to export labels of exported messages to a separate JSONL file #1445

Merged
merged 3 commits into from Feb 13, 2023

Conversation

olliestanley
Copy link
Collaborator

Resolves #1442

@SummerSigh
Copy link
Collaborator

SummerSigh commented Feb 12, 2023

Why does the safety label export need to go a seperate jsonl file? is it possible to export it with the rest of the data in the current jsonl file? It would simplify data processing and be less error prone if the labels are co-located with the data.

@olliestanley
Copy link
Collaborator Author

Why does the safety label export need to go a seperate jsonl file? is it possible to export it with the rest of the data in the current jsonl file? It would simplify data processing and be less error prone if the labels are co-located with the data.

It would be possible to export to the same file with some changes to the code. I can modify this tomorrow if it would be more useful

@SummerSigh
Copy link
Collaborator

that would be much appreciated! Thanks!

@olliestanley
Copy link
Collaborator Author

that would be much appreciated! Thanks!

In the latest version labels will be included in the export file. Just need Andreas to review this and then we can start exporting labelled messages.

@SummerSigh
Copy link
Collaborator

Thank you!

@olliestanley olliestanley merged commit 00fcd54 into LAION-AI:main Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add to export script the ability to export flagged/deleted messages with message labels
4 participants