-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy patheval_info.json
More file actions
20 lines (20 loc) · 836 Bytes
/
eval_info.json
File metadata and controls
20 lines (20 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "Name of Your Task Family",
"tasks": [
// If the family contains multiple tasks, copy and paste this object for each additional task.
{
"name": "default",
"expertise": [
// What expertise should someone have to complete the task?
// This list can contain one or more of the following:
"softwareEngineering",
"machineLearning",
"cybersecurity",
"postTrainingEnhancement", // e.g. prompt engineering
"cybercrime" // e.g. scams
],
"summary": "One or two sentences describing this particular task. Note anything that makes it different from others in the family.",
"scoring": "automatic" // "automatic" or "manual"
}
]
}