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

Should num_fewshot be type list? #837

Open
Wehzie opened this issue Sep 6, 2023 · 1 comment
Open

Should num_fewshot be type list? #837

Wehzie opened this issue Sep 6, 2023 · 1 comment
Labels
feature request A feature that isn't implemented yet.

Comments

@Wehzie
Copy link
Contributor

Wehzie commented Sep 6, 2023

Currently, the command line interface supports the flag --tasks with type List[str]. However --num_fewshot is of type int. It is desirable to schedule multiple tasks, with varying examples provided. It seems that this is currently not possible on the command line interface.

@StellaAthena StellaAthena added the feature request A feature that isn't implemented yet. label Oct 14, 2023
@StellaAthena
Copy link
Member

This is a good idea! We can accept either int or List[int] and add some checking code to make sure things are handled correctly. You're welcome to open a PR with this feature!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature that isn't implemented yet.
Projects
None yet
Development

No branches or pull requests

2 participants