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

Allows multiple labeled datasets to be created by assessment notebook. #314

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

copybara-service[bot]
Copy link

Allows multiple labeled datasets to be created by assessment notebook.

Previously, only one labeled dataset was allowed, and newly generated datasets overwrote older ones.

With this change, labeled datasets are stored in a directory called "labeled_examples". Under this directory, each labeled dataset is stored in a subdirectory named as "{timestamp}{train_fraction}{test_fraction}_{minor_is_0}".

Models are now stored under the labeled_examples directory that they are trained on. This makes it easy to keep track of what data each model was trained on.

This change makes the notebook incompatible with output directories that were created by older versions of the notebook.

Previously, only one labeled dataset was allowed, and newly generated datasets overwrote older ones.

With this change, labeled datasets are stored in a directory called "labeled_examples". Under this directory, each labeled dataset is stored in a subdirectory named as "{timestamp}_{train_fraction}_{test_fraction}_{minor_is_0}".

Models are now stored under the labeled_examples directory that they are trained on. This makes it easy to keep track of what data each model was trained on.

This change makes the notebook incompatible with output directories that were created by older versions of the notebook.

PiperOrigin-RevId: 703185458
@copybara-service copybara-service bot merged commit ae4838d into main Dec 5, 2024
@copybara-service copybara-service bot deleted the test_702499694 branch December 5, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant