Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 6ec0c84

Browse files
eric-haibin-linszha
authored andcommitted
[DOC] Update Readme with correct mxnet version (#635)
* Update README.rst * Update index.rst * Update index.rst * Update README.rst * Update data.rst * Update wikitext.py
1 parent 386a45f commit 6ec0c84

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ Language Processing (NLP) research.
3030
News
3131
====
3232

33-
- GluonNLP is featured in:
33+
- Tutorial proposal for GluonNLP is accepted at `EMNLP 2019 <https://www.emnlp-ijcnlp2019.org>`__, Hong Kong.
34+
35+
- GluonNLP was featured in:
3436

3537
- **AWS re:invent 2018 in Las Vegas, 2018-11-28**! Checkout `details <https://www.portal.reinvent.awsevents.com/connect/sessionDetail.ww?SESSION_ID=88736>`_.
38+
- **PyData 2018 NYC, 2018-10-18**! Checkout the `awesome talk <https://pydata.org/nyc2018/schedule/presentation/76/>`__ by Sneha Jha.
3639
- **KDD 2018 London, 2018-08-21, Apache MXNet Gluon tutorial**! Check out **https://kdd18.mxnet.io**.
3740

3841
Installation
@@ -48,7 +51,7 @@ In particular, if you want to install the most recent ``MXNet`` release:
4851

4952
::
5053

51-
pip install --upgrade mxnet>=1.3.0
54+
pip install --upgrade mxnet>=1.4.0
5255

5356
Else, if you want to install the most recent ``MXNet`` nightly build:
5457

docs/api/modules/data.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The dataset is available under the Creative Commons Attribution-ShareAlike Licen
2424

2525
WikiText2
2626
WikiText103
27+
WikiText2Raw
28+
WikiText103Raw
2729

2830
Language modeling: Google 1 Billion Words
2931
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ command installs the latest version of MXNet.
5151

5252
.. code-block:: console
5353
54-
pip install --upgrade mxnet>=1.3.0
54+
pip install --upgrade mxnet>=1.4.0
5555
5656
.. note::
5757

scripts/bert/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Bidirectional Encoder Representations from Transformers
55

66
Reference: Devlin, Jacob, et al. "`Bert: Pre-training of deep bidirectional transformers for language understanding. <https://arxiv.org/abs/1810.04805>`_" arXiv preprint arXiv:1810.04805 (2018).
77

8+
Note: BERT model requires `nightly version of MXNet <https://mxnet.incubator.apache.org/versions/master/install/index.html?version=master&platform=Linux&language=Python&processor=CPU>`__.
9+
810
The following pre-trained BERT models are available from the **gluonnlp.model.get_model** API:
911

1012
+-----------------------------+----------------+-----------------+

src/gluonnlp/data/corpora/wikitext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class WikiText2(_WikiText):
7979
WikiText2 is implemented as CorpusDataset with the default flatten=True.
8080
8181
From
82-
https://einstein.ai/research/the-wikitext-long-term-dependency-language-modeling-dataset
82+
https://www.salesforce.com/products/einstein/ai-research/the-wikitext-dependency-language-modeling-dataset/
8383
8484
License: Creative Commons Attribution-ShareAlike
8585
@@ -166,7 +166,7 @@ class WikiText103(_WikiText):
166166
WikiText103 is implemented as CorpusDataset with the default flatten=True.
167167
168168
From
169-
https://einstein.ai/research/the-wikitext-long-term-dependency-language-modeling-dataset
169+
https://www.salesforce.com/products/einstein/ai-research/the-wikitext-dependency-language-modeling-dataset/
170170
171171
License: Creative Commons Attribution-ShareAlike
172172

0 commit comments

Comments
 (0)