tabicl-model 2.1.1

TabICL transformer model — column embedding, row interaction, ICL learning, KV cache.
docs.rs failed to build tabicl-model-2.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Port of tabicl._model — the TabICL transformer.

Python reference: /Users/Shared/tabicl/src/tabicl/_model/.

Module map (matches the Python file names, minus the .py):

this crate Python file LOC (Python) status
ssmax _model/ssmax.py 216 spec done
rope _model/rope.py 418 spec
layers _model/layers.py 792 placeholder
attention _model/attention.py 298 placeholder
encoders _model/encoders.py 399 placeholder
embedding _model/embedding.py 890 placeholder
interaction _model/interaction.py 273 placeholder
learning _model/learning.py 829 placeholder
kv_cache _model/kv_cache.py 362 placeholder
inference _model/inference.py 1412 placeholder
inference_config _model/inference_config.py 371 spec
tabicl _model/tabicl.py 899 placeholder