mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-15 23:31:05 +00:00
Merge remote-tracking branch 'origin/main'
# Conflicts: # benchmark/longmemeval/eval_longmemeval_reme.py
This commit is contained in:
commit
7ee4db9cf0
1 changed files with 3 additions and 2 deletions
|
|
@ -786,8 +786,9 @@ class LongMemEvalEvaluator:
|
|||
print(f"Questions to process: {total_questions} | Top-K: {self.config.top_k}")
|
||||
print(f"Max Concurrency: {self.config.max_concurrency}")
|
||||
print(
|
||||
f"Summary Model: {self.config.reme_model_name} | Retrieve Model: {self.config.retrieve_model_name} "
|
||||
f"| Eval Model: {self.config.eval_model_name}",
|
||||
f"Summary Model: {self.config.reme_model_name} | "
|
||||
f"Retrieve Model: {self.config.retrieve_model_name} | "
|
||||
f"Eval Model: {self.config.eval_model_name}",
|
||||
)
|
||||
print(f"Algo Version: {self.config.algo_version}")
|
||||
print("=" * 80 + "\n")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue