LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/quickstart.rst
examples/evaluation_example.py
examples/fine_tuning_example.py
examples/inference_optimization.py
examples/prompt_optimization.py
llm_insight_forge/__init__.py
llm_insight_forge/cli.py
llm_insight_forge.egg-info/PKG-INFO
llm_insight_forge.egg-info/SOURCES.txt
llm_insight_forge.egg-info/dependency_links.txt
llm_insight_forge.egg-info/requires.txt
llm_insight_forge.egg-info/top_level.txt
llm_insight_forge/evaluation/__init__.py
llm_insight_forge/evaluation/benchmarks.py
llm_insight_forge/evaluation/evaluator.py
llm_insight_forge/evaluation/metrics.py
llm_insight_forge/fine_tuning/__init__.py
llm_insight_forge/fine_tuning/dataset_preparation.py
llm_insight_forge/fine_tuning/parameter_efficient.py
llm_insight_forge/fine_tuning/sft.py
llm_insight_forge/fine_tuning/trainer.py
llm_insight_forge/inference_optimization/__init__.py
llm_insight_forge/inference_optimization/quantization.py
llm_insight_forge/prompt_engineering/__init__.py
llm_insight_forge/prompt_engineering/jailbreak_detector.py
llm_insight_forge/prompt_engineering/optimizer.py
llm_insight_forge/prompt_engineering/template.py
llm_insight_forge/utils/__init__.py
tests/conftest.py
tests/test_evaluation_metrics.py
tests/test_jailbreak_detector.py
tests/test_prompt_templates.py