mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
feat: Add more diverse animals to leg counting dataset
This commit is contained in:
parent
ee7c136f96
commit
0e4b4bb602
1 changed files with 13 additions and 0 deletions
|
|
@ -19,6 +19,19 @@ ANIMALS = {
|
|||
"duck": 2,
|
||||
"butterfly": 6,
|
||||
"centipede": 100,
|
||||
# Additional animals with 0 legs
|
||||
"sea slug": 0,
|
||||
"jellyfish": 0,
|
||||
"flatworm": 0,
|
||||
"leech": 0,
|
||||
# Animals with 5 legs
|
||||
"starfish": 5,
|
||||
# Animals with 10 legs
|
||||
"crab": 10,
|
||||
"lobster": 10,
|
||||
"shrimp": 10,
|
||||
# Animals with 14 legs
|
||||
"woodlouse": 14,
|
||||
}
|
||||
|
||||
@dataclass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue