Skip to content

Commit 16c5831

Browse files
committed
[tutorial] change param overrides
Signed-off-by: Ewa Dobrowolska <[email protected]>
1 parent 89faadb commit 16c5831

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/tutorials/local-evaluation-of-existing-endpoint.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ evaluation:
9393
nemo_evaluator_config:
9494
config:
9595
params:
96-
max_new_tokens: 32768
97-
temperature: 0.6
98-
top_p: 0.95
96+
parallelism: 2
9997
request_timeout: 1600
10098
tasks:
10199
- name: ifeval # use the default benchmark configuration
@@ -106,7 +104,6 @@ evaluation:
106104
params:
107105
max_new_tokens: 1024
108106
temperature: 0.3
109-
pararrelism: 2
110107
```
111108
112109
This configuration will create evaluations for 2 tasks: `ifeval` and `humaneval_instruct`.

0 commit comments

Comments
 (0)