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

Add ways to configure "default" value for training data limit #260

Open
gkumbhat opened this issue Nov 2, 2023 · 0 comments
Open

Add ways to configure "default" value for training data limit #260

gkumbhat opened this issue Nov 2, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@gkumbhat
Copy link
Collaborator

gkumbhat commented Nov 2, 2023

Description

Currently we are allowing users to set default value per module per model for training data limit. However, its easier for users to configure a default for all modules or for all models in a module. So something like:

training_data_limit:
    default: 1000000
    <module-id>:
        default: 100
        <model-name>: 100
@gkumbhat gkumbhat added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant