lili0710432 / keras-nlp

Industry-strength Natural Language Processing workflows with Keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Industry-strength Natural Language Processing workflows with Keras


Languages

Language:Python 100.0%