You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
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
..
model_runner.py 1. 删除Trainer中对train_data必须为DataSet的assert 6 years ago
test_bert.py 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
test_biaffine_parser.py 1. 适配将Batch修改为pytorch的DataLoader的修改 6 years ago
test_cnn_text_classification.py fix some bugs in test 6 years ago
test_sequence_labeling.py Dev0.4.0 (#149) 6 years ago
test_snli.py fix bugs and add test codes for: 1. models.snli; 2. core.metrics.extractive_qa; 3. io.data_loader.mnli 6 years ago
test_star_trans.py Dev0.4.0 (#149) 6 years ago