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

evaluate-cli module_type not working #212

Closed
meg-huggingface opened this issue Jul 27, 2022 · 2 comments
Closed

evaluate-cli module_type not working #212

meg-huggingface opened this issue Jul 27, 2022 · 2 comments

Comments

@meg-huggingface
Copy link
Contributor

After installing cookiecutter after the step-by-step described in my last issue: #211 , error is now:

(.env) bash-3.2$ evaluate-cli create "npmi" module_type="measurement"
usage: evaluate-cli []
HuggingFace Evaluate CLI tool: error: unrecognized arguments: module_type=measurement
(.env) bash-3.2$ evaluate-cli create "npmi" module_type="metric"
usage: evaluate-cli []
HuggingFace Evaluate CLI tool: error: unrecognized arguments: module_type=metric

@lvwerra
Copy link
Member

lvwerra commented Jul 27, 2022

Indeed that's a mistake in the docs. It should be the following:

evaluate-cli create "npmi" --module_type "measurement"

Does that work?

@meg-huggingface
Copy link
Contributor Author

Good catch! Unfortunately, this doesn't work for me either, but it is a different issue.
Filed now here: #213

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

2 participants