Skip to content

Global-localhost/keras-nlp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%