Commit Graph

1654 Commits

Author SHA1 Message Date
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
ChenXin
42b621956e maybe we should add r before all """ beginnings 2019-09-25 18:26:40 +08:00
ChenXin
a7589ebb53 fix some bugs in tutorials 2019-09-25 17:29:43 +08:00
ChenXin
6283c98671 fix some bugs in docs 2019-09-25 17:16:22 +08:00
ChenXin
df3519ab95 delete some tutorials 2019-09-25 16:26:02 +08:00
yh
ee9a8a9708 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-09-25 16:22:24 +08:00
Yige Xu
ad95707718 1. reorganize auto download datasets in io/file_utils.py; 2. add auto download for CNNDM and THUCNews; 3. rename XNLI loader and pipe to CNXNLI*; 4. update documents in some download method. 2019-09-25 14:46:30 +08:00
Yige Xu
a4babc04e2 1. add summary loader; 2. reorganize code in ExtCNNDMPipe; 3. reorganize test data and code for ExtCNNDMPipe; 2019-09-25 14:42:58 +08:00
ChenXin
243bf8ce42 fix the bug on the trainer 2019-09-23 16:38:13 +08:00
ChenXin
4f0ec4a081 add the test for EarlyStopCallback, BUG found! 2019-09-23 15:27:15 +08:00
ChenXin
d8fa75b058 add the test for ControlC callback 2019-09-23 14:38:33 +08:00
Yige Xu
8dc81c4205
Merge pull request #230 from zide05/dev0.5.0
modify pipe documents
2019-09-23 14:07:52 +08:00
Yige Xu
81a8a87060
Merge pull request #228 from benbijituo/dev0.5.0
补充了两个数据集的download
2019-09-23 14:06:01 +08:00
ChenXin
e28ecb8b33 hide the EchoCallback 2019-09-23 13:44:19 +08:00
ChenXin
df123bce0e add doc for doc_utils.py 2019-09-23 11:15:10 +08:00
ChenXin
0a4f17f4ce add test for ModelSaver & ModelLoader 2019-09-23 11:11:52 +08:00
ChenXin
8f0f280629 add doc for NaiveClassifier 2019-09-23 10:24:04 +08:00
ChenXin
9555d471a9 add links for variational RNN 2019-09-23 10:13:11 +08:00
ChenXin
8de495d046 remove _TesterCallback from __all__ 2019-09-23 10:08:57 +08:00
ChenXin
b874fba8f2 add the test for modules.utils.summary 2019-09-23 09:51:19 +08:00
zide05
7413276997 modify pipe documents 2019-09-22 09:47:33 +08:00
yh
92823fedb9 1. summary统计buffer的数量 2019-09-20 19:07:18 +08:00
yunfan
05eb499eb8 [bugfix] dist_trainer's save & load 2019-09-20 16:30:37 +08:00
yunfan
02cfc9f421 [add] docstring in batch, dist_trainer; [update] dist_trainer, callback 2019-09-20 15:45:04 +08:00
benbijituo
372991c03a 补充了两个数据集的download 2019-09-20 11:23:50 +08:00
yh
bbb67e41ef Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-09-20 00:38:30 +08:00
yh
e6ce48a6d3 character embedding增加word boundary 2019-09-20 00:37:08 +08:00
Yige Xu
dd080b5825 fix auto download url 2019-09-19 14:15:56 +08:00
Yige Xu
d677ea879a add data and test codes for testing OntoNotes and Conll2003 tasks 2019-09-18 20:28:11 +08:00
Yige Xu
5d3a00f7c5 modify logger.warn to logger.warning 2019-09-18 20:27:02 +08:00
yh
2f8b194c23 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-09-18 16:37:07 +08:00
yh
338deec103 新增CTBLoader 2019-09-18 16:36:50 +08:00
Yige Xu
452a62baed
Merge pull request #224 from brxx122/master
[new] Motified to Fastnlp/io/pipe/summarization.py for Summarization/Baseline
2019-09-18 14:09:57 +08:00
Danqing Wang
8affc4a3ff add doc for summarization pipe 2019-09-18 14:01:30 +08:00
Danqing Wang
a928cc321b reduce cnndm.vocab 2019-09-18 13:11:23 +08:00
Danqing Wang
41995683ca add test case for extcnndm 2019-09-18 11:32:19 +08:00
ChenXin
e933df4227 modify the structure of the docs 2019-09-18 10:19:54 +08:00
yunfan
29e4de36e3 [add] tutorial for callback
[add] test case for logger, batch
[bugfix] batch.py
2019-09-17 21:38:52 +08:00
Yige Xu
d0a2b032bd fix a bug while testing Quora Dataset 2019-09-17 20:17:52 +08:00
Yige Xu
81badb4235 update test codes for testing classification and matching loader and pipe 2019-09-17 20:11:41 +08:00
Yige Xu
927a3e746d update test codes for testing classification and matching loader and pipe 2019-09-17 20:11:22 +08:00
Yige Xu
cccc1bfd57 add fitlog and spacy while testing 2019-09-17 19:37:37 +08:00
Yige Xu
fccb6d9b1b add __init__.py in test dir to solve file conflicts. 2019-09-17 18:59:39 +08:00
Yige Xu
3486502b69 Merge remote-tracking branch 'origin/dev0.5.0' into dev0.5.0 2019-09-17 18:51:54 +08:00
Yige Xu
5d1c2a7ac3 add test code and data for testing CHN NER and classification loader and pipe 2019-09-17 18:51:36 +08:00
yhcc
362ae5d7d8
Merge pull request #227 from zide05/dev0.5.0
修改tutorial
2019-09-17 18:51:16 +08:00
zide05
5c602ef83c 修改tutorial 2019-09-17 17:34:15 +08:00
yh
8d3cab5f7d Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-09-17 16:51:12 +08:00