weight_config.py 108 B

1234567
  1. # weight config
  2. WEIGHT_MAP = {
  3. "vector_text": 0.6,
  4. "question_text": 0.3,
  5. "summary_text": 0.6,
  6. }