.gitignore
.isort.cfg
.markdownlint-cli2.yaml
.pre-commit-config.yaml
.pylintrc
.spellcheck-en-custom.txt
.spellcheck.yml
CHANGELOG.md
LICENSE
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
tox.ini
.github/actionlint.yaml
.github/dependabot.yml
.github/mergify.yml
.github/actions/free-disk-space/action.yml
.github/workflows/actionlint.dockerfile
.github/workflows/actionlint.yml
.github/workflows/docs.yml
.github/workflows/e2e-nvidia-l4-x1.yml
.github/workflows/e2e-nvidia-l40s-x4.yml
.github/workflows/e2e-nvidia-t4-x1.yml
.github/workflows/lint.yml
.github/workflows/pypi.yaml
.github/workflows/spellcheck.yml
.github/workflows/stale_bot.yml
.github/workflows/test.yml
.github/workflows/matchers/actionlint.json
.github/workflows/matchers/pylint.json
docs/data_mixing.md
docs/dataset_formats.md
docs/pipeline_config.md
docs/release-strategy.md
scripts/ruff.sh
scripts/test_freeform_skills.py
scripts/test_grounded_skills.py
scripts/test_knowledge.py
scripts/validate_pipelines.py
src/instructlab/__init__.py
src/instructlab/sdg/__init__.py
src/instructlab/sdg/_version.py
src/instructlab/sdg/block.py
src/instructlab/sdg/checkpointing.py
src/instructlab/sdg/datamixing.py
src/instructlab/sdg/eval_data.py
src/instructlab/sdg/filterblock.py
src/instructlab/sdg/generate_data.py
src/instructlab/sdg/importblock.py
src/instructlab/sdg/llmblock.py
src/instructlab/sdg/pipeline.py
src/instructlab/sdg/py.typed
src/instructlab/sdg/utilblocks.py
src/instructlab/sdg/configs/__init__.py
src/instructlab/sdg/configs/knowledge/__init__.py
src/instructlab/sdg/configs/knowledge/evaluate_faithfulness.yaml
src/instructlab/sdg/configs/knowledge/evaluate_question.yaml
src/instructlab/sdg/configs/knowledge/evaluate_relevancy.yaml
src/instructlab/sdg/configs/knowledge/generate_questions_responses.yaml
src/instructlab/sdg/configs/knowledge/mcq_generation.yaml
src/instructlab/sdg/configs/knowledge/simple_generate_qa.yaml
src/instructlab/sdg/configs/knowledge/spellcheck.yaml
src/instructlab/sdg/configs/skills/__init__.py
src/instructlab/sdg/configs/skills/contexts.yaml
src/instructlab/sdg/configs/skills/evaluate_freeform_pair.yaml
src/instructlab/sdg/configs/skills/evaluate_freeform_questions.yaml
src/instructlab/sdg/configs/skills/evaluate_grounded_pair.yaml
src/instructlab/sdg/configs/skills/evaluate_grounded_questions.yaml
src/instructlab/sdg/configs/skills/freeform_questions.yaml
src/instructlab/sdg/configs/skills/freeform_responses.yaml
src/instructlab/sdg/configs/skills/grounded_questions.yaml
src/instructlab/sdg/configs/skills/grounded_responses.yaml
src/instructlab/sdg/configs/skills/simple_generate_qa_freeform.yaml
src/instructlab/sdg/configs/skills/simple_generate_qa_grounded.yaml
src/instructlab/sdg/pipelines/__init__.py
src/instructlab/sdg/pipelines/eval/mmlu_bench.yaml
src/instructlab/sdg/pipelines/full/__init__.py
src/instructlab/sdg/pipelines/full/freeform_skills.yaml
src/instructlab/sdg/pipelines/full/grounded_skills.yaml
src/instructlab/sdg/pipelines/full/knowledge.yaml
src/instructlab/sdg/pipelines/schema/__init__.py
src/instructlab/sdg/pipelines/schema/v1.json
src/instructlab/sdg/pipelines/simple/__init__.py
src/instructlab/sdg/pipelines/simple/freeform_skills.yaml
src/instructlab/sdg/pipelines/simple/grounded_skills.yaml
src/instructlab/sdg/pipelines/simple/knowledge.yaml
src/instructlab/sdg/utils/__init__.py
src/instructlab/sdg/utils/chunkers.py
src/instructlab/sdg/utils/json.py
src/instructlab/sdg/utils/model_formats.py
src/instructlab/sdg/utils/models.py
src/instructlab/sdg/utils/pandas.py
src/instructlab/sdg/utils/taxonomy.py
src/instructlab_sdg.egg-info/PKG-INFO
src/instructlab_sdg.egg-info/SOURCES.txt
src/instructlab_sdg.egg-info/dependency_links.txt
src/instructlab_sdg.egg-info/requires.txt
src/instructlab_sdg.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/taxonomy.py
tests/test_checkpointing.py
tests/test_chunkers.py
tests/test_datamixing.py
tests/test_default_pipeline_configs.py
tests/test_filterblock.py
tests/test_generate_data.py
tests/test_importblock.py
tests/test_llmblock.py
tests/test_models.py
tests/test_pipeline.py
tests/test_sample_populator_block.py
tests/test_taxonomy.py
tests/test_utilblocks.py
tests/functional/conftest.py
tests/functional/test_chunkers.py
tests/functional/test_imports.py
tests/testdata/leanimports.py
tests/testdata/relative_path_recipe.yaml
tests/testdata/test_valid_compositional_skill.yaml
tests/testdata/test_valid_knowledge_skill.yaml
tests/testdata/testdata.py
tests/testdata/datasets/samples.jsonl
tests/testdata/default_data_recipes/knowledge.yaml
tests/testdata/default_data_recipes/skills.yaml
tests/testdata/mock_xdg_data_dir/instructlab/sdg/models/config.yaml
tests/testdata/models/invalid_gguf.gguf
tests/testdata/models/instructlab/granite-7b-lab/added_tokens.json
tests/testdata/models/instructlab/granite-7b-lab/config.json
tests/testdata/models/instructlab/granite-7b-lab/empty.safetensors
tests/testdata/models/instructlab/granite-7b-lab/special_tokens_map.json
tests/testdata/models/instructlab/granite-7b-lab/tokenizer.json
tests/testdata/models/instructlab/granite-7b-lab/tokenizer.model
tests/testdata/models/instructlab/granite-7b-lab/tokenizer_config.json
tests/testdata/models/invalid_safetensors_dir/.gitkeep
tests/testdata/sample_documents/moo_deng.pdf
tests/testdata/sample_documents/phoenix.md
tests/testdata/sample_documents/phoenix.pdf
tests/testdata/sample_documents/qna.yaml