.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yaml
assets/william-blake.jpg
pynife/__init__.py
pynife/data.py
pynife/dataset_vault.py
pynife/embedding.py
pynife/losses.py
pynife/nife.py
pynife/utilities.py
pynife/version.py
pynife.egg-info/PKG-INFO
pynife.egg-info/SOURCES.txt
pynife.egg-info/dependency_links.txt
pynife.egg-info/requires.txt
pynife.egg-info/top_level.txt
pynife/cards/dataset_card.py
pynife/cards/model_card.md
pynife/cards/model_card.py
pynife/distillation/infer.py
pynife/distillation/utilities.py
pynife/initialization/__init__.py
pynife/initialization/model.py
pynife/tokenizer/count_vocabulary.py
pynife/tokenizer/datamodels.py
pynife/tokenizer/expand.py
scripts/__init__.py
scripts/create_vocabulary.py
scripts/expand_tokenizer.py
scripts/experiment_distillation.py
scripts/generate_model_card.py
scripts/infer_datasets.py
tests/__init__.py
tests/conftest.py
tests/fake_embedder.py
tests/test_count_vocabulary.py
tests/test_data.py
tests/test_dataset_helpers.py
tests/test_dataset_vault.py
tests/test_embedding.py
tests/test_expand_tokenizer.py
tests/test_infer.py
tests/test_initialization.py
tests/test_losses.py
tests/test_nife.py
tests/test_utilities.py
tests/data/test_model/README.md
tests/data/test_model/config_sentence_transformers.json
tests/data/test_model/model.safetensors
tests/data/test_model/modules.json
tests/data/test_model/special_tokens_map.json
tests/data/test_model/tokenizer.json
tests/data/test_model/tokenizer_config.json
tests/data/test_tokenizer/special_tokens_map.json
tests/data/test_tokenizer/tokenizer.json
tests/data/test_tokenizer/tokenizer_config.json