Skip to content

Commit 17c9bd9

Browse files
committed
Updated wiki vs generated
1 parent 6504e50 commit 17c9bd9

File tree

2 files changed

+134
-175
lines changed

2 files changed

+134
-175
lines changed

wikipedia/cfg/wiki_vs_generated.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
data_cfg:
55
# Path to the Wikipedia pages directory containing .json files
6-
wikipedia_dir: /projects/DeepLesion/projects/automated_capability_evaluation/wikipedia/pages
6+
wikipedia_pages_dir: /projects/DeepLesion/projects/automated_capability_evaluation/wikipedia/pages
77

88
# Path to the generated capabilities directory containing capability.json files
99
generated_dir: /projects/DeepLesion/projects/automated_capability_evaluation/artifacts/capabilities_gpt-claude-math/math
@@ -30,6 +30,8 @@ processing_cfg:
3030
log_level: "info"
3131
# Whether to save intermediate results
3232
save_intermediate: false
33+
# Matching direction: 'generated_to_wikipedia' or 'wikipedia_to_generated'
34+
match_direction: generated_to_wikipedia
3335

3436
defaults:
3537
- _self_

0 commit comments

Comments
 (0)