.codespell-whitelist.txt
.gitignore
.gitmodules
.pre-commit-config.yaml
README.md
README.zh.md
conftest.py
license-faq.md
license-faq.zh.md
license.header
license.md
license.zh.md
licensing.sh
pyproject.toml
requirements.txt
setup.py
tox.ini
.github/merge_rules.yaml
.github/workflows/push.yaml
docs/mkdocs.yml
docs/requirements.txt
docs/docs/CNAME
docs/docs/index.md
docs/docs/index.zh.md
docs/docs/license-faq.md
docs/docs/license-faq.zh.md
docs/docs/license.md
docs/docs/license.zh.md
docs/docs/about/index.md
docs/docs/about/index.zh.md
docs/docs/about/license-faq.md
docs/docs/about/license-faq.zh.md
docs/docs/about/license.md
docs/docs/about/license.zh.md
docs/docs/about/privacy.md
docs/docs/about/privacy.zh.md
docs/docs/data/dataset.md
docs/docs/data/functional.md
docs/docs/data/index.md
docs/docs/data/index.zh.md
docs/docs/datasets/archiveii.md
docs/docs/datasets/bprna_1m.md
docs/docs/datasets/bprna_new.md
docs/docs/datasets/bprna_spot.md
docs/docs/datasets/eternabench_cm.md
docs/docs/datasets/eternabench_external.md
docs/docs/datasets/eternabench_switch.md
docs/docs/datasets/gencode.md
docs/docs/datasets/index.md
docs/docs/datasets/index.zh.md
docs/docs/datasets/rfam.md
docs/docs/datasets/rivas.md
docs/docs/datasets/rnacentral.md
docs/docs/datasets/rnastralign.md
docs/docs/datasets/ryos.md
docs/docs/models/aido_rna.md
docs/docs/models/calm.md
docs/docs/models/configuration_utils.md
docs/docs/models/ernierna.md
docs/docs/models/index.md
docs/docs/models/index.zh.md
docs/docs/models/modeling_outputs.md
docs/docs/models/ribonanzanet.md
docs/docs/models/rinalmo.md
docs/docs/models/rnabert.md
docs/docs/models/rnaernie.md
docs/docs/models/rnafm.md
docs/docs/models/rnamsm.md
docs/docs/models/splicebert.md
docs/docs/models/utrbert.md
docs/docs/models/utrlm.md
docs/docs/modules/embeddings.md
docs/docs/modules/embeddings.zh.md
docs/docs/modules/heads.md
docs/docs/modules/heads.zh.md
docs/docs/modules/index.md
docs/docs/modules/index.zh.md
docs/docs/pipelines/index.md
docs/docs/pipelines/index.zh.md
docs/docs/pipelines/rna_secondary_structure.md
docs/docs/tokenisers/dna.md
docs/docs/tokenisers/dot_bracket.md
docs/docs/tokenisers/index.md
docs/docs/tokenisers/index.zh.md
docs/docs/tokenisers/protein.md
docs/docs/tokenisers/rna.md
docs/overrides/main.html
docs/overrides/assets/css/extra.css
docs/overrides/assets/css/fonts.css
docs/overrides/assets/fonts/CascadiaCodePL.woff2
docs/overrides/assets/fonts/HYQiHei.ttf
docs/overrides/assets/fonts/HelveticaNowDisplay.otf
docs/overrides/assets/fonts/HelveticaWorld.ttf
docs/overrides/assets/images/favicon.ico
docs/overrides/assets/images/logo.png
docs/overrides/javascripts/mathjax.js
docs/overrides/javascripts/shortcuts.js
examples/data/huggingface-datasets.py
examples/data/local-file.py
examples/data/python-dict.py
examples/models/direct-access.py
examples/models/multimolecule-automodel.py
examples/models/transformers-automodel.py
examples/models/vanilla.py
examples/pipelines/rna-secondary-structure.py
multimolecule/__init__.py
multimolecule/_version.py
multimolecule/defaults.py
multimolecule.egg-info/PKG-INFO
multimolecule.egg-info/SOURCES.txt
multimolecule.egg-info/dependency_links.txt
multimolecule.egg-info/requires.txt
multimolecule.egg-info/top_level.txt
multimolecule/data/README.md
multimolecule/data/README.zh.md
multimolecule/data/__init__.py
multimolecule/data/dataset.py
multimolecule/data/functional.py
multimolecule/data/registry.py
multimolecule/data/utils.py
multimolecule/datasets/README.md
multimolecule/datasets/README.zh.md
multimolecule/datasets/conversion_utils.py
multimolecule/datasets/archiveii/README.md
multimolecule/datasets/archiveii/archiveii.py
multimolecule/datasets/bprna_1m/README.md
multimolecule/datasets/bprna_1m/bprna_1m.py
multimolecule/datasets/bprna_new/README.md
multimolecule/datasets/bprna_new/bprna_new.py
multimolecule/datasets/bprna_spot/README.md
multimolecule/datasets/bprna_spot/bprna_spot.py
multimolecule/datasets/eternabench_cm/README.md
multimolecule/datasets/eternabench_cm/eternabench_cm.py
multimolecule/datasets/eternabench_external/README.md
multimolecule/datasets/eternabench_external/eternabench_external.py
multimolecule/datasets/eternabench_switch/README.md
multimolecule/datasets/eternabench_switch/eternabench_switch.py
multimolecule/datasets/gencode/README.md
multimolecule/datasets/gencode/gencode.py
multimolecule/datasets/rfam/README.md
multimolecule/datasets/rfam/rfam.py
multimolecule/datasets/rivas/README.md
multimolecule/datasets/rivas/rivas.py
multimolecule/datasets/rnacentral/README.md
multimolecule/datasets/rnacentral/modifications.py
multimolecule/datasets/rnacentral/rnacentral.py
multimolecule/datasets/rnacentral/secondary_structure.py
multimolecule/datasets/rnacentral/utils.py
multimolecule/datasets/rnastralign/README.md
multimolecule/datasets/rnastralign/rnastralign.py
multimolecule/datasets/ryos/README.md
multimolecule/datasets/ryos/ryos.py
multimolecule/models/README.md
multimolecule/models/README.zh.md
multimolecule/models/__init__.py
multimolecule/models/configuration_utils.py
multimolecule/models/conversion_utils.py
multimolecule/models/modeling_auto.py
multimolecule/models/modeling_outputs.py
multimolecule/models/aido_rna/README.aido.rna-1.6b-cds.md
multimolecule/models/aido_rna/README.aido.rna-1.6b-ss.md
multimolecule/models/aido_rna/README.aido.rna-650m-cds.md
multimolecule/models/aido_rna/README.aido.rna-650m.md
multimolecule/models/aido_rna/README.md
multimolecule/models/aido_rna/__init__.py
multimolecule/models/aido_rna/configuration_aido_rna.py
multimolecule/models/aido_rna/convert_checkpoint.py
multimolecule/models/aido_rna/modeling_aido_rna.py
multimolecule/models/calm/README.md
multimolecule/models/calm/__init__.py
multimolecule/models/calm/configuration_calm.py
multimolecule/models/calm/convert_checkpoint.py
multimolecule/models/calm/modeling_calm.py
multimolecule/models/ernierna/README.ernierna-ss.md
multimolecule/models/ernierna/README.md
multimolecule/models/ernierna/__init__.py
multimolecule/models/ernierna/configuration_ernierna.py
multimolecule/models/ernierna/convert_checkpoint.py
multimolecule/models/ernierna/modeling_ernierna.py
multimolecule/models/ribonanzanet/README.md
multimolecule/models/ribonanzanet/README.ribonanzanet-deg.md
multimolecule/models/ribonanzanet/README.ribonanzanet-drop.md
multimolecule/models/ribonanzanet/README.ribonanzanet-ss.md
multimolecule/models/ribonanzanet/__init__.py
multimolecule/models/ribonanzanet/configuration_ribonanzanet.py
multimolecule/models/ribonanzanet/convert_checkpoint.py
multimolecule/models/ribonanzanet/modeling_ribonanzanet.py
multimolecule/models/rinalmo/README.md
multimolecule/models/rinalmo/__init__.py
multimolecule/models/rinalmo/configuration_rinalmo.py
multimolecule/models/rinalmo/convert_checkpoint.py
multimolecule/models/rinalmo/modeling_rinalmo.py
multimolecule/models/rnabert/README.md
multimolecule/models/rnabert/__init__.py
multimolecule/models/rnabert/configuration_rnabert.py
multimolecule/models/rnabert/convert_checkpoint.py
multimolecule/models/rnabert/modeling_rnabert.py
multimolecule/models/rnaernie/README.md
multimolecule/models/rnaernie/__init__.py
multimolecule/models/rnaernie/configuration_rnaernie.py
multimolecule/models/rnaernie/convert_checkpoint.py
multimolecule/models/rnaernie/modeling_rnaernie.py
multimolecule/models/rnafm/README.md
multimolecule/models/rnafm/README.mrnafm.md
multimolecule/models/rnafm/README.rnafm-ss.md
multimolecule/models/rnafm/__init__.py
multimolecule/models/rnafm/configuration_rnafm.py
multimolecule/models/rnafm/convert_checkpoint.py
multimolecule/models/rnafm/modeling_rnafm.py
multimolecule/models/rnamsm/README.md
multimolecule/models/rnamsm/__init__.py
multimolecule/models/rnamsm/configuration_rnamsm.py
multimolecule/models/rnamsm/convert_checkpoint.py
multimolecule/models/rnamsm/modeling_rnamsm.py
multimolecule/models/spliceai/README.md
multimolecule/models/spliceai/__init__.py
multimolecule/models/spliceai/configuration_spliceai.py
multimolecule/models/spliceai/convert_checkpoint.py
multimolecule/models/spliceai/modeling_spliceai.py
multimolecule/models/splicebert/README.md
multimolecule/models/splicebert/__init__.py
multimolecule/models/splicebert/configuration_splicebert.py
multimolecule/models/splicebert/convert_checkpoint.py
multimolecule/models/splicebert/modeling_splicebert.py
multimolecule/models/utrbert/README.md
multimolecule/models/utrbert/__init__.py
multimolecule/models/utrbert/configuration_utrbert.py
multimolecule/models/utrbert/convert_checkpoint.py
multimolecule/models/utrbert/modeling_utrbert.py
multimolecule/models/utrlm/README.md
multimolecule/models/utrlm/__init__.py
multimolecule/models/utrlm/configuration_utrlm.py
multimolecule/models/utrlm/convert_checkpoint.py
multimolecule/models/utrlm/modeling_utrlm.py
multimolecule/modules/README.md
multimolecule/modules/README.zh.md
multimolecule/modules/__init__.py
multimolecule/modules/model.py
multimolecule/modules/normlizations.py
multimolecule/modules/registry.py
multimolecule/modules/backbones/__init__.py
multimolecule/modules/backbones/registry.py
multimolecule/modules/backbones/sequence.py
multimolecule/modules/backbones/sequences/__init__.py
multimolecule/modules/backbones/sequences/onehot.py
multimolecule/modules/backbones/sequences/registry.py
multimolecule/modules/criterions/__init__.py
multimolecule/modules/criterions/binary.py
multimolecule/modules/criterions/generic.py
multimolecule/modules/criterions/multiclass.py
multimolecule/modules/criterions/multilabel.py
multimolecule/modules/criterions/registry.py
multimolecule/modules/criterions/regression.py
multimolecule/modules/embeddings/README.md
multimolecule/modules/embeddings/README.zh.md
multimolecule/modules/embeddings/__init__.py
multimolecule/modules/embeddings/registry.py
multimolecule/modules/embeddings/rotary.py
multimolecule/modules/embeddings/sinusoidal.py
multimolecule/modules/heads/README.md
multimolecule/modules/heads/README.zh.md
multimolecule/modules/heads/__init__.py
multimolecule/modules/heads/config.py
multimolecule/modules/heads/contact.py
multimolecule/modules/heads/generic.py
multimolecule/modules/heads/output.py
multimolecule/modules/heads/pretrain.py
multimolecule/modules/heads/registry.py
multimolecule/modules/heads/sequence.py
multimolecule/modules/heads/token.py
multimolecule/modules/heads/transform.py
multimolecule/modules/necks/__init__.py
multimolecule/modules/necks/bert.py
multimolecule/modules/necks/cat.py
multimolecule/modules/necks/registry.py
multimolecule/modules/networks/__init__.py
multimolecule/modules/networks/registry.py
multimolecule/modules/networks/resnet.py
multimolecule/modules/networks/unet.py
multimolecule/pipelines/README.md
multimolecule/pipelines/README.zh.md
multimolecule/pipelines/__init__.py
multimolecule/pipelines/rna_secondary_structure.py
multimolecule/tasks/__init__.py
multimolecule/tasks/task.py
multimolecule/tokenisers/README.md
multimolecule/tokenisers/README.zh.md
multimolecule/tokenisers/__init__.py
multimolecule/tokenisers/alphabet.py
multimolecule/tokenisers/tokenization_utils.py
multimolecule/tokenisers/utils.py
multimolecule/tokenisers/dna/ALPHABET.md
multimolecule/tokenisers/dna/README.md
multimolecule/tokenisers/dna/__init__.py
multimolecule/tokenisers/dna/tokenization_dna.py
multimolecule/tokenisers/dna/utils.py
multimolecule/tokenisers/dot_bracket/ALPHABET.md
multimolecule/tokenisers/dot_bracket/README.md
multimolecule/tokenisers/dot_bracket/__init__.py
multimolecule/tokenisers/dot_bracket/tokenization_db.py
multimolecule/tokenisers/dot_bracket/utils.py
multimolecule/tokenisers/protein/ALPHABET.md
multimolecule/tokenisers/protein/README.md
multimolecule/tokenisers/protein/__init__.py
multimolecule/tokenisers/protein/tokenization_protein.py
multimolecule/tokenisers/protein/utils.py
multimolecule/tokenisers/rna/ALPHABET.md
multimolecule/tokenisers/rna/README.md
multimolecule/tokenisers/rna/__init__.py
multimolecule/tokenisers/rna/tokenization_rna.py
multimolecule/tokenisers/rna/utils.py
multimolecule/utils/__init__.py
multimolecule/utils/parameters.py
tests/data/test_dataset.py
tests/modules/embeddings/test_rotary.py
tests/modules/embeddings/test_sinusoidal.py
tests/modules/heads/test_generic.py