1309 Commits (091f24e393f434eba66937af65adcbcd8ea3d3cf)
 

Author SHA1 Message Date
  Yige Xu 091f24e393 fix some bugs in test code. 6 years ago
  yh dc2885c6bc 修复sequence labeling 测试报错 6 years ago
  Yige Xu 4440801dbf 1. update bert.py and fix a bug in bert_embedding to adapt torch 1.2.0; 2. update models/bert.py and add BertForSentenceMatching model, now a BertEmbedding param should be passed to these five models; 3. create a small bert version for testing and modify test/models/test_bert.py; 4. move small glove and word2vec files to data_for_tests/embedding/small_static_embedding dir and fix relevant test codes; 5. delete some __init__.py files in test dir. 6 years ago
  yunfan bbda73c14f [update] transformer 6 years ago
  yunfan 44af647839 [update] change data-loader to pipe 6 years ago
  yunfan 82b5726686 update transformer 6 years ago
  yh 9529f89abd 增加DataBundle的方法;增加BilSTMCRF的注释 6 years ago
  lyhuang18 b134c9f7e7
Merge pull request #211 from lyhuang18/lyhuang-reproduction 6 years ago
  lyhuang18 9e6f4ffb8b datasetloader改成pipe 6 years ago
  lyhuang18 f7d6ea20a4
Merge pull request #18 from fastnlp/dev0.5.0 6 years ago
  Yige Xu 0908c736eb fix code in BertModel.from_pretrained and BertEmbedding 6 years ago
  yh_cc 1756e3ffdf 1.修复MNLILoader中的bug; 2.修复field中的tensor warning 6 years ago
  yh_cc 146a004dee 修改travis converage设置 6 years ago
  yhcc 09d0b74595
Update .travis.yml 6 years ago
  Yige Xu 39de27f472 Update BertModel.from_pretrained function. Now can pass a model_dir_or_name instead of model_dir. 6 years ago
  xuyige 8142bad87a Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 6 years ago
  xuyige 5d8a8c98c6 1. delete io/data_loader dir; 2. delete model/enas*; 3. delete legacy dir; 4. delete DateSetLoader and relevant codes; 5. fix a test code error in core/test_dataset.py; 6. delete io.BaseLoader and relevant code. 6 years ago
  yh_cc cbe5b347e5 SpanFMetric增加对encoding_type和tag_vocab的检查 6 years ago
  yh_cc 55e736bf4c SpanFMetric增加对encoding_type和tag_vocab的检查 6 years ago
  yh_cc a46b8f129b Trainer中保存最佳模型存在bug 6 years ago
  yh_cc 6201f66178 Trainer中保存最佳模型存在bug 6 years ago
  ChenXin fbbb2fcd8e fix some bugs in docs 6 years ago
  ChenXin 169f519ffb ignore the methods inherited from torch.nn.Embedding 6 years ago
  ChenXin 04737a105d update the doc-tool to show __init__ and class doc separately 6 years ago
  yh 359a176748 merge conflict 6 years ago
  yh 19bbaf11b6 使用更pytorch的方式处理embedding中的parameter 6 years ago
  ChenXin 53975c045a update the doc-tool & fix an importing bug 6 years ago
  zide05 78af3491a4 修改tutorial 6 years ago
  ChenXin ffd5fd8135 delete the old doc-tool 6 years ago
  ChenXin e1f234841c mark the dataloader.__init__ as undocumented 6 years ago
  ChenXin 2cf9c0ebb1 add __all__ and __doc__ for all files in module 'modules', using 'undocumented' tags 6 years ago
  ChenXin efa9496d09 add __all__ and __doc__ for all files in module 'models', using 'undocumented' tags 6 years ago
  ChenXin 0d5f43b451 add __all__ and __doc__ for all files in module 'io', using 'undocumented' tags 6 years ago
  ChenXin efe88263bb add __all__ and __doc__ for all files in module 'core', using 'undocumented' tags 6 years ago
  ChenXin 9535ec60b6 update the doc system: use customized tool to generate the rst files 6 years ago
  ChenXin 34e17e9793 update the fastNLP.__init__ : use loader&pipe to replace data_loader 6 years ago
  ChenXin 9e16791c53 fix some importing bugs 6 years ago
  xuyige 78be840ab9 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 6 years ago
  yh_cc 584a92c64c 1.增加sequence labeling任务的数据说明; 2.增加对CWSPipe的引用 6 years ago
  yh_cc be77533c38 修复word drop bug, 增加相应测试 6 years ago
  yh_cc 74934271dc 1.增加sequence labelling中bert ner; 2.将print替换为logger 6 years ago
  xuyige 65a6fd3dc7 Revert "delete predictor.py" 6 years ago
  ChenXin 8445bdbc79 delete predictor.py 6 years ago
  yhcc f3a2aa6da5
Merge pull request #208 from SrWYG/dev0.5.0 6 years ago
  ChenXin d6c597d32e add __doc__ & __all__ in module 'embeddings' 6 years ago
  yh 9f3336f167 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 6 years ago
  yh 8d7c3ba140 修复CharacterEmbedding中的bug 6 years ago
  wyg ed6fd60aa9 [verify] char_cnn use pipe 6 years ago
  yh_cc 85f01f01d1 1.修复部分测试; 2.修复StaticEmbedding中未找到词初始化bug 6 years ago
  yh_cc c38e8986cc 在linux桌面系统上Trainer中使用Tester的tqdm存在bug; 增加一个可选项使得用户可以关闭Tester的tqdm 6 years ago