Andreas Koepf
|
87bf5d6f9a
|
rename static.py -> wordle_words.py
|
2025-01-30 01:06:52 +01:00 |
|
Andreas Koepf
|
9450768aad
|
lint, seed & size for figlet
|
2025-01-30 00:58:34 +01:00 |
|
Andreas Koepf
|
9e0a59f847
|
add seed & size params to RubicsCubeConfig
|
2025-01-30 00:49:41 +01:00 |
|
Andreas Koepf
|
f1e554beb8
|
make sure rubiks cube is scrambled deterministically based on seed+idx
|
2025-01-30 00:36:34 +01:00 |
|
Andreas Köpf
|
4b02834aa0
|
Merge branch 'main' into miserlou/figlet
|
2025-01-29 23:59:27 +01:00 |
|
Rich Jones
|
75fba9d864
|
optional space letters, default true since it seems to perform slightly better
|
2025-01-29 21:38:54 +01:00 |
|
Rich Jones
|
d6bab78fa1
|
figlet fonts
|
2025-01-29 20:38:38 +01:00 |
|
Rich Jones
|
9c4e820fc4
|
lint
|
2025-01-29 16:09:39 +01:00 |
|
Rich Jones
|
a872a09030
|
cleanup
|
2025-01-29 16:07:27 +01:00 |
|
Rich Jones
|
68a538abc5
|
dont use that cubestring
|
2025-01-29 16:05:41 +01:00 |
|
Rich Jones
|
f749539138
|
inital stab at rubikscube
|
2025-01-29 15:53:29 +01:00 |
|
Andreas Koepf
|
1bc56b8559
|
extract answer from last answer tag
|
2025-01-28 16:37:19 +00:00 |
|
Andreas Koepf
|
655de7a7f3
|
add first example with OpenRLHF
|
2025-01-28 14:40:06 +00:00 |
|
Andreas Koepf (aider)
|
f23c52116a
|
feat: Add mother-in-law and father-in-law relationship detection
|
2025-01-27 21:24:35 +01:00 |
|
Andreas Koepf
|
9227d438ab
|
add uncle, aunt & niece and nephew family relationships
|
2025-01-27 21:19:48 +01:00 |
|
Andreas Koepf (aider)
|
54fc49c02c
|
feat: Randomly assign children to multiple couples in family generation
|
2025-01-27 20:54:58 +01:00 |
|
Andreas Koepf
|
59042db1c2
|
refactor: Rename paternal_aunt variable to aunt for consistency
|
2025-01-27 20:54:56 +01:00 |
|
Andreas Koepf (aider)
|
b4c77768ed
|
feat: Add paternal aunt and her husband to family generation
|
2025-01-27 20:50:22 +01:00 |
|
Andreas Koepf (aider)
|
6669acc568
|
feat: Add paternal uncle and aunt to family generation process
|
2025-01-27 20:48:28 +01:00 |
|
Andreas Koepf (aider)
|
84c0107ce0
|
feat: Add separate maternal and paternal grandparents to family relationships
|
2025-01-27 20:41:13 +01:00 |
|
Andreas Koepf (aider)
|
9f878e0244
|
feat: Add aunt, uncle, niece, and nephew relationships to family graph
|
2025-01-27 20:28:18 +01:00 |
|
Andreas Koepf
|
7b3cc45bbd
|
add newline to word sorting template
|
2025-01-27 16:57:49 +01:00 |
|
Andreas Koepf (aider)
|
b7029fc5df
|
feat: Clarify word sorting instructions with ASCII/Unicode ordering and output format
|
2025-01-26 22:29:57 +01:00 |
|
Andreas Koepf (aider)
|
557fac66bf
|
refactor: Change word sorting answer format from list string to comma-separated string
|
2025-01-26 22:23:18 +01:00 |
|
Andreas Koepf
|
c3b6af35f0
|
min python 3.11 to support StrEnum
|
2025-01-26 22:17:43 +01:00 |
|
Andreas Koepf
|
ad9f0d265c
|
fix unit tests, lower python dependency to 3.9
|
2025-01-26 16:55:17 +01:00 |
|
Andreas Koepf (aider)
|
56f422d74e
|
fix: Import missing 're' module for regex word extraction
|
2025-01-26 16:14:23 +01:00 |
|
Andreas Koepf (aider)
|
7df974a753
|
feat: Add word sorting task generation with text transformations
|
2025-01-26 16:14:10 +01:00 |
|
Andreas Koepf (aider)
|
187df2bf7b
|
feat: Add word sorting dataset with configurable text transformations
|
2025-01-26 16:11:32 +01:00 |
|
Andreas Koepf (aider)
|
8e92025cf7
|
refactor: Update default sentence length constraints to 3-20 words
|
2025-01-26 15:57:02 +01:00 |
|
Andreas Koepf (aider)
|
65c60b2afa
|
refactor: Update sentence extraction regex to preserve ending punctuation
|
2025-01-26 15:56:03 +01:00 |
|
Andreas Koepf (aider)
|
028d5ccf96
|
refactor: Rename num_of_words_in_sentence and add max_words_in_sentence config
|
2025-01-26 15:46:21 +01:00 |
|
Andreas Koepf
|
d3fe900889
|
refactor: Update sentence reordering prompt to be more descriptive
|
2025-01-26 15:46:19 +01:00 |
|
Andreas Köpf
|
add29c2fcb
|
Merge branch 'main' into koko/scramble
|
2025-01-26 15:41:25 +01:00 |
|
Andreas Koepf
|
cdf08d9d5b
|
rename word_reversal.py -> word_sequence_reversal.py
|
2025-01-26 11:57:50 +01:00 |
|
Andreas Koepf (aider)
|
e9ac50a6fc
|
refactor: Update import for word sequence reversal module
|
2025-01-26 11:53:48 +01:00 |
|
Andreas Koepf (aider)
|
be00e0bab2
|
fix: Correct WordReversalConfig references to WordSequenceReversalConfig
|
2025-01-26 11:52:25 +01:00 |
|
Andreas Koepf (aider)
|
c641b25508
|
refactor: Rename WordReversalDataset to WordSequenceReversalDataset
|
2025-01-26 11:52:15 +01:00 |
|
Andreas Koepf (aider)
|
4d582387de
|
feat: Add SpellBackward imports and exports to algorithmic package
|
2025-01-26 11:48:18 +01:00 |
|
Andreas Koepf (aider)
|
9b93ac2a1f
|
feat: Add spell_backward.py module for word reversal task generation
|
2025-01-26 11:46:07 +01:00 |
|
Andreas Koepf (aider)
|
696d60dd2b
|
refactor: Move SpellBackwardDataset to separate file
|
2025-01-26 11:44:27 +01:00 |
|
Andreas Koepf (aider)
|
b18bede2bf
|
feat: Add SpellBackwardDataset with word reversal and length filtering
|
2025-01-26 11:40:47 +01:00 |
|
abdulhakeem
|
3fabb319ab
|
Make more tiny correction
|
2025-01-25 23:25:55 -06:00 |
|
abdulhakeem
|
b13d0762d6
|
Correct logic for number of words in sentence
|
2025-01-25 23:22:16 -06:00 |
|
abdulhakeem
|
4d50cfd514
|
Add parameters to _generate_sentence_dataset
|
2025-01-25 23:17:39 -06:00 |
|
abdulhakeem
|
384a00ec71
|
Ensure only words are considered
|
2025-01-25 23:08:41 -06:00 |
|
abdulhakeem
|
c7c12269ad
|
Add assertion to ensure number of words in sentence is positive
|
2025-01-25 23:02:17 -06:00 |
|
abdulhakeem
|
a72629c28f
|
Add sentence reordering and unit tests to validate it
|
2025-01-25 22:52:35 -06:00 |
|
Andreas Koepf
|
6af2231d84
|
formatting
|
2025-01-25 18:51:28 +01:00 |
|
Andreas Koepf
|
66666cf2bf
|
remove old files
|
2025-01-25 18:51:07 +01:00 |
|