1216 Commits (8c6552aa276ed3871beabedf6db2ddd39a4e6d3f)
 

Author SHA1 Message Date
  陈怡然 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
  yh f8441787a5 travis.yml格式错误,修正 6 years ago
  yh c9fba2ae96 增加对static_embed的测试 6 years ago
  yh fdea9cef45 merge conflict 6 years ago
  yh 015376d235 1.git add fastNLP/io/loader/loader.pygit add fastNLP/io/loader/loader.py重 6 years ago
  ChenXin fb436e8239 update some docs of io modules 6 years ago
  ChenXin a88fe24c34 update the word2vec download link 6 years ago
  xuyige aaabcd6bab update io/file_utils.py 6 years ago
  ChenXin 392badabf9 tidy up the BERT download list 6 years ago
  xuyige 09e24b3bd7 update matching pipe. 6 years ago
  xuyige 02c8fc0de7 rename param names in model/bert.py to adjust fastNLP.Const 6 years ago
  yh 3ae383efc3 修复BertEmbedding中长度会额外加长的bug 6 years ago
  yh cf64412dad merge docs 6 years ago
  yh 7a21c2a587 1. 增强BertEmbedding使其可以自动判断token_type_ids; 2.增加CrossEntropyLoss中对label dimension的报错处理 6 years ago
  ChenXin ad9d5eba3a fix some mistakes 6 years ago
  ChenXin cdf8406ec1 updated docs 6 years ago
  ChenXin b6bad76415 update the Makefile to make api-extractor work better 6 years ago
  ChenXin a8a21b169a fix a serial bugs on importing 6 years ago
  ChenXin afa73bf5c8 format some docs 6 years ago
  yh 014e9786c7 1. 分类DataSetLoader中的Loader功能Pipe功能; 2. 增加数据集自动下载; 3.修复vocabulary中的bug 6 years ago
  yh efb909d191 修复SpanFMetric中的micro计算bug 6 years ago
  yh 6b22d6d3be bert embedding修复bug 6 years ago
  yh 88dafd7f9a 修复BertEmbedding的bug 6 years ago
  yh b0c50f7299 修复BertEmbedding的bug 6 years ago
  yh 1b661e907a 修复BertEmbedding的bug 6 years ago
  yh a45f18cba5 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 6 years ago
  yh 2098a81f2f 修复BertEmbedding的bug 6 years ago
  yhcc 8f9dc5a23d
Merge pull request #202 from SrWYG/dev0.5.0 6 years ago
  wyg 216efb446f [verify] add data source in readme 6 years ago
  SrWYG c1f9d6f330
Merge pull request #8 from fastnlp/dev0.5.0 6 years ago
  xuyige e7d027cdb4 add tqdm bars in tester and fix some import statements 6 years ago
  yh_cc e166c119f5 bert_embedding增加一个auto_truncate的参数,在word pieces长度超过512的情况自动使用0去padding 6 years ago
  yh c3d5128ab5 1. merge conflict 6 years ago
  yh af55db2019 1.修改callback prepare_callbacks, 2.让Dist_Trainer支持find_unused_parameters, 但仅在1.1以上版本有效 6 years ago
  yh 71c9e0c30e 从远程下载权重 6 years ago
  yh db8c6a0b8a 解决读取bert权重潜在的bug问题 6 years ago