pipeline_config.json 525 B

1234567891011121314151617181920
  1. {
  2. "feature": ["墨镜"],
  3. "max_notes": 10,
  4. "min_score": 8.0,
  5. "sort_by": "score",
  6. "skip": 0,
  7. "timeout": 600,
  8. "max_workers": 5,
  9. "max_retries": 3,
  10. "run_stage8": true,
  11. "visualize": true,
  12. "open_browser": true,
  13. "stage8_weight_embedding": 0.5,
  14. "stage8_weight_semantic": 0.5,
  15. "stage8_min_similarity": 0.0,
  16. "stage8_max_workers": 5,
  17. "input": "output_v2/stage6_with_evaluations.json",
  18. "output": "output_v2/stage7_with_deconstruction.json",
  19. "stage8_output": "output_v2/stage8_similarity_scores.json"
  20. }