Commit graph

1239 commits

Author SHA1 Message Date
Andreas Koepf (aider)
08ee435d47 test: Add deterministic test for RubiksCubeDataset __get_item__() 2025-01-30 00:42:20 +01:00
Andreas Koepf
2653a28903 make sure rubiks cube is scrambled deterministically based on seed+idx 2025-01-30 00:36:34 +01:00
Andreas Köpf
9c6d097c38
Merge pull request #22 from Miserlou/miserlou/figlet
Add Figlet Fonts Challenges and Evaluator
2025-01-30 00:03:34 +01:00
Andreas Köpf
41d0f973d0
Merge branch 'main' into miserlou/figlet 2025-01-29 23:59:27 +01:00
Andreas Köpf
f0aa944c4b
Merge pull request #21 from Miserlou/miserlou/rubiks
Add Rubik's Cube Generator and Evaluator
2025-01-29 23:58:50 +01:00
Rich Jones
d230b5da97 Add QL puzz 2025-01-29 23:33:39 +01:00
Rich Jones
9f9359b3e4 initial puzzle 2025-01-29 23:25:59 +01:00
Rich Jones
32e229954e dep typo 2025-01-29 22:23:00 +01:00
Rich Jones
d0bda3878d optional space letters, default true since it seems to perform slightly better 2025-01-29 21:38:54 +01:00
Rich Jones
cbf5087887 figlet fonts 2025-01-29 20:38:38 +01:00
Andreas Koepf
7c0509db7a add eval demo for generated script 2025-01-29 18:28:17 +01:00
Andreas Koepf
d6c9a534af first steps for automatic generation of gsm generator functions 2025-01-29 17:55:37 +01:00
Rich Jones
74dcd57235 lint 2025-01-29 16:09:39 +01:00
Rich Jones
cc69d90a4f cleanup 2025-01-29 16:07:27 +01:00
Rich Jones
ebcd6d5e43 dont use that cubestring 2025-01-29 16:05:41 +01:00
Rich Jones
0d67fc102b inital stab at rubikscube 2025-01-29 15:53:29 +01:00
Andreas Koepf
f7313d409c use more realistic hparams for OpenRLHF example 2025-01-28 22:20:22 +00:00
Andreas Koepf
c196d622e0 extract answer from last answer tag 2025-01-28 16:37:19 +00:00
Andreas Koepf
cc0312e446 add first example with OpenRLHF 2025-01-28 14:40:06 +00:00
Andreas Koepf (aider)
458057ba18 feat: Add mother-in-law and father-in-law relationship detection 2025-01-27 21:24:35 +01:00
Andreas Koepf
c8219be6ae add uncle, aunt & niece and nephew family relationships 2025-01-27 21:19:48 +01:00
Andreas Koepf (aider)
277e65a7e0 feat: Randomly assign children to multiple couples in family generation 2025-01-27 20:54:58 +01:00
Andreas Koepf
a00bab6e21 refactor: Rename paternal_aunt variable to aunt for consistency 2025-01-27 20:54:56 +01:00
Andreas Koepf (aider)
187d671d18 feat: Add paternal aunt and her husband to family generation 2025-01-27 20:50:22 +01:00
Andreas Koepf (aider)
ca392c5d80 feat: Add paternal uncle and aunt to family generation process 2025-01-27 20:48:28 +01:00
Andreas Koepf (aider)
97c388d0b3 feat: Add separate maternal and paternal grandparents to family relationships 2025-01-27 20:41:13 +01:00
Andreas Koepf (aider)
c642c2b9a4 feat: Add aunt, uncle, niece, and nephew relationships to family graph 2025-01-27 20:28:18 +01:00
Andreas Koepf
cca03d4b09 add newline to word sorting template 2025-01-27 16:57:49 +01:00
Andreas Koepf (aider)
709279664d docs: Add WordSortingDataset to algorithmic tasks overview 2025-01-27 16:57:49 +01:00
Andreas Köpf
f5f85044ce
Merge pull request #14 from open-thought/temp/readme_update
README Formatting for TOC and future generators
2025-01-27 16:50:03 +01:00
EduardDurech
b8c6a481b6
GitHub-compatible formatting 2025-01-27 14:27:59 +01:00
EduardDurech
c6a31f74f5
GitHub Compatibility 2025-01-27 11:02:55 +01:00
EduardDurech
23354b9fd4 README Formatting for TOC and future generators 2025-01-27 09:20:26 +00:00
Andreas Koepf (aider)
f91417aaa9 feat: Clarify word sorting instructions with ASCII/Unicode ordering and output format 2025-01-26 22:29:57 +01:00
Andreas Koepf (aider)
9bb5a94c29 refactor: Change word sorting answer format from list string to comma-separated string 2025-01-26 22:23:18 +01:00
Andreas Koepf
cae7f0f98b min python 3.11 to support StrEnum 2025-01-26 22:17:43 +01:00
Andreas Koepf
ecbb155184 fix unit tests, lower python dependency to 3.9 2025-01-26 16:55:17 +01:00
Andreas Koepf (aider)
98e9c7e55f test: Add isalpha check for case transformation tests 2025-01-26 16:53:21 +01:00
Andreas Koepf (aider)
0fa8843c86 fix: Update test to match SentenceReorderingConfig parameters 2025-01-26 16:45:41 +01:00
Andreas Koepf (aider)
a2f9bf0535 fix: Import missing 're' module for regex word extraction 2025-01-26 16:14:23 +01:00
Andreas Koepf (aider)
f75471119c feat: Add word sorting task generation with text transformations 2025-01-26 16:14:10 +01:00
Andreas Koepf (aider)
648ad26bd3 feat: Add word sorting dataset with configurable text transformations 2025-01-26 16:11:32 +01:00
Andreas Koepf (aider)
49533e10ad refactor: Update default sentence length constraints to 3-20 words 2025-01-26 15:57:02 +01:00
Andreas Koepf (aider)
b03b02f3a5 refactor: Update sentence extraction regex to preserve ending punctuation 2025-01-26 15:56:03 +01:00
Andreas Koepf (aider)
fa9465e6a9 refactor: Rename num_of_words_in_sentence and add max_words_in_sentence config 2025-01-26 15:46:21 +01:00
Andreas Koepf
9abea574ed refactor: Update sentence reordering prompt to be more descriptive 2025-01-26 15:46:19 +01:00
Andreas Köpf
d3ccc38ec7
Merge pull request #12 from Adefioye/koko/scramble
[Level 1 of Unscrambled tasks] - Add sentence reordering and unit tests to validate it
2025-01-26 15:41:35 +01:00
Andreas Köpf
684a69603f
Merge branch 'main' into koko/scramble 2025-01-26 15:41:25 +01:00
Andreas Koepf
4fdf80e056 update registered dataset name list in README.md 2025-01-26 12:01:48 +01:00
Andreas Koepf
7977895275 rename word_reversal.py -> word_sequence_reversal.py 2025-01-26 11:57:50 +01:00