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

Adds a tool that trains and evaluates in one. #1

Merged
merged 7 commits into from
Feb 19, 2022
Merged

Adds a tool that trains and evaluates in one. #1

merged 7 commits into from
Feb 19, 2022

Conversation

dirkgr
Copy link
Member

@dirkgr dirkgr commented Feb 12, 2022

With this, you can run train_and_eval.py --training_config configs/train_gpt2_debug.jsonnet --eval_tasks piqa -d workspace/, and it will

  1. train the model specified in configs/train_gpt2_debug.jsonnet
  2. evaluate it on the task piqa
  3. Store results in the Tango workspace in the workspace/ directory.

@dirkgr dirkgr marked this pull request as ready for review February 15, 2022 08:15
@dirkgr dirkgr merged commit 661b6d1 into main Feb 19, 2022
@dirkgr dirkgr deleted the TrainAndEval branch February 22, 2022 22:00
OyvindTafjord added a commit that referenced this pull request May 19, 2023
Add eval script with more verbose output and on-the-fly models
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