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/architectures/bert_embedding.py
anthracite/architectures/gpt2_text.py
anthracite/core/__init__.py
anthracite/core/config.py
anthracite/core/exceptions.py
anthracite/core/finetuner.py
anthracite/core/registry.py
anthracite/core/runtime.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/sft.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/interface/text.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/bundled.py
anthracite/tokenizer/external.py
anthracite/tokenizer/loader.py
anthracite/tokenizer/tokenizer.py
anthracite/tokenizer/vocabulary.py
anthracite/training/__init__.py
anthracite/training/checkpoint.py
anthracite/training/distributed.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
tests/test_smoke.py