Commit Graph

142 Commits

Author SHA1 Message Date
yh_cc
9939528760 修复Trainer fp16的bug; 添加使用中文词进行分类的例子 2020-12-06 13:27:00 +08:00
yh_cc
2e8350cd16 Trainer支持fp16 2020-12-05 22:30:23 +08:00
willqvq
a6e6f875d7 Preparing for version 0.6.0 2020-11-06 20:28:27 +08:00
WillQvQ
148ad1dcb7 ADD .Jenkinsfile;
UPDATE Makefile, doc_utils.py.
2020-10-30 16:39:53 +08:00
ChenXin
4557202023 更新了 ControlC 的 API 2020-04-14 10:51:23 +08:00
ChenXin
7cdd2ee862 在文档中增加了分布式训练的介绍(by yunfan) 2020-04-14 09:23:59 +08:00
ChenXin
36d68e9289 修改.py文件中的文档格式 2020-03-27 20:45:04 +08:00
ChenXin
c371754b10 use r""" ... """ replace """ ... """ 2020-03-27 20:43:45 +08:00
ChenXin
a096e70242 修复了一系列文档中的 bug 2020-03-27 01:46:20 +08:00
ChenXin
bb01836962 使代码文件可以自动下载 2020-03-27 00:28:15 +08:00
ChenXin
347efcedb7 增加了教程的代码下载 2020-03-26 23:01:18 +08:00
yh_cc
bbb1dbb630 修改tutorial中的typo; 增加DataBundle的add_collect_fn 2020-03-24 15:52:41 +08:00
ChenXin
10204ef0f2
Merge pull request #273 from fastnlp/tutorial-fix
Tutorial fix
2020-03-04 23:21:08 +08:00
yunfan
630a1ddad3 [update] fix some typo 2020-03-04 16:55:54 +08:00
Yige Xu
29b1454818 Update tutorial_6_datasetiter.rst 2020-03-04 16:17:19 +08:00
yh_cc
9e9c6c1aa2 修复一点tutorial的typo 2020-03-01 11:15:41 +08:00
ChenXin
27d449fc23 更新了 bert_embedding 的文档和代码 2020-02-28 11:16:09 +08:00
ChenXin
eb74379fd9 修改了 tutorial_8,并添加了 ipynb 2020-02-28 01:00:58 +08:00
ChenXin
9cb7cdb532 简化了 tutorial_7 的代码 2020-02-28 00:44:15 +08:00
ChenXin
87a19b91cb 修复了 tutorial_7 并提供了 ipynb 2020-02-28 00:18:08 +08:00
ChenXin
d815d6a71e 添加了未使用 GPU 的提示 2020-02-27 21:23:07 +08:00
ChenXin
f4057d20c9 添加了 tutorial_4 的 ipynb 2020-02-27 21:23:01 +08:00
ChenXin
8971611efc 检查了 callback 的文档和程序 2020-02-27 21:22:57 +08:00
ChenXin
73fa4a1b15 修复了 tutorial_2 的一些错误;增加了 tutorial_2 的 ipynb 2020-02-27 21:22:52 +08:00
ChenXin
24fe256917 修复了 tutorial_3 的拼写错误 2020-02-27 21:22:49 +08:00
ChenXin
b0e0e16ba7 添加了序列标注的 ipynb 2020-02-27 21:22:44 +08:00
ChenXin
c4b2a8bac3 更新 tutorial_5 和 tutorial_6 的实验结果 2020-02-27 21:22:36 +08:00
ChenXin
e3f95c9a24 拼写错误;教程标题; 2020-02-27 21:22:31 +08:00
ChenXin
dd29021a59 fix tutorial_5 2020-02-27 21:21:44 +08:00
ChenXin
2d1500651f 三个纬度 check: DataSet Tutorial 2020-02-27 21:21:38 +08:00
ChenXin
72eb6b95c2 消失的代码块修复【 code-block:: 和 python 之间需要一个空格 】 2020-02-27 21:21:32 +08:00
ChenXin
cee6b7fb45 将序列标注问题移到快速入门 2020-02-27 21:20:57 +08:00
Xipeng Qiu
4a8d40340b update readme 2019-12-20 11:09:11 +08:00
Yige Xu
980aba9898 [update] update index documents 2019-11-30 05:31:06 +08:00
Yige Xu
2033e1d2d1 [uodate]更新metric的文档显示 2019-11-30 04:48:36 +08:00
Yige Xu
3510700d73 [bugfix]修复了一些文档错误 2019-11-15 23:21:52 +08:00
Yige Xu
ddaf6ed9fa update documents 2019-10-11 16:37:12 +08:00
yunfan
d677a058ff [update] a new workflow figure 2019-10-11 16:31:07 +08:00
yh
e4cafe4328 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-10-11 16:22:16 +08:00
yh
be9b3ee303 修改tutorial中的错误 2019-10-11 16:22:01 +08:00
Yige Xu
33b995758a update documents 2019-10-11 16:16:05 +08:00
Yige Xu
799bf6129b update bert embedding tutorial 2019-09-28 19:56:52 +08:00
yh
7e41b9d355 1.新增CMRC2018的metric,loss,pipe,loader等; 2. 新增中文Bert的使用教程 2019-09-27 17:36:04 +08:00
yh
12cfa5e42e Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-09-26 12:59:19 +08:00
ChenXin
56a41b0a63 replace the :doc: tags by :mod: tags to fix some bugs 2019-09-25 20:11:07 +08:00
yh
538c098549 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-09-25 19:38:05 +08:00
yh
d818261219 修正tutorial中若干问题 2019-09-25 19:37:57 +08:00
ChenXin
4bed44949a add bert_embedding tutorial 2019-09-25 19:32:41 +08:00
yh
685e9900e5 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-09-25 19:00:29 +08:00
yh
1cc7f0b5e7 修改sequence_labeling的教程; 在models中暴露BiLSTMCRF模型 2019-09-25 19:00:14 +08:00