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

API for initiating training should accept Metadata to override default configurations in specific instances #87

Open
Tracked by #83
sooraj1002 opened this issue Jun 10, 2024 · 1 comment

Comments

@sooraj1002
Copy link
Collaborator

sooraj1002 commented Jun 10, 2024

Dictionary for arguments -> this will go to the trainer class

@Gautam-Rajeev
Copy link
Contributor

metadata will be like this - https://huggingface.co/docs/transformers/v4.41.3/en/main_classes/trainer#transformers.TrainingArguments

essentially this will overwrite any other arguments set by default for these keys while training. The HF trainer will take in any dictionary.. @TakshPanchal will provide a list of possible keys (picked from the above) . if the user has provided any other key, we'll throw an errror saying this is not a part of Trainer class.

@KDwevedi KDwevedi changed the title Set metadata via API for specific training API for initiating training should accept Metadata to override default configurations in specific instances Jul 3, 2024
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

No branches or pull requests

2 participants