Skip to content

Commit

Permalink
Changed total virtual prompt tokens (#4295)
Browse files Browse the repository at this point in the history
* Changed total virtual prompt tokens

Signed-off-by: Virginia Adams <[email protected]>

* put number of workers back

Signed-off-by: Virginia Adams <[email protected]>
  • Loading branch information
vadam5 authored and ericharper committed Jun 3, 2022
1 parent ea798df commit 7005667
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ model:

- taskname: 'rte'
prompt_template: '<|VIRTUAL_PROMPT_0|>{text}{answer}'
total_virtual_tokens: 10
virtual_token_splits: [10]
total_virtual_tokens: 9
virtual_token_splits: [9]
truncate_field: null
answer_only_loss: True
answer_field: 'answer'
Expand Down

0 comments on commit 7005667

Please sign in to comment.