Commit 39c5059e authored by Aflah's avatar Aflah
Browse files

Fixed Wrong File Push

parent c42cb562
...@@ -4,13 +4,13 @@ dataset_name: null ...@@ -4,13 +4,13 @@ dataset_name: null
dataset_kwargs: null dataset_kwargs: null
training_split: 'train' training_split: 'train'
validation_split: null validation_split: null
test_split: null test_split: 'train'
doc_to_text: "{{prompt['text']}}" doc_to_text: "{{prompt['text']}}"
doc_to_target: ""
metric_list: metric_list:
- metric: toxicity_perspective_api - metric: toxicity_perspective_api
aggregation: mean aggregation: mean
higher_is_better: false higher_is_better: false
toxicity_perspective_api_key: null
generation_kwargs: generation_kwargs:
until: until:
- "\n\n" - "\n\n"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment