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

[Docathon][Fix COPY-FROM No.4、5] #6309

Merged
merged 5 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/paddle/text/Imdb_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Imdb
-------------------------------

.. py:class:: paddle.text.datasets.Imdb()
.. py:class:: paddle.text.Imdb(data_file=None, mode='train', cutoff=150, download=True)


该类是对 `IMDB <https://www.imdb.com/interfaces/>`_ 测试数据集的实现。
Expand All @@ -22,4 +22,4 @@ Imdb
代码示例
:::::::::

COPY-FROM: paddle.text.datasets.Imdb
COPY-FROM: paddle.text.Imdb
4 changes: 2 additions & 2 deletions docs/api/paddle/text/Imikolov_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Imikolov
-------------------------------

.. py:class:: paddle.text.datasets.Imikolov()
.. py:class:: paddle.text.Imikolov(data_file=None, data_type='NGRAM', window_size=-1, mode='train', min_word_freq=50, download=True)


该类是对 imikolov 测试数据集的实现。
Expand All @@ -25,4 +25,4 @@ Imikolov
代码示例
:::::::::

COPY-FROM: paddle.text.datasets.Imikolov
COPY-FROM: paddle.text.Imikolov