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 single layer model yaml config and some more options for the cli #3

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

JohannesMessner
Copy link

No description provided.

@@ -170,5 +170,4 @@ saved_models/*
*.ipynb
outputs/*
lightning_logs/*
checkpoints/*
datasets/*
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ideally I would not commit data but just show how to generate them.

Comment on lines +20 to +21
cargo run --release -- --min 4 --max 5 --size 7000 --seed 32 --save-file-path data-grokking-addition.txt --operators +
mv data-grokking-addition.txt ../datasets/.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the instruction to build them should be enough, no need to commit the dataset. Since the seed is fixed it is reproducible

Copy link
Owner

@samsja samsja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comment look good otherwise

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.

2 participants