Commit Graph

  • *
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • * | |
  • * | |
  • |\ \ \
  • * | | |
  • | | * |
  • | |/ /
  • | * |
  • | * |
  • | * |
  • |/ /
  • * |
  • * |
  • * |
  • |\ \
  • * | |
  • * | |
  • | * |
  • | |\ \
  • | |/ /
  • |/| |
  • | * |
  • * | |
  • |\| |
  • * | |
  • | * |
  • |/ /
  • * |
  • |\ \
  • * | |
  • * | |
  • | * |
  • | * |
  • | * |
  • | * |
  • |/ /
  • * |
  • * |
  • * |
  • |\ \
  • * | |
  • | * |
  • |/ /
  • * |
  • | | *
  • * | |
  • * | |
  • * | |
  • |\ \ \
  • | * | |
  • * | | |
  • | * | |
  • |/ / /
  • * | |
  • * | |
  • |\ \ \
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • |\ \ \ \
  • | | * | |
  • | | | |/
  • | | |/|
  • | * | |
  • | |\ \ \
  • | |/ / /
  • |/| | |
  • * | | |
  • * | | |
  • | * | |
  • | |\ \ \
  • | |/ / /
  • |/| | |
  • * | | |
  • | * | |
  • | * | |
  • | * | |
  • * | | |
  • |\ \ \ \
  • * | | | |
  • | * | | |
  • | | * | |
  • | | * | |
  • | | * | |
  • | | * | |
  • | | * | |
  • | * | | |
  • |/ / / /
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • |\ \ \ \
  • * | | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • |/ / / /
  • * | | |
  • * | | |
  • |\ \ \ \
  • * | | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • |/ / / /
  • * | | |
  • 78af3491 修改tutorial by zide05 2019-08-26 14:03:40 +0800
  • 2b9aab45 Merge pull request #7 from fastnlp/dev0.5.0 by Danqing Wang 2019-08-26 13:42:57 +0800
  • ffd5fd81 delete the old doc-tool by ChenXin 2019-08-26 11:58:20 +0800
  • e1f23484 mark the dataloader.__init__ as undocumented by ChenXin 2019-08-26 11:00:45 +0800
  • 2cf9c0eb add __all__ and __doc__ for all files in module 'modules', using 'undocumented' tags by ChenXin 2019-08-26 10:26:55 +0800
  • efa9496d add __all__ and __doc__ for all files in module 'models', using 'undocumented' tags by ChenXin 2019-08-26 10:25:51 +0800
  • 0d5f43b4 add __all__ and __doc__ for all files in module 'io', using 'undocumented' tags by ChenXin 2019-08-26 10:25:01 +0800
  • efe88263 add __all__ and __doc__ for all files in module 'core', using 'undocumented' tags by ChenXin 2019-08-26 10:21:10 +0800
  • 9535ec60 update the doc system: use customized tool to generate the rst files by ChenXin 2019-08-26 10:17:43 +0800
  • 34e17e97 update the fastNLP.__init__ : use loader&pipe to replace data_loader by ChenXin 2019-08-26 10:07:52 +0800
  • 9e16791c fix some importing bugs by ChenXin 2019-08-25 17:08:19 +0800
  • 78be840a 1.update README 2. fix a filename-bug in pretrain_static_file; 3. add Pipe to documents; 4. update documents in some loaders; 5. update tutorial 2 & 3 to adapt version 0.5.0 by xuyige 2019-08-26 01:56:20 +0800
  • 584a92c6 1.增加sequence labeling任务的数据说明; 2.增加对CWSPipe的引用 by yh_cc 2019-08-26 01:33:17 +0800
  • be77533c 修复word drop bug, 增加相应测试 by yh_cc 2019-08-25 18:58:03 +0800
  • 74934271 1.增加sequence labelling中bert ner; 2.将print替换为logger by yh_cc 2019-08-25 18:20:58 +0800
  • 65a6fd3d Revert "delete predictor.py" by xuyige 2019-08-25 17:48:01 +0800
  • 8445bdbc delete predictor.py by ChenXin 2019-08-25 16:57:47 +0800
  • f3a2aa6d Merge pull request #208 from SrWYG/dev0.5.0 by yhcc 2019-08-25 15:55:16 +0800
  • d6c597d3 add __doc__ & __all__ in module 'embeddings' by ChenXin 2019-08-25 11:13:25 +0800
  • 9f3336f1 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 by yh 2019-08-24 01:09:40 +0800
  • 8d7c3ba1 修复CharacterEmbedding中的bug by yh 2019-08-24 01:09:28 +0800
  • ed6fd60a [verify] char_cnn use pipe by wyg 2019-08-23 14:47:46 +0800
  • 85f01f01 1.修复部分测试; 2.修复StaticEmbedding中未找到词初始化bug by yh_cc 2019-08-23 11:08:28 +0800
  • c38e8986 在linux桌面系统上Trainer中使用Tester的tqdm存在bug; 增加一个可选项使得用户可以关闭Tester的tqdm by yh_cc 2019-08-22 19:20:24 +0800
  • f18ab642 pytorch1.2版本中新增boolTensor类型,所有的masked_fill必须为ByteTensor类型的索引,修改fastNLP以适配 by yh_cc 2019-08-22 15:51:44 +0800
  • e2232ac3 1.修复Embedding中潜在的寻找路径失败; 2.reproduction中增加分词模型; 3.修改ner模型为最新的pipe版本 by yh 2019-08-20 21:35:12 +0800
  • 44d569da [fix] logger in dist_trainer by yunfan 2019-08-20 16:28:12 +0800
  • a81c839f Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 by yh 2019-08-20 16:04:54 +0800
  • ce083de2 1.删除Trainer中的prefetch参数; 2.增加中文分词的下载; 3.增加DataBundle的delete_dataset, delete_vocab by yh 2019-08-20 16:04:51 +0800
  • 7a0903d9 1.删除Trainer中的prefetch参数; 2.增加中文分词的下载; 3.增加DataBundle的delete_dataset, delete_vocab by yh 2019-08-20 16:04:28 +0800
  • f7ebc1ca Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into pr by yunfan 2019-08-20 15:28:35 +0800
  • 4e59d887 [update] move logger to fastNLP.core, update logging format by yunfan 2019-08-20 15:28:21 +0800
  • f69b50c8 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 by yh 2019-08-20 15:06:32 +0800
  • 32a2f197 增加对metric name设置的支持 by yh 2019-08-20 15:06:01 +0800
  • d0354d8e fix some importing bugs by ChenXin 2019-08-20 00:00:31 +0800
  • 61a133ae merge by yh 2019-08-19 23:37:57 +0800
  • fc843858 Conll2003Pipe by yh 2019-08-19 23:37:25 +0800
  • 3624f7da 增加conll2003Pipe by yh 2019-08-19 23:35:47 +0800
  • 0de2ec88 [update] add default args for logger method by Yunfan Shao 2019-08-19 22:08:48 +0800
  • 7fb7c1b5 make a tool to check the alias name and __all__ part by ChenXin 2019-08-19 21:48:41 +0800
  • f381703e export TokenEmbedding. by xuyige 2019-08-19 20:48:30 +0800
  • ea0f2f7e update reproduction/matching to adapt version 0.5.0: 1) move loader codes from DataLoader to PiPe; 2) fix some bugs in matching pipe; 3) delete some expire codes. by xuyige 2019-08-19 20:48:08 +0800
  • 3b8bc469 [update] logger, support straightly import logger to use by yunfan 2019-08-19 14:22:58 +0800
  • 1168b9dc [update] logger in trainer & tester by yunfan 2019-08-18 17:55:28 +0800
  • 4e8905e0 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 by yh 2019-08-19 10:52:21 +0800
  • 511f41dd 1. 增加中文NER相关的loader和pipe; 2. 对应修改sequence_labeling的代码; 3.增加部分测试代码 by yh 2019-08-19 10:52:12 +0800
  • 9971861d 1. update import statements in callback.py; 2. fix some code style by xuyige 2019-08-19 02:57:12 +0800
  • 007c047a [update] logger in trainer & tester by yunfan 2019-08-18 13:39:56 +0800
  • 945b30bb Update README.md by Xipeng Qiu 2019-08-17 19:57:17 +0800
  • 28701945 [add] logger in trainer by yunfan 2019-08-17 14:38:12 +0800
  • 89142d9d CrossEntropyLoss增加class_in_dim选项控制target的维度 by yh 2019-08-17 11:36:39 +0800
  • 39190c92 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 by yh 2019-08-17 02:00:52 +0800
  • 9560a4d3 update test codes in models/bert.py by xuyige 2019-08-17 00:10:40 +0800
  • d576d399 更新StaticEmbedding中的bug by yh 2019-08-17 00:02:19 +0800
  • 6aac447e fix some bugs on docs' format by ChenXin 2019-08-16 23:38:16 +0800
  • f5571f17 1.更新了loader和pipe的文件说明; 2.修正conll.py中的typo; 3.修改char_embedding的pretrain_char_path的初始化路径为None by yh 2019-08-16 22:21:19 +0800
  • 2a3aea51 Merge pull request #207 from Elvira521feng/master by yhcc 2019-08-16 22:10:22 +0800
  • 23e283c4 修复StaticEmbedding的bug by yh 2019-08-16 22:04:38 +0800
  • 4bee5a78 fix static_embedding by ChenXin 2019-08-16 18:58:38 +0800
  • 1faf4ba2 delete a out-date test case by ChenXin 2019-08-16 18:48:38 +0800
  • 4da6239a Still some bugs on CSVLoader and JsonLoader. These should be solved more clear by ChenXin 2019-08-16 18:38:13 +0800
  • cb92f285 Merge pull request #205 from zide05/dev0.5.0 by ChenXin 2019-08-16 18:29:47 +0800
  • fb82c66b 增加char_embedding可使用预训练的character embedding的功能 by YanqunJiang 2019-08-16 17:51:07 +0800
  • a38a3275 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 by 陈怡然 2019-08-16 17:41:23 +0800
  • de17c9a7 rename base_loader file as data_bundle by ChenXin 2019-08-16 17:40:43 +0800
  • 0032f778 update docs-tools by ChenXin 2019-08-16 17:40:16 +0800
  • 8c6552aa Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 by 陈怡然 2019-08-16 17:35:15 +0800
  • e92408c5 update docs of io.file_utils by ChenXin 2019-08-16 16:53:02 +0800
  • e22a94f9 Update static_embedding.py by zide05 2019-08-16 16:46:53 +0800
  • 5fac9867 Update stack_embedding.py by zide05 2019-08-16 16:45:21 +0800
  • 3eb986f8 Update elmo_embedding.py by zide05 2019-08-16 16:16:55 +0800
  • c0904ed1 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 by yh 2019-08-16 16:12:07 +0800
  • 58d7742b 1.增加EvaluateCallback实现在除dev以外的数据集验证的需求; 2.StaticEmbedding增加一个only_trian_min_freq选项 by yh 2019-08-16 16:12:00 +0800
  • 76412303 修改自动下载文件后缀名 by yhcc 2019-08-16 14:46:44 +0800
  • 7fe4223d Update embedding.py by zide05 2019-08-16 14:14:30 +0800
  • d631d136 Update char_embedding.py by zide05 2019-08-16 14:00:38 +0800
  • 31f35ad6 Update bert_embedding.py by zide05 2019-08-16 13:57:24 +0800
  • cd395a7c Update tutorial_5_datasetiter.rst by zide05 2019-08-16 13:18:35 +0800
  • 620ad161 Update tutorial_4_loss_optimizer.rst by zide05 2019-08-16 13:16:45 +0800
  • e0493053 update docs of io by ChenXin 2019-08-16 10:26:00 +0800
  • fd37ed60 1. Trainer增加一个dev_batch_size参数;2.StaticEmbedding中增加min_freq; by yh 2019-08-16 02:19:23 +0800
  • f8441787 travis.yml格式错误,修正 by yh 2019-08-16 00:58:56 +0800
  • c9fba2ae 增加对static_embed的测试 by yh 2019-08-15 18:46:42 +0800
  • fdea9cef merge conflict by yh 2019-08-15 18:45:42 +0800
  • 015376d2 1.git add fastNLP/io/loader/loader.pygit add fastNLP/io/loader/loader.py重 by yh 2019-08-15 18:43:24 +0800
  • fb436e82 update some docs of io modules by ChenXin 2019-08-15 17:06:38 +0800
  • a88fe24c update the word2vec download link by ChenXin 2019-08-15 16:46:43 +0800
  • aaabcd6b update io/file_utils.py by xuyige 2019-08-15 15:59:10 +0800
  • 392badab tidy up the BERT download list by ChenXin 2019-08-15 14:00:42 +0800
  • 09e24b3b update matching pipe. by xuyige 2019-08-15 02:01:16 +0800
  • 02c8fc0d rename param names in model/bert.py to adjust fastNLP.Const by xuyige 2019-08-15 01:47:16 +0800
  • 3ae383ef 修复BertEmbedding中长度会额外加长的bug by yh 2019-08-15 01:20:35 +0800
  • cf64412d merge docs by yh 2019-08-14 23:16:11 +0800
  • 7a21c2a5 1. 增强BertEmbedding使其可以自动判断token_type_ids; 2.增加CrossEntropyLoss中对label dimension的报错处理 by yh 2019-08-14 23:14:59 +0800
  • ad9d5eba fix some mistakes by ChenXin 2019-08-14 20:45:37 +0800
  • cdf8406e updated docs by ChenXin 2019-08-14 20:29:14 +0800
  • b6bad764 update the Makefile to make api-extractor work better by ChenXin 2019-08-14 20:28:49 +0800
  • a8a21b16 fix a serial bugs on importing by ChenXin 2019-08-14 20:18:54 +0800
  • afa73bf5 format some docs by ChenXin 2019-08-14 18:03:42 +0800
  • 014e9786 1. 分类DataSetLoader中的Loader功能Pipe功能; 2. 增加数据集自动下载; 3.修复vocabulary中的bug by yh 2019-08-14 15:35:05 +0800