ofermend commited on
Commit
b995b9b
·
1 Parent(s): 3a6d02c
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -65,7 +65,7 @@ class AgentTools:
65
  Answer questions about the justice, morality, politics and related topics,
66
  based on transcripts of recordings from the Justice Harvard class that includes a lot of content on these topics.
67
  """,
68
- reranker = "multilingual_reranker_v1", rerank_k = 100, rerank_cutoff = 0.3,
69
  n_sentences_before = 2, n_sentences_after = 2, lambda_val = 0.005,
70
  summary_num_results = 15,
71
  max_tokens = 4096, max_response_chars = 8192,
 
65
  Answer questions about the justice, morality, politics and related topics,
66
  based on transcripts of recordings from the Justice Harvard class that includes a lot of content on these topics.
67
  """,
68
+ reranker = "multilingual_reranker_v1", rerank_k = 100, rerank_cutoff = 0.2,
69
  n_sentences_before = 2, n_sentences_after = 2, lambda_val = 0.005,
70
  summary_num_results = 15,
71
  max_tokens = 4096, max_response_chars = 8192,