Unverified Commit 297966f7 authored by Muhammad Bin Usman's avatar Muhammad Bin Usman Committed by GitHub
Browse files

Fix README: change`----hf_hub_log_args` to `--hf_hub_log_args` (#1776)

fix `----hf_hub_log_args` to `--hf_hub_log_args`
parent c34986da
...@@ -315,7 +315,7 @@ lm_eval --model hf \ ...@@ -315,7 +315,7 @@ lm_eval --model hf \
--tasks hellaswag \ --tasks hellaswag \
--log_samples \ --log_samples \
--output_path results \ --output_path results \
----hf_hub_log_args hub_results_org=EleutherAI,hub_repo_name=lm-eval-results,push_results_to_hub=True,push_samples_to_hub=True,public_repo=False \ --hf_hub_log_args hub_results_org=EleutherAI,hub_repo_name=lm-eval-results,push_results_to_hub=True,push_samples_to_hub=True,public_repo=False \
``` ```
For a full list of supported arguments, check out the [interface](https://github.com/EleutherAI/lm-evaluation-harness/blob/main/docs/interface.md) guide in our documentation! For a full list of supported arguments, check out the [interface](https://github.com/EleutherAI/lm-evaluation-harness/blob/main/docs/interface.md) guide in our documentation!
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment