Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove duplicate document in dataset #697

Merged
merged 3 commits into from
Feb 25, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 2 additions & 30 deletions docs/source/datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The following datasets are available:
.. contents:: Datasets
:local:


Language Modeling
^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -65,6 +66,7 @@ PennTreebank
.. autoclass:: PennTreebank
:members: splits, iters


Sentiment Analysis
^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -181,36 +183,6 @@ MultiNLI
:members: splits, iters


Language Modeling
^^^^^^^^^^^^^^^^^

Language modeling datasets are subclasses of ``LanguageModelingDataset`` class.

.. autoclass:: LanguageModelingDataset
:members: __init__


WikiText-2
~~~~~~~~~~

.. autoclass:: WikiText2
:members: splits, iters


WikiText103
~~~~~~~~~~~

.. autoclass:: WikiText103
:members: splits, iters


PennTreebank
~~~~~~~~~~~~

.. autoclass:: PennTreebank
:members: splits, iters


Machine Translation
^^^^^^^^^^^^^^^^^^^

Expand Down