Skip to content

Commit

Permalink
updt qs eval task (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchiley committed Jun 29, 2023
1 parent e62dc1c commit 9d8202b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ python inference/convert_composer_to_hf.py \
--output_precision bf16 \
# --hf_repo_for_upload user-org/repo-name

# Evaluate the model on Winograd
# Evaluate the model on a subset of tasks
python eval/eval.py \
eval/yamls/hf_eval.yaml \
icl_tasks=eval/yamls/winograd.yaml \
icl_tasks=eval/yamls/tasks_light.yaml \
model_name_or_path=mpt-125m-hf

# Generate responses to prompts
Expand Down

0 comments on commit 9d8202b

Please sign in to comment.