-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheval.config.json
56 lines (56 loc) · 1.84 KB
/
eval.config.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"EASY": {
"translation": {
"jac": "easy/translation/translation.jac",
"dspy": "easy/translation/translation_dspy.py"
},
"essay_reviewer": {
"jac": "easy/essay_reviewer/essay_reviewer.jac",
"dspy": "easy/essay_reviewer/essay_reviewer_dspy.py"
},
"joke_gen": {
"jac": "easy/joke_gen/jokes.jac",
"dspy": "easy/joke_gen/jokes_dspy.py"
},
"expert_answer": {
"jac": "easy/expert_answer/expert_answer.jac",
"dspy": "easy/expert_answer/expert_answer_dspy.py"
},
"odd_word_out": {
"jac": "easy/odd_word_out/odd_word_out.jac",
"dspy": "easy/odd_word_out/odd_word_out_dspy.py"
}
},
"MEDIUM": {
"mcq_reason": {
"jac": "medium/mcq_reason/mcq_reason.jac",
"dspy": "medium/mcq_reason/mcq_reason_dspy.py"
},
"personality_finder": {
"jac": "medium/personality_finder/personality_finder.jac",
"dspy": "medium/personality_finder/personality_finder_dspy.py"
},
"template": {
"jac": "medium/template/template.jac",
"dspy": "medium/template/template_dspy.py"
},
"text_to_type": {
"jac": "medium/text_to_type/text_to_type.jac",
"dspy": "medium/text_to_type/text_to_type_dspy.py"
},
"taskman": {
"jac": "medium/taskman/taskman.jac",
"dspy": "medium/taskman/taskman_dspy.py"
}
},
"HARD": {
"rpg_level_gen": {
"jac": "hard/rpg_level_gen/level.jac",
"dspy": "hard/rpg_level_gen/level_dspy.py"
},
"wikipedia": {
"jac": "hard/wikipedia/wikipedia_react.jac",
"dspy": "hard/wikipedia/wikipedia_react_dspy.py"
}
}
}