Skip to content
Merged

Tr13 #43

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ templates:
5d6956f9-a0e2-4fbb-aee8-b26ead2cf6b8: !Template
id: 5d6956f9-a0e2-4fbb-aee8-b26ead2cf6b8
answer_choices: null
jinja: 'Complete the below

{{decl}}

"""{{desc}}"""

|||

{{bodies}}'
jinja: "Complete the below\n{{decl}}\n '''{{desc | replace('\n', '\n ')}}'''\n|||{{bodies}}"
metadata: !TemplateMetadata
choices_in_prompt: true
languages:
Expand All @@ -27,6 +19,7 @@ templates:
answer_choices: null
jinja: "I wrote the below code


{{bodies}}


Expand All @@ -44,3 +37,16 @@ templates:
original_task: true
name: funcname
reference: ''
4d9d55bc-eb77-4e7c-af6e-3d15b79d6cf1: !Template
id: 4d9d55bc-eb77-4e7c-af6e-3d15b79d6cf1
answer_choices: null
jinja: "{{decl}}|||\n \"\"\"{{desc | replace('\n', '\n ') | replace(\"'\", '')}}\"\"\"\n{{bodies}}"
metadata: !TemplateMetadata
choices_in_prompt: true
languages:
- en
metrics:
- Accuracy
original_task: true
name: funcname
reference: ''