mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
table
This commit is contained in:
parent
72210cf4ad
commit
6e9baaf9d8
2 changed files with 2 additions and 9 deletions
|
|
@ -211,8 +211,6 @@ class GSM8kEnv(BaseEnv):
|
|||
# Log evaluation results
|
||||
eval_metrics = {
|
||||
"eval/percent_correct": percent_correct,
|
||||
"eval/total_samples": len(scores),
|
||||
"eval/correct_samples": sum(scores),
|
||||
}
|
||||
|
||||
await self.evaluate_log(
|
||||
|
|
@ -223,7 +221,6 @@ class GSM8kEnv(BaseEnv):
|
|||
generation_parameters={
|
||||
"temperature": 0.0,
|
||||
"max_tokens": self.config.max_token_length,
|
||||
"split": "eval",
|
||||
},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue