Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 15, 2024
1 parent 0008873 commit fe1cb8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nemo_skills/inference/prompt/nemotron/eval_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
# can have a default key that will be used if benchmark name is not in dict

EVAL_MAP = {
'base': {
'base': {
'default': 'nemotron/fewshot',
},
'instruct': { # nemotron-instruct
'default': 'nemotron/zeroshot',
},

}

0 comments on commit fe1cb8f

Please sign in to comment.