1253 Commits (ce083de26b6c28b28c507ea25ad499586dc032f8)
 

Author SHA1 Message Date
  yh ce083de26b 1.删除Trainer中的prefetch参数; 2.增加中文分词的下载; 3.增加DataBundle的delete_dataset, delete_vocab 6 years ago
  yh 7a0903d9ba 1.删除Trainer中的prefetch参数; 2.增加中文分词的下载; 3.增加DataBundle的delete_dataset, delete_vocab 6 years ago
  yh f69b50c8f3 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 6 years ago
  yh 32a2f197e1 增加对metric name设置的支持 6 years ago
  ChenXin d0354d8e28 fix some importing bugs 6 years ago
  yh 61a133aef5 merge 6 years ago
  yh fc8438587b Conll2003Pipe 6 years ago
  yh 3624f7dafd 增加conll2003Pipe 6 years ago
  Yunfan Shao 0de2ec8823
[update] add default args for logger method 6 years ago
  ChenXin 7fb7c1b5b4 make a tool to check the alias name and __all__ part 6 years ago
  xuyige f381703e80 export TokenEmbedding. 6 years ago
  xuyige ea0f2f7e00 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. 6 years ago
  yunfan 3b8bc469ba [update] logger, support straightly import logger to use 6 years ago
  yunfan 1168b9dc24 [update] logger in trainer & tester 6 years ago
  yh 4e8905e00b Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 6 years ago
  yh 511f41dda1 1. 增加中文NER相关的loader和pipe; 2. 对应修改sequence_labeling的代码; 3.增加部分测试代码 6 years ago
  xuyige 9971861d86 1. update import statements in callback.py; 2. fix some code style 6 years ago
  yunfan 007c047ae7 [update] logger in trainer & tester 6 years ago
  yunfan 287019450e [add] logger in trainer 6 years ago
  yh 89142d9dc5 CrossEntropyLoss增加class_in_dim选项控制target的维度 6 years ago
  yh 39190c9241 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 6 years ago
  xuyige 9560a4d367 update test codes in models/bert.py 6 years ago
  yh d576d3999f 更新StaticEmbedding中的bug 6 years ago
  ChenXin 6aac447e5b fix some bugs on docs' format 6 years ago
  yh f5571f1769 1.更新了loader和pipe的文件说明; 2.修正conll.py中的typo; 3.修改char_embedding的pretrain_char_path的初始化路径为None 6 years ago
  yhcc 2a3aea51d6
Merge pull request #207 from Elvira521feng/master 6 years ago
  yh 23e283c459 修复StaticEmbedding的bug 6 years ago
  ChenXin 4bee5a78f4 fix static_embedding 6 years ago
  ChenXin 1faf4ba2fa delete a out-date test case 6 years ago
  ChenXin 4da6239ace Still some bugs on CSVLoader and JsonLoader. 6 years ago
  ChenXin cb92f285d1
Merge pull request #205 from zide05/dev0.5.0 6 years ago
  YanqunJiang fb82c66b4c 增加char_embedding可使用预训练的character embedding的功能 6 years ago
  陈怡然 a38a32755c Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 6 years ago
  ChenXin de17c9a7d3 rename base_loader file as data_bundle 6 years ago
  ChenXin 0032f7788a update docs-tools 6 years ago
  陈怡然 8c6552aa27 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 6 years ago
  ChenXin e92408c543 update docs of io.file_utils 6 years ago
  zide05 e22a94f9f0
Update static_embedding.py 6 years ago
  zide05 5fac9867ae
Update stack_embedding.py 6 years ago
  zide05 3eb986f86f
Update elmo_embedding.py 6 years ago
  yh c0904ed10a Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 6 years ago
  yh 58d7742b66 1.增加EvaluateCallback实现在除dev以外的数据集验证的需求; 2.StaticEmbedding增加一个only_trian_min_freq选项 6 years ago
  yhcc 7641230317
修改自动下载文件后缀名 6 years ago
  zide05 7fe4223d10
Update embedding.py 6 years ago
  zide05 d631d136dc
Update char_embedding.py 6 years ago
  zide05 31f35ad617
Update bert_embedding.py 6 years ago
  zide05 cd395a7cdf
Update tutorial_5_datasetiter.rst 6 years ago
  zide05 620ad161e0
Update tutorial_4_loss_optimizer.rst 6 years ago
  ChenXin e0493053a5 update docs of io 6 years ago
  yh fd37ed60a7 1. Trainer增加一个dev_batch_size参数;2.StaticEmbedding中增加min_freq; 6 years ago