1385 Commits (5768cbbfeff6f17c78d581e99755f0bc6c3f8e2f)
 

Author SHA1 Message Date
  unknown 2fbc1d7851 change the print format for dataset and instance 6 years ago
  xxliu 5bbfb92a30 代码规范以及修改测试文件路径以匹配github文件路径 6 years ago
  ChenXin f004a070b4 update the doc tool 6 years ago
  ChenXin 5b7e9b6572 update the ChnSentiCorpPipe in docs 6 years ago
  ChenXin b5a7db0b66 delete the output part in dot-utils 6 years ago
  xxliu ea5fbc8881 增加注释 6 years ago
  Yige Xu 880e3ad969 1. add mini_elmo.pkl and test codes for testing ElmoEmbedding; 2. update bert testing codes 6 years ago
  yh 14d048f340 修复bert embedding的bug 6 years ago
  ChenXin 60a535db08 fix a little error in doc. 6 years ago
  ChenXin b1fe5f5321 split the class's doc & __init__'s doc (core part) 6 years ago
  ChenXin a2e3158488 update the auto alias tool 6 years ago
  ChenXin 4caacadeae delete the alias in files. 6 years ago
  ChenXin 3651d61f41 delete the alias in files. 6 years ago
  ChenXin 113ef8b11a add code to detect the defined location automatically 6 years ago
  yh_cc e903db0e70 增加中文分类Pipe;使用矩阵加速BertEmbedding部分pool_method;调整部分测试用例名称;修复metric中对warning的误报 6 years ago
  Yige Xu d15ad75d96 fix a bug in test code 6 years ago
  Yige Xu b3718b10dc 1. rename init_embed to embed in models/*; 2. update documents in models/bert.py; 3. update tutorial six. 6 years ago
  xxliu 8dae71ff08 pipeline 6 years ago
  ChenXin 53f744a87d fix some bugs in docs 6 years ago
  yh 1994029ab8 1.当前支持的encoding_type都支持从tag_vocab中自动判断;避免触发无意识导致的metric bug; 2. 修复部分inplace操作无法求导的问题; 3.Vocabulary将一些属性通过property暴露 6 years ago
  Yige Xu b9aa05f6cf add testing codes and data for loader and pipe. 6 years ago
  yunfan 1c2ee50c47 [fix] EchoCallback 6 years ago
  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
  xxliu b4e542095d pipe 6 years ago
  liuxiaoxiong b5d04fd70b
Merge pull request #3 from fastnlp/dev0.5.0 6 years ago