LM Classifiers ============== The following classes are the core elements of this library. :code:`MaskedLM4Classification` is based on `masked `_ language models, while :code:`CausalLM4Classification` is based on `causal `_ language models. The idea behind this concept is described in :ref:`background`. The tutorials :ref:`tutorial_causal_lms` and :ref:`tutorial_masked_lms` describe how these classes are applied. .. automodule:: promptzl.modules :members: :undoc-members: :exclude-members: :show-inheritance: