foundation-model-stack / fms-hf-tuning

🚀 Collection of tuning recipes with HuggingFace SFTTrainer and PyTorch FSDP.
Apache License 2.0
9 stars 30 forks source link

feat: Format changes to trainer controller yaml to use ‘_’ instead of ‘-’ in keys #177

Open seshapad opened 2 weeks ago

seshapad commented 2 weeks ago

Is your feature request related to a problem? Please describe.

Keys in the trainer controller configuration should consistently use _ instead of -.

Describe the solution you'd like

ADR change to let users be aware of the convention.

Describe alternatives you've considered

NA

Additional context

NA