29 Commits (ba0269f23e72e446ddfdbda32edccfb694b76b4f)

Author SHA1 Message Date
  yh 7e41b9d355 1.新增CMRC2018的metric,loss,pipe,loader等; 2. 新增中文Bert的使用教程 6 years ago
  yunfan c73f327a3e [bugfix] fix test cases 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
  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
  xuyige 9560a4d367 update test codes in models/bert.py 6 years ago
  xuyige c2d687528e fix bugs and add test codes for: 1. models.snli; 2. core.metrics.extractive_qa; 3. io.data_loader.mnli 6 years ago
  xuyige 327833a77f fix bug in test code 6 years ago
  xuyige 089009f9f2 大幅度更新: 6 years ago
  yh_cc 2f5d8967a3 1. 适配将Batch修改为pytorch的DataLoader的修改 6 years ago
  yh_cc 17b5fd0066 1. 删除Trainer中对train_data必须为DataSet的assert 6 years ago
  xuyige 1a4c3c2d20 fix some bugs in test 6 years ago
  xuyige 016f02be3b fix bugs in model/bert.py and add testing codes 6 years ago
  ChenXin 902a3a6bcd 修改了一些注释 6 years ago
  yh_cc af6a9da78d Merge branch 'dev' of github.com:choosewhatulike/fastNLP-private into dev 6 years ago
  yh_cc 6d36dbe7fb 完善测试 6 years ago
  yunfan 702fa1d95c - update attention 6 years ago
  yh 25565fe0c9 增加cnn的测试 6 years ago
  yunfan 4f65e17d1a - add model runner for easier test models 6 years ago
  yunfan 799d4dbc68 - add test 6 years ago
  yunfan 001586fa3e - add document 6 years ago
  FengZiYjun f5ab7a5d45 * 将enas相关代码放到automl目录下 6 years ago
  chenkaiyu1997 251088ac4b Add ENAS (Efficient Neural Architecture Search) 6 years ago
  FengZiYjun bfaf09df8c add BERT model 6 years ago
  FengZiYjun e4f997d52a refactor type system in FieldArray: 6 years ago
  yunfan 2e9e6c6c20 - fix trainer with validate_every > 0 6 years ago
  yunfan ba28702e68 update Biaffine Parser, Variational RNN 6 years ago
  yunfan c91696e1ee update parser, optimize embed_loader 6 years ago