Introduce a simple config system
Simplify code by introducing a config system.
This MR does several things:
- Pull all configs into a single config object called
ModelConfig
. - Deepspeed config is part of the
ModelConfig
object. - Delete unused code and simplification.
Edited by Alexander Chueshev