mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
fix pre-commit bug (#131)
This commit is contained in:
parent
9294e65dfb
commit
44c4ce11f3
1 changed files with 5 additions and 1 deletions
|
|
@ -785,7 +785,11 @@ class LongMemEvalEvaluator:
|
|||
print(f"Samples per type: {self.config.samples_per_type} (-1 = all)")
|
||||
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} | Eval Model: {self.config.eval_model_name}")
|
||||
print(
|
||||
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