llm-arch / src /data_synthesis /test_question_generator.py

Commit History

Updated from using random.choices to random.sample throughout where I need a random distinct set as choices does replacement so you can get the same item twice. Discovered in pricing testing.
b897a48

alfraser commited on

Tweaked the test generator and updated the tests
ca7e5c7

alfraser commited on

Added the test question generator and increased the size of the question bank to 500
59b2aff

alfraser commited on