LICENSE
README.md
pyproject.toml
ftml/__init__.py
ftml/__main__.py
ftml/cli.py
ftml/converter.py
ftml/detector.py
ftml/fixer.py
ftml/models.py
ftml/reporter.py
ftml/stats.py
ftml/tokenizer.py
ftml/validator.py
ftml/formats/__init__.py
ftml/formats/alpaca.py
ftml/formats/base.py
ftml/formats/chatml.py
ftml/formats/csv_format.py
ftml/formats/openai_chat.py
ftml/formats/sharegpt.py
ftml/platforms/__init__.py
ftml/platforms/axolotl.py
ftml/platforms/base.py
ftml/platforms/huggingface.py
ftml/platforms/openai.py
ftml/platforms/together.py
ftml/platforms/unsloth.py
ftml_cli.egg-info/PKG-INFO
ftml_cli.egg-info/SOURCES.txt
ftml_cli.egg-info/dependency_links.txt
ftml_cli.egg-info/entry_points.txt
ftml_cli.egg-info/requires.txt
ftml_cli.egg-info/top_level.txt
tests/test_converter.py
tests/test_detector.py
tests/test_fixer.py
tests/test_formats_alpaca.py
tests/test_formats_chatml.py
tests/test_formats_csv.py
tests/test_formats_openai_chat.py
tests/test_formats_sharegpt.py
tests/test_models.py
tests/test_roundtrip.py
tests/test_stats.py
tests/test_tokenizer.py
tests/test_validator.py