Skip to content

Commit

Permalink
Fixing matrix include
Browse files Browse the repository at this point in the history
  • Loading branch information
pic-o committed Feb 18, 2024
1 parent 26d753c commit 99f5004
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/gh-task-runner-Few-Shot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ jobs:
- 10
- 25

include:
# Include mmlu with <= 5 fewshot
# As it does not work with > 5 fewshot
- run_task: mmlu
num_fewshot: 1
- run_task: mmlu
num_fewshot: 2
- run_task: mmlu
num_fewshot: 5
include:
# Include mmlu with <= 5 fewshot
# As it does not work with > 5 fewshot
- run_task: mmlu
num_fewshot: 1
- run_task: mmlu
num_fewshot: 2
- run_task: mmlu
num_fewshot: 5

# Name of the job
name: "[${{ matrix.run_task }} - fs:${{ matrix.num_fewshot }}] ${{ github.event.inputs.model_hf_repo }} - ${{ github.event.inputs.model_args }}"
Expand Down

0 comments on commit 99f5004

Please sign in to comment.