LICENSE
README.md
pyproject.toml
datafast/__init__.py
datafast/card_utils.py
datafast/datasets.py
datafast/expanders.py
datafast/inspectors.py
datafast/llm_utils.py
datafast/llms.py
datafast/utils.py
datafast.egg-info/PKG-INFO
datafast.egg-info/SOURCES.txt
datafast.egg-info/dependency_links.txt
datafast.egg-info/requires.txt
datafast.egg-info/top_level.txt
datafast/examples/classification_trail_conditions_example.py
datafast/examples/inspect_dataset_example.py
datafast/examples/mcq_contextual_example.py
datafast/examples/mcq_example.py
datafast/examples/preference_dataset_example.py
datafast/examples/quickstart_example.py
datafast/examples/raw_text_space_engineering_example.py
datafast/examples/show_dataset_examples.py
datafast/examples/ultrachat_materials_science.py
datafast/prompts/__init__.py
datafast/prompts/classification_prompts.py
datafast/prompts/mcq_prompts.py
datafast/prompts/preference_prompts.py
datafast/prompts/question_generation_prompts.py
datafast/prompts/text_prompts.py
datafast/schema/config.py
datafast/schema/data_rows.py
tests/test_expand_prompt.py
tests/test_get_num_expected_rows.py
tests/test_llms.py