Skip to content

Commit

Permalink
additional fixes to scenarios template
Browse files Browse the repository at this point in the history
Signed-off-by: 1000850000 user <aaron.chew1@ibm.com>
  • Loading branch information
achew010 committed Aug 19, 2024
1 parent ef6831b commit 97529d2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions scripts/benchmarks/scenarios-pretok.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,15 @@ data_processing:
chat_template: |
{%- for message in messages %}
USER:
{% if message['question'] != '' %}
{{ message['question'] }}
{% endif %}
ASSISTANT:
{% if message['answer'] != '' %}
{{ message['answer'] }}
{% endif %}
{%- endfor %}
dataset_split: "train[:2000]"
tokenize: True
response_template: "\n### Response:"
response_template: "\n\nASSISTANT:"

# scenarios
scenarios:
- name: full-finetuning
Expand All @@ -52,7 +48,6 @@ scenarios:
response_template: null
dataset_text_field: null


- name: padding-free
framework_config:
- aadp-padding-free
Expand Down

0 comments on commit 97529d2

Please sign in to comment.