LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
src/sceptr/__init__.py
src/sceptr/model.py
src/sceptr/variant.py
src/sceptr.egg-info/PKG-INFO
src/sceptr.egg-info/SOURCES.txt
src/sceptr.egg-info/dependency_links.txt
src/sceptr.egg-info/requires.txt
src/sceptr.egg-info/top_level.txt
src/sceptr/_model_saves/__init__.py
src/sceptr/_model_saves/A_SCEPTR/config.json
src/sceptr/_model_saves/A_SCEPTR/state_dict.pt
src/sceptr/_model_saves/B_SCEPTR/config.json
src/sceptr/_model_saves/B_SCEPTR/state_dict.pt
src/sceptr/_model_saves/SCEPTR/config.json
src/sceptr/_model_saves/SCEPTR/state_dict.pt
src/sceptr/_model_saves/SCEPTR_BLOSUM/config.json
src/sceptr/_model_saves/SCEPTR_BLOSUM/state_dict.pt
src/sceptr/_model_saves/SCEPTR_CDR3_only/config.json
src/sceptr/_model_saves/SCEPTR_CDR3_only/state_dict.pt
src/sceptr/_model_saves/SCEPTR_CDR3_only_MLM_only/config.json
src/sceptr/_model_saves/SCEPTR_CDR3_only_MLM_only/state_dict.pt
src/sceptr/_model_saves/SCEPTR_MLM_only/config.json
src/sceptr/_model_saves/SCEPTR_MLM_only/state_dict.pt
src/sceptr/_model_saves/SCEPTR_average_pooling/config.json
src/sceptr/_model_saves/SCEPTR_average_pooling/state_dict.pt
src/sceptr/_model_saves/SCEPTR_dropout_noise_only/config.json
src/sceptr/_model_saves/SCEPTR_dropout_noise_only/state_dict.pt
src/sceptr/_model_saves/SCEPTR_finetuned/config.json
src/sceptr/_model_saves/SCEPTR_finetuned/state_dict.pt
src/sceptr/_model_saves/SCEPTR_large/config.json
src/sceptr/_model_saves/SCEPTR_large/state_dict.pt
src/sceptr/_model_saves/SCEPTR_left_aligned/config.json
src/sceptr/_model_saves/SCEPTR_left_aligned/state_dict.pt
src/sceptr/_model_saves/SCEPTR_shuffled_data/config.json
src/sceptr/_model_saves/SCEPTR_shuffled_data/state_dict.pt
src/sceptr/_model_saves/SCEPTR_small/config.json
src/sceptr/_model_saves/SCEPTR_small/state_dict.pt
src/sceptr/_model_saves/SCEPTR_synthetic_data/config.json
src/sceptr/_model_saves/SCEPTR_synthetic_data/state_dict.pt
src/sceptr/_model_saves/SCEPTR_tiny/config.json
src/sceptr/_model_saves/SCEPTR_tiny/state_dict.pt
tests/test_functional_api.py
tests/test_residue_representations.py
tests/test_variants.py