Commit Graph

1928 Commits

Author SHA1 Message Date
yh_cc
ace8aafdb2 修复BertEmbedding在include_cls_sep=True时,SEP位置的值不正确的问题 2020-04-06 01:40:26 +08:00
Yige Xu
d2ca466325 upload init roberta embedding 2020-04-05 21:50:44 +08:00
yh_cc
ba645f4483 1.将collect_fn修改为collate_fn使得与pytorch保持一致; 2.增加对BatchSampler的支持 2020-04-04 14:52:03 +08:00
yh_cc
9b77ad812c 暴露更多类 2020-03-28 21:41:53 +08:00
yh_cc
3b0e5e0634 暴露更多内容 2020-03-28 21:40:32 +08:00
yh_cc
eba9121a9d 对外暴露LossBase 2020-03-28 21:36:34 +08:00
ChenXin
4860442a81
Merge pull request #279 from fastnlp/document-fix
Document fix
2020-03-27 22:01:46 +08:00
ChenXin
693981be27 修改了文档的其它bug 2020-03-27 21:29:58 +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
367edb7ad1 修复move_to_device中device为None时可能出现错误的问题; BERTEmbedding中增加一个可选参数 2020-03-26 20:04:03 +08:00
yh_cc
a8aa1035d3 修复batch转tensor的bug; 新增对TorchLoaderIter的说明 2020-03-25 12:33:47 +08:00
yh_cc
885c74022c 增加对ConfusionMatrix的测试用例 2020-03-24 16:09:00 +08:00
yh_cc
b3ace23d11 Merge branch 'master' of github.com:fastnlp/fastNLP 2020-03-24 15:53:41 +08:00
yh_cc
bbb1dbb630 修改tutorial中的typo; 增加DataBundle的add_collect_fn 2020-03-24 15:52:41 +08:00
ROGERDJQ
13428adfe2
[new]revised confusion class (#278)
* revised confusion matrix
2020-03-24 15:51:53 +08:00
yh_cc
bb88bb4f54 convert numpy to tensor 2020-03-19 18:49:41 +08:00
yh_cc
7f01971321 调整涉及到多个field取batch的实现方式 2020-03-19 18:04:13 +08:00
yh_cc
dce1a73f53 Merge branch 'master' of github.com:fastnlp/fastNLP 2020-03-19 14:22:22 +08:00
yh_cc
8fe7a4f191 防止BERTEmbedding在中文场景下被错误使用 2020-03-19 14:22:15 +08:00
yunfan
75d593702a [update] multi criteria cws 2020-03-18 11:26:00 +08:00
Yige Xu
f65843d7a3 Merge branch 'master' of https://github.com/fastnlp/fastNLP 2020-03-16 19:30:42 +08:00
Yige Xu
56bf05adf1 Update test_classification.py 2020-03-16 19:29:36 +08:00
linzehui
7000cdebc4 add t2t model 2020-03-16 19:26:08 +08:00
ChenXin
9577a9acc4 fix a tiny bug 2020-03-16 18:57:21 +08:00
linzehui
879cef62c6 add lstm module and generator 2020-03-16 18:20:08 +08:00
linzehui
8ae58d15ce init commit, finish basic T2T component 2020-03-16 15:56:58 +08:00
ChenXin
918a413784 使用 callable 替代 isfunction 2020-03-16 11:50:15 +08:00
ChenXin
d2cc93cd6d 使用 callable 替代 isfunction 2020-03-16 11:34:42 +08:00
ChenXin
26ee41f923 DataSet 增加了 apply_more 和 apply_filed_more 两个新方法 2020-03-16 10:57:18 +08:00
yunfan
54dcc23ad7 [update] collect_fn keep tracks for field 2020-03-15 15:46:45 +08:00
yunfan
2b41e4dd29 [bugfix] auto convert tensor type when batching 2020-03-15 15:19:42 +08:00
Yige Xu
65b141c117 Update bert.py 2020-03-14 21:03:00 +08:00
ChenXin
f35a4ae2b6 在没有编写模块文档的情况下不会报错,而是改为提示。 2020-03-13 23:36:24 +08:00
yunfan
423e8e3746 [update] huge modify on collect_fn 2020-03-13 21:23:18 +08:00
yunfan
127d6d194b [add] collect_fn for multi field combined inputs 2020-03-07 23:16:38 +08:00
yh_cc
5ffd46ae8d Merge branch 'master' of github.com:fastnlp/fastNLP 2020-03-06 23:43:17 +08:00
yh_cc
8acb0f4ad6 1.新增Vocabulary的save与load功能; 2.修复BERTEmbedding drop_word的bug; 3.新增各种Embedding的使用注释 2020-03-06 23:43:08 +08:00
ChenXin
10204ef0f2
Merge pull request #273 from fastnlp/tutorial-fix
Tutorial fix
2020-03-04 23:21:08 +08:00
ChenXin
cb2aecf7c8 更新了 tutorial 的 README,准备合入 master 分支 2020-03-04 23:07:11 +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
yh_cc
ed7f7b1cd9 1.优化Trainer中对exception的处理;2.修改static_embedding贴合seq2seq 2020-03-01 10:41:48 +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