File tree Expand file tree Collapse file tree 2 files changed +134
-175
lines changed Expand file tree Collapse file tree 2 files changed +134
-175
lines changed Original file line number Diff line number Diff line change 33
44data_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
3436defaults :
3537 - _self_
You can’t perform that action at this time.
0 commit comments