delphi-suite / delphi

small language models training made easy
Apache License 2.0
9 stars 1 forks source link

Simplify model configuration to only use transformers library directly #75

Closed jaidhyani closed 6 months ago

jaidhyani commented 6 months ago

This drops the idea of typed model configs and all associated logic to simplify model configuration, focusing only on building models from the transformers library. All existing configs have been updated to match.