You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/keras_nlp/index.md
+68-58Lines changed: 68 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,24 @@
2
2
3
3
<aclass="github-button"href="https://github.com/keras-team/keras-nlp"data-size="large"data-show-count="true"aria-label="Star keras-team/keras-nlp on GitHub">Star</a>
4
4
5
-
KerasNLP is a simple and powerful API for building Natural Language Processing
6
-
(NLP) models within the Keras ecosystem.
7
-
8
-
KerasNLP provides modular building blocks following standard Keras interfaces
9
-
(layers, metrics) that allow you to quickly and flexibly iterate on your task.
10
-
Engineers working in applied NLP can leverage the library to assemble training
11
-
and inference pipelines that are both state-of-the-art and production-grade.
12
-
13
-
KerasNLP can be understood as a horizontal extension of the Keras API:
14
-
components are first-party Keras objects that are too specialized to be
15
-
added to core Keras, but that receive the same level of polish as the rest of
16
-
the Keras API.
17
-
18
-
KerasNLP is also new and growing! If you are interested in contributing, please
5
+
KerasNLP is a natural language processing library that supports users through
6
+
their entire development cycle. Our workflows are built from modular components
7
+
that have state-of-the-art preset weights and architectures when used
8
+
out-of-the-box and are easily customizable when more control is needed. We
9
+
emphasize in-graph computation for all workflows so that developers can expect
10
+
easy productionization using the TensorFlow ecosystem.
11
+
12
+
This library is an extension of the core Keras API; all high-level modules are
13
+
[`Layers`](/api/layers/) or [`Models`](/api/models/) that recieve that same
14
+
level of polish as core Keras. If you are familiar with Keras, congratulations!
15
+
You already understand most of KerasNLP.
16
+
17
+
See our [Getting Started guide](/guides/keras_nlp/getting_started)
18
+
for example usage of our modular API starting with evaluating pretrained models
19
+
and building up to designing a novel transformer architecture and training a
20
+
tokenizer from scratch.
21
+
22
+
KerasNLP is new and growing! If you are interested in contributing, please
0 commit comments