40 Commits (cccc1bfd57e1ec05fbb997346cf54e906837b399)

Author SHA1 Message Date
  Yige Xu 5d1c2a7ac3 add test code and data for testing CHN NER and classification loader and pipe 6 years ago
  Yige Xu 5a2820cd18 add test code and data for testing cws loader and pipe 6 years ago
  Yige Xu 9509c5dd08 move dataset test data to test/data_for_tests/io dir 6 years ago
  benbijituo 8b31ca74ab add test data&follow Matching 6 years ago
  ChenXin d582bd3e15
Delete train.tsv 6 years ago
  ChenXin f2face3b40
Delete test.tsv 6 years ago
  ChenXin 7b08c777bc
Delete dev.tsv 6 years ago
  Yige Xu 64fc8bc1e5 1. update classification and matching loader and pipe; 2. add data and test codes for testing classification and matching loader and pipe. 6 years ago
  Yige Xu 753327d214 fix code style in coreference task and related codes 6 years ago
  xxliu b015cc149c undocumented 6 years ago
  liuxiaoxiong 07bbb79f77
Merge pull request #4 from fastnlp/dev0.5.0 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
  Yige Xu b9aa05f6cf add testing codes and data for loader and pipe. 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 c2d687528e fix bugs and add test codes for: 1. models.snli; 2. core.metrics.extractive_qa; 3. io.data_loader.mnli 6 years ago
  ChenXin 881ce01762
Dev0.4.0 (#149) 6 years ago
  FengZiYjun 0c5630bd16 Ready for V0.3.1 6 years ago
  hazelnutsgz 5f4ab131ac Add a loader for conll2003 dataset 6 years ago
  FengZiYjun 720a264eb3 * rename DataSet.get_fields() into get_all_fields() 7 years ago
  FengZiYjun cc440b5ed6 All tests pass. 7 years ago
  FengZiYjun 3120cdd09a 更新embed_loader: 7 years ago
  xuyige b43d333738 clean some codes and fix some bugs 7 years ago
  yunfan 2698094d8f update embedding loader & vocab 7 years ago
  FengZiYjun 5be4cb7bb5 Merge Preprocessor into DataSet. 7 years ago
  FengZiYjun 28a0683853 1. add tests in test_fastNLP.py & test_sampler.py; increase test coverage to 81% 7 years ago
  FengZiYjun 2df8eb740a Updates to core, loader: 7 years ago
  FengZiYjun fac830e1cd fix bugs and clean up 7 years ago
  FengZiYjun 77b3a0c67d fastNLP high-level interface: 7 years ago
  FengZiYjun 80a127cb24 merge jianghao's code 7 years ago
  FengZiYjun c1d7c5d7da changes to action, trainer and tester: 7 years ago
  FengZiYjun 233e8328f7 changes to seq label model, 7 years ago
  FengZiYjun 242e576a30 changes to trainer, tester, preprocessor, etc. 7 years ago
  FengZiYjun c83008add9 fastnlp.py works, see test/test_fastNLP.py for high-level API 7 years ago
  FengZiYjun fe17f611b6 changes to preprocessor, trainer, inference & seq modeling 7 years ago
  FengZiYjun 3d234bf5b2 add model selection (best dev) in Trainer: save the best model during validation; add Inference. 7 years ago
  FengZiYjun 301bbdcd1e add accuracy in POS Tester; 7 years ago
  FengZiYjun 621b79ee19 update configLoader to load hyper-parameters from file 7 years ago
  FengZiYjun cca276b8c0 - optimize package calling from test files 7 years ago
  FengZiYjun 32652407df restructure files & add "modules" directory & add CRF.py 7 years ago