| 1234567891011121314151617181920 |
- {
- "feature": ["墨镜"],
- "max_notes": 10,
- "min_score": 8.0,
- "sort_by": "score",
- "skip": 0,
- "timeout": 600,
- "max_workers": 5,
- "max_retries": 3,
- "run_stage8": true,
- "visualize": true,
- "open_browser": true,
- "stage8_weight_embedding": 0.5,
- "stage8_weight_semantic": 0.5,
- "stage8_min_similarity": 0.0,
- "stage8_max_workers": 5,
- "input": "output_v2/stage6_with_evaluations.json",
- "output": "output_v2/stage7_with_deconstruction.json",
- "stage8_output": "output_v2/stage8_similarity_scores.json"
- }
|