This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
[update] fix some typo
tags/v0.5.5
yunfan
4 years ago
parent
9e9c6c1aa2
commit
630a1ddad3
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docs/source/tutorials/tutorial_8_modules_models.rst
+1
-1
docs/source/tutorials/序列标注.rst
+ 1
- 1
docs/source/tutorials/tutorial_8_modules_models.rst
View File
@@ -15,7 +15,7 @@ fastNLP 在 :mod:`~fastNLP.models` 模块中内置了如 :class:`~fastNLP.models
.. code-block:: python
.. code-block:: python
from fastNLP.models import CNNText
from fastNLP.models import CNNText
model_cnn = CNNText((len(vocab),100), num_classes=2, dropout=0.1)
model_cnn = CNNText((len(vocab),100), num_classes=2, dropout=0.1)
+ 1
- 1
docs/source/tutorials/序列标注.rst
View File
@@ -3,7 +3,7 @@
=====================
=====================
这一部分的内容主要展示如何使用fastNLP实现序列标注(Sequence labeling)任务。您可以使用fastNLP的各个组件快捷,方便地完成序列标注任务,达到出色的效果。
这一部分的内容主要展示如何使用fastNLP实现序列标注(Sequence labeling)任务。您可以使用fastNLP的各个组件快捷,方便地完成序列标注任务,达到出色的效果。
在阅读这篇教程前,希望您已经熟悉了fastNLP的基础使用,尤其是数据的载入以及模型的构建
,通过这个小任务的
能让您进一步熟悉fastNLP的使用。
在阅读这篇教程前,希望您已经熟悉了fastNLP的基础使用,尤其是数据的载入以及模型的构建
。通过这个小任务,
能让您进一步熟悉fastNLP的使用。
.. note::
.. note::
Write
Preview
Loading…
Cancel
Save