The model provider/builder interfaces should be refactored to be independent of argparse args to improve modularity and customizability. Instead of consuming config values from an arbitrary args object, they should take an explicitly defined configuration dataclass.
The model provider/builder interfaces should be refactored to be independent of argparse args to improve modularity and customizability. Instead of consuming config values from an arbitrary args object, they should take an explicitly defined configuration dataclass.