-
Notifications
You must be signed in to change notification settings - Fork 380
Expand file tree
/
Copy pathtemplates.yaml
More file actions
39 lines (35 loc) · 868 Bytes
/
templates.yaml
File metadata and controls
39 lines (35 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
dataset: codeparrot/xlcost-text-to-code
subset: C++-program-level
templates:
5f718b2d-7514-488f-99ed-3ca5da70e103: !Template
answer_choices: null
id: 5f718b2d-7514-488f-99ed-3ca5da70e103
jinja: '"{{ text }}"
Solution in C++:
|||
{{ code_clean }}'
metadata: !TemplateMetadata
choices_in_prompt: false
languages:
- en
metrics:
- Other
original_task: true
name: solcpp
reference: ''
5b218b2e-7525-488f-99ed-3ca5da70e103: !Template
answer_choices: null
id: 5b218b2e-7525-488f-99ed-3ca5da70e103
jinja: '"{{ text }}"
How can the above be solved in C++?
|||
{{ code_clean }}'
metadata: !TemplateMetadata
choices_in_prompt: false
languages:
- en
metrics:
- Other
original_task: true
name: abovecpp
reference: ''