mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
sm fixes
This commit is contained in:
parent
6ceb03f224
commit
a1b1272e8d
2 changed files with 49 additions and 1 deletions
|
|
@ -107,6 +107,54 @@ class FigletFontDataset(ProceduralDataset):
|
|||
"wow",
|
||||
"eftipiti",
|
||||
"relief2",
|
||||
"mshebrew210",
|
||||
"kik_star",
|
||||
"puzzle",
|
||||
"p_skateb",
|
||||
"hypa_bal",
|
||||
"tomahawk",
|
||||
"timesofl",
|
||||
"moscow",
|
||||
"cola",
|
||||
"baz__bil",
|
||||
"stencil1",
|
||||
"battlesh",
|
||||
"tsn_base",
|
||||
"kgames_i",
|
||||
"binary",
|
||||
"greek",
|
||||
"mnemonic",
|
||||
"panther_",
|
||||
"b1ff",
|
||||
"c_consen",
|
||||
"horizontal_right",
|
||||
"dwhistled",
|
||||
"hex",
|
||||
"flipped",
|
||||
"high_noo",
|
||||
"patorjk-hex",
|
||||
"amc_3_liv1",
|
||||
"gauntlet",
|
||||
"cybersmall",
|
||||
"octal",
|
||||
"js_cursive",
|
||||
"battle_s",
|
||||
"deep_str",
|
||||
"rally_s2",
|
||||
"convoy__",
|
||||
"atc_gran",
|
||||
"grand_pr",
|
||||
"ivrit",
|
||||
"rammstein",
|
||||
"horizontal_left",
|
||||
"eftiwall",
|
||||
"decimal",
|
||||
"goofy",
|
||||
"rot13",
|
||||
"konto_slant",
|
||||
"subteran",
|
||||
"rally_sp",
|
||||
"charset_",
|
||||
]
|
||||
all_fonts = pyfiglet.FigletFont.getFonts()
|
||||
ok_fonts = list(filter(lambda x: x not in bad_fonts, all_fonts))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue