@@ -37,9 +37,9 @@ computes the cosine similarity between two words.
37
37
</script >
38
38
39
39
40
- .. include :: model_zoo .rst
40
+ .. include :: examples .rst
41
41
42
- And more in :doc: `tutorials <examples /index >`.
42
+ And more in :doc: `tutorials <tutorials /index >`.
43
43
44
44
45
45
.. include :: install.rst
@@ -50,18 +50,17 @@ About GluonNLP
50
50
51
51
.. hint ::
52
52
53
- You can find our the doc for our master development branch `here <http://gluon- nlp.mxnet.io /master/index.html >`_.
53
+ You can find out the doc for our master development branch `here <http://nlp.gluon.ai /master/index.html >`_.
54
54
55
55
GluonNLP provides implementations of the state-of-the-art (SOTA) deep learning
56
56
models in NLP, and build blocks for text data pipelines and models.
57
57
It is designed for engineers, researchers, and students to fast prototype
58
58
research ideas and products based on these models. This toolkit offers five main features:
59
59
60
- 1. Training scripts to reproduce SOTA results reported in research papers .
60
+ 1. Carefully designed APIs that greatly reduce the implementation complexity .
61
61
2. Pre-trained models for common NLP tasks.
62
- 3. Carefully designed APIs that greatly reduce the implementation complexity.
63
- 4. Tutorials to help get started on new NLP tasks.
64
- 5. Community support.
62
+ 3. Tutorials to help get started on new NLP tasks.
63
+ 4. Community support.
65
64
66
65
This toolkit assumes that users have basic knowledge about deep learning and
67
66
NLP. Otherwise, please refer to an introductory course such as
@@ -76,8 +75,8 @@ You may find the 60-min Gluon crash course linked from there especially helpful.
76
75
:hidden:
77
76
:maxdepth: 2
78
77
78
+ tutorials/index
79
79
model_zoo/index
80
- examples/index
81
80
api/index
82
81
website/index
83
82
genindex
0 commit comments