Commit Graph

1236 Commits

Author SHA1 Message Date
yunfan
007c047ae7 [update] logger in trainer & tester 2019-08-18 13:39:56 +08:00
yunfan
287019450e [add] logger in trainer 2019-08-17 18:16:12 +08:00
yh
89142d9dc5 CrossEntropyLoss增加class_in_dim选项控制target的维度 2019-08-17 11:36:39 +08:00
yh
39190c9241 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-08-17 02:00:52 +08:00
xuyige
9560a4d367 update test codes in models/bert.py 2019-08-17 00:10:40 +08:00
yh
d576d3999f 更新StaticEmbedding中的bug 2019-08-17 00:02:19 +08:00
ChenXin
6aac447e5b fix some bugs on docs' format 2019-08-16 23:38:16 +08:00
yh
f5571f1769 1.更新了loader和pipe的文件说明; 2.修正conll.py中的typo; 3.修改char_embedding的pretrain_char_path的初始化路径为None 2019-08-16 22:21:19 +08:00
yhcc
2a3aea51d6
Merge pull request #207 from Elvira521feng/master
增加char_embedding可使用预训练的character embedding的功能
2019-08-16 22:10:22 +08:00
yh
23e283c459 修复StaticEmbedding的bug 2019-08-16 22:04:38 +08:00
ChenXin
4bee5a78f4 fix static_embedding 2019-08-16 18:58:38 +08:00
ChenXin
1faf4ba2fa delete a out-date test case 2019-08-16 18:48:38 +08:00
ChenXin
4da6239ace Still some bugs on CSVLoader and JsonLoader.
These should be solved more clear
2019-08-16 18:38:13 +08:00
ChenXin
cb92f285d1
Merge pull request #205 from zide05/dev0.5.0
Dev0.5.0
2019-08-16 18:29:47 +08:00
YanqunJiang
fb82c66b4c 增加char_embedding可使用预训练的character embedding的功能 2019-08-16 17:51:07 +08:00
陈怡然
a38a32755c Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-08-16 17:41:23 +08:00
ChenXin
de17c9a7d3 rename base_loader file as data_bundle 2019-08-16 17:40:43 +08:00
ChenXin
0032f7788a update docs-tools 2019-08-16 17:40:16 +08:00
陈怡然
8c6552aa27 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-08-16 17:35:15 +08:00
ChenXin
e92408c543 update docs of io.file_utils 2019-08-16 16:53:02 +08:00
zide05
e22a94f9f0
Update static_embedding.py 2019-08-16 16:46:53 +08:00
zide05
5fac9867ae
Update stack_embedding.py 2019-08-16 16:45:21 +08:00
zide05
3eb986f86f
Update elmo_embedding.py 2019-08-16 16:16:55 +08:00
yh
c0904ed10a Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-08-16 16:12:07 +08:00
yh
58d7742b66 1.增加EvaluateCallback实现在除dev以外的数据集验证的需求; 2.StaticEmbedding增加一个only_trian_min_freq选项 2019-08-16 16:12:00 +08:00
yhcc
7641230317
修改自动下载文件后缀名 2019-08-16 14:46:44 +08:00
zide05
7fe4223d10
Update embedding.py 2019-08-16 14:14:30 +08:00
zide05
d631d136dc
Update char_embedding.py 2019-08-16 14:00:38 +08:00
zide05
31f35ad617
Update bert_embedding.py 2019-08-16 13:57:24 +08:00
zide05
cd395a7cdf
Update tutorial_5_datasetiter.rst 2019-08-16 13:18:35 +08:00
zide05
620ad161e0
Update tutorial_4_loss_optimizer.rst 2019-08-16 13:16:45 +08:00
ChenXin
e0493053a5 update docs of io 2019-08-16 10:26:00 +08:00
yh
fd37ed60a7 1. Trainer增加一个dev_batch_size参数;2.StaticEmbedding中增加min_freq; 2019-08-16 02:19:23 +08:00
yh
f8441787a5 travis.yml格式错误,修正 2019-08-16 00:58:56 +08:00
yh
c9fba2ae96 增加对static_embed的测试 2019-08-15 18:46:42 +08:00
yh
fdea9cef45 merge conflict 2019-08-15 18:45:42 +08:00
yh
015376d235 1.git add fastNLP/io/loader/loader.pygit add fastNLP/io/loader/loader.py重 2019-08-15 18:43:24 +08:00
ChenXin
fb436e8239 update some docs of io modules 2019-08-15 17:06:38 +08:00
ChenXin
a88fe24c34 update the word2vec download link 2019-08-15 16:46:43 +08:00
xuyige
aaabcd6bab update io/file_utils.py 2019-08-15 15:59:10 +08:00
ChenXin
392badabf9 tidy up the BERT download list 2019-08-15 14:00:42 +08:00
xuyige
09e24b3bd7 update matching pipe. 2019-08-15 02:01:16 +08:00
xuyige
02c8fc0de7 rename param names in model/bert.py to adjust fastNLP.Const 2019-08-15 01:47:16 +08:00
yh
3ae383efc3 修复BertEmbedding中长度会额外加长的bug 2019-08-15 01:20:35 +08:00
yh
cf64412dad merge docs 2019-08-14 23:16:11 +08:00
yh
7a21c2a587 1. 增强BertEmbedding使其可以自动判断token_type_ids; 2.增加CrossEntropyLoss中对label dimension的报错处理 2019-08-14 23:14:59 +08:00
ChenXin
ad9d5eba3a fix some mistakes 2019-08-14 20:45:37 +08:00
ChenXin
cdf8406ec1 updated docs 2019-08-14 20:29:14 +08:00
ChenXin
b6bad76415 update the Makefile to make api-extractor work better 2019-08-14 20:28:49 +08:00
ChenXin
a8a21b169a fix a serial bugs on importing 2019-08-14 20:18:54 +08:00