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

[Feature Request] Saving Prediction Results #14

Open
guanqun-yang opened this issue Jun 30, 2023 · 0 comments
Open

[Feature Request] Saving Prediction Results #14

guanqun-yang opened this issue Jun 30, 2023 · 0 comments

Comments

@guanqun-yang
Copy link

The current version of the code base only returns the final evaluation metric back to the user. However, it is not possible to see what exactly are the model's predictions. The LM-Evaluation-Harness supports this feature by specifying --write_out flag like the one below:

 python main.py \
  --model hf-causal-experimental \
  --model_args pretrained=gpt2,use_accelerate=True,dtype=half \
  --batch_size 8 \
  --tasks arc_challenge \
  --num_fewshot 25 \
  --write_out 

I hope the same feature will be supported by this code base.

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

No branches or pull requests

1 participant