LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
src/setfit/__init__.py
src/setfit/data.py
src/setfit/integrations.py
src/setfit/logging.py
src/setfit/losses.py
src/setfit/model_card.py
src/setfit/model_card_template.md
src/setfit/modeling.py
src/setfit/notebook.py
src/setfit/sampler.py
src/setfit/trainer.py
src/setfit/trainer_distillation.py
src/setfit/training_args.py
src/setfit/utils.py
src/setfit.egg-info/PKG-INFO
src/setfit.egg-info/SOURCES.txt
src/setfit.egg-info/dependency_links.txt
src/setfit.egg-info/not-zip-safe
src/setfit.egg-info/requires.txt
src/setfit.egg-info/top_level.txt
src/setfit/exporters/__init__.py
src/setfit/exporters/onnx.py
src/setfit/exporters/openvino.py
src/setfit/exporters/utils.py
src/setfit/span/__init__.py
src/setfit/span/aspect_extractor.py
src/setfit/span/modeling.py
src/setfit/span/trainer.py
tests/test_data.py
tests/test_deprecated_trainer.py
tests/test_deprecated_trainer_distillation.py
tests/test_model_card.py
tests/test_modeling.py
tests/test_sampler.py
tests/test_trainer.py
tests/test_trainer_distillation.py
tests/test_training_args.py