/keras-nlp

Industry-strength Natural Language Processing workflows with Keras

Primary LanguagePython

keras-nlp

Layers

Layers are the fundamental building blocks for NLP models. They can be used to assemble new layers, networks, or models.

Encoders

Encoders are combinations of layers (and possibly other encoders). They are sub-units of models that would not be trained alone. It encapsulates common network structures like a classification head or a transformer encoder into an easily handled object with a standardized configuration.