mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2025-10-09 13:40:09 +03:00
@@ -185,11 +185,7 @@ class FigletFontDataset(ProceduralDataset):
|
||||
return {
|
||||
"question": rng.choice(self._prompt_templates).format(figlet_render=figlet_render),
|
||||
"answer": word,
|
||||
"metadata": {
|
||||
"font": chosen_font,
|
||||
"space_letters": self.config.space_letters,
|
||||
"difficulty": {"word_len": len(word)},
|
||||
},
|
||||
"metadata": {"font": chosen_font, "space_letters": self.config.space_letters},
|
||||
}
|
||||
|
||||
def score_answer(self, answer: Optional[str], entry: dict[str, Any]) -> float:
|
||||
|
||||
Reference in New Issue
Block a user