10 Commits (7398f2b0b20b7725295ca01feaaad437d3d331d2)

Author SHA1 Message Date
  yh_cc 7398f2b0b2 1.增加RobertaEmbedding与GPT2Embedding 5 years ago
  yh_cc 367edb7ad1 修复move_to_device中device为None时可能出现错误的问题; BERTEmbedding中增加一个可选参数 5 years ago
  yh_cc 8acb0f4ad6 1.新增Vocabulary的save与load功能; 2.修复BERTEmbedding drop_word的bug; 3.新增各种Embedding的使用注释 5 years ago
  yh 5ebce3176f 增加部分测试 5 years ago
  Yige Xu 880e3ad969 1. add mini_elmo.pkl and test codes for testing ElmoEmbedding; 2. update bert testing codes 5 years ago
  yh_cc e903db0e70 增加中文分类Pipe;使用矩阵加速BertEmbedding部分pool_method;调整部分测试用例名称;修复metric中对warning的误报 5 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. 5 years ago
  yh_cc be77533c38 修复word drop bug, 增加相应测试 5 years ago
  yh_cc 85f01f01d1 1.修复部分测试; 2.修复StaticEmbedding中未找到词初始化bug 5 years ago
  yh 511f41dda1 1. 增加中文NER相关的loader和pipe; 2. 对应修改sequence_labeling的代码; 3.增加部分测试代码 5 years ago