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

Add Configuration Entrypoint #21

Merged
merged 5 commits into from
Jun 13, 2024
Merged

Add Configuration Entrypoint #21

merged 5 commits into from
Jun 13, 2024

Conversation

dest1n1s
Copy link
Collaborator

This PR changed configs to compositional style. It includes:

  • Add from_flattened method for conveniently building nested configurations, by passing outer layer fields to inner layers.
  • Add Command Line Interface (CLI) to launch from a configuration file (.toml, .yaml, .py, etc.)
  • Reorganize configs files into more compositional style. Specifically, it moves SAEConfig, LanguageModelConfig, ActivationStoreConfig and TextDatasetConfig from a base class to a field.
  • Update docs about launching experiments.

@dest1n1s dest1n1s merged commit 5dfcdbe into main Jun 13, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant