stage7_config.json 335 B

12345678910111213
  1. {
  2. "input": "output_v2/stage6_with_evaluations.json",
  3. "output": "output_v2/stage7_with_deconstruction.json",
  4. "feature": ["墨镜"],
  5. "min_score": 8.0,
  6. "skip": 0,
  7. "max_notes": 10,
  8. "sort_by": "score",
  9. "api_url": "http://192.168.245.150:7000/what/analysis/single",
  10. "timeout": 600,
  11. "max_retries": 3,
  12. "max_workers": 5
  13. }