Skip to content

Commit

Permalink
updt qs eval task
Browse files Browse the repository at this point in the history
  • Loading branch information
vchiley committed Jun 29, 2023
1 parent ebe5294 commit 5658a8c
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 @@ -186,10 +186,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 5658a8c

Please sign in to comment.