LICENSE
MANIFEST.in
README.md
pyproject.toml
anthracite/__init__.py
anthracite/cli.py
anthracite.egg-info/PKG-INFO
anthracite.egg-info/SOURCES.txt
anthracite.egg-info/dependency_links.txt
anthracite.egg-info/entry_points.txt
anthracite.egg-info/requires.txt
anthracite.egg-info/top_level.txt
anthracite/architectures/__init__.py
anthracite/architectures/anthracite1_embedding.py
anthracite/architectures/anthracite1_text.py
anthracite/core/__init__.py
anthracite/core/config.py
anthracite/core/exceptions.py
anthracite/core/finetuner.py
anthracite/core/registry.py
anthracite/core/trainer.py
anthracite/datasets/__init__.py
anthracite/datasets/hf.py
anthracite/datasets/loader.py
anthracite/datasets/local.py
anthracite/datasets/pairs.py
anthracite/datasets/text.py
anthracite/devices/__init__.py
anthracite/devices/auto.py
anthracite/devices/cpu.py
anthracite/devices/cuda.py
anthracite/devices/tpu.py
anthracite/inference/__init__.py
anthracite/inference/embedding.py
anthracite/inference/loader.py
anthracite/inference/text.py
anthracite/interface/__init__.py
anthracite/interface/generator.py
anthracite/io/__init__.py
anthracite/io/config.py
anthracite/io/metadata.py
anthracite/io/safetensors.py
anthracite/tokenizer/__init__.py
anthracite/tokenizer/builder.py
anthracite/tokenizer/tokenizer.py
anthracite/tokenizer/vocabulary.py
anthracite/training/__init__.py
anthracite/training/checkpoint.py
anthracite/training/loop.py
anthracite/training/memory.py
anthracite/training/optimizer.py
anthracite/training/precision.py
anthracite/training/scheduler.py
anthracite/utils/logging.py
anthracite/utils/parameters.py
anthracite/utils/progress.py
anthracite/utils/seed.py
examples/01_train_text.py
examples/02_finetune.py
examples/03_generate.py
examples/04_embedding_model.py
examples/05_contrastive_finetune.py
examples/06_embed_and_search.py
examples/07_interface.py
examples/08_huggingface_dataset.py
examples/09_resume_training.py
tests/test_smoke.py