This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b994b25
commit adc3046
Showing
62 changed files
with
806 additions
and
566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
The documentation of gluonnlp is generated with recommonmark and sphinx. | ||
The documentation of GluonNLP is generated with recommonmark and sphinx. | ||
|
||
- pip install sphinx>=1.5.5 sphinx-gallery sphinx_rtd_theme matplotlib Image recommonmark | ||
|
||
For more details, refer to [website/configuration.rst](website/configuration.rst) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
gluonnlp.attention_cell | ||
======================= | ||
|
||
GluonNLP Toolkit provides ways to implement the attention mechanism that is prevailing in NLP models. | ||
|
||
.. currentmodule:: gluonnlp.attention_cell | ||
|
||
Attention Mechanism | ||
------------------- | ||
|
||
.. automodule:: gluonnlp.attention_cell | ||
:members: | ||
:imported-members: | ||
:special-members: __contains__, __getitem__, __setitem__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
gluonnlp.layers | ||
=============== | ||
|
||
GluonNLP Toolkit provides some common layers that can help you build NLP models. | ||
|
||
.. currentmodule:: gluonnlp.layers | ||
|
||
Layers | ||
------ | ||
|
||
.. automodule:: gluonnlp.layers | ||
:members: | ||
:imported-members: | ||
:special-members: __contains__, __getitem__, __setitem__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
gluonnlp.op | ||
=============== | ||
|
||
GluonNLP Toolkit provides some functions that can help you build NLP architectures and training pipelines. | ||
|
||
.. currentmodule:: gluonnlp.op | ||
|
||
Layers | ||
------ | ||
|
||
.. automodule:: gluonnlp.op | ||
:members: | ||
:imported-members: | ||
:special-members: __contains__, __getitem__, __setitem__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
gluonnlp.sequence_sampler | ||
========================= | ||
|
||
GluonNLP Toolkit provides ways to sample from a sequence generator. | ||
|
||
.. currentmodule:: gluonnlp.sequence_sampler | ||
|
||
Sequence Sampler | ||
---------------- | ||
|
||
.. automodule:: gluonnlp.sequence_sampler | ||
:members: | ||
:imported-members: | ||
:special-members: __contains__, __getitem__, __setitem__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.