README.md
pyproject.toml
setup.cfg
setup.py
src/smolhub/__init__.py
src/smolhub.egg-info/PKG-INFO
src/smolhub.egg-info/SOURCES.txt
src/smolhub.egg-info/dependency_links.txt
src/smolhub.egg-info/requires.txt
src/smolhub.egg-info/top_level.txt
src/smolhub/helper/__init__.py
src/smolhub/helper/count_parameters.py
src/smolhub/helper/print_model_details.py
src/smolhub/helper/save_model.py
src/smolhub/helper/scheduler.py
src/smolhub/helper/visualize.py
src/smolhub/helper/dataset/__init__.py
src/smolhub/helper/dataset/dataset_main.py
src/smolhub/helper/dataset/load_config.py
src/smolhub/helper/dataset/prepare_dataset.py
src/smolhub/scripts/__init__.py
src/smolhub/scripts/dora.py
src/smolhub/scripts/finetune.py
src/smolhub/scripts/lora.py
tests/test_finetune.py
tests/test_package.py