Yige Xu
|
cccc1bfd57
|
add fitlog and spacy while testing
|
6 years ago |
Yige Xu
|
fccb6d9b1b
|
add __init__.py in test dir to solve file conflicts.
|
6 years ago |
Yige Xu
|
5d1c2a7ac3
|
add test code and data for testing CHN NER and classification loader and pipe
|
6 years ago |
yh
|
8d3cab5f7d
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
6 years ago |
yh
|
5ebce3176f
|
增加部分测试
|
6 years ago |
Yige Xu
|
5a2820cd18
|
add test code and data for testing cws loader and pipe
|
6 years ago |
Yige Xu
|
1dfbc0aeff
|
update test code for testing matching loader and pipe
|
6 years ago |
Yige Xu
|
4e2ca6c95a
|
add test code for testing pooling
|
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 |
Yige Xu
|
5768cbbfef
|
add test code in AdamW
|
6 years ago |
Yige Xu
|
9b2317e3e8
|
delete util functions and test cases in fastNLP/core/losses.py
|
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
|
38d5b36be1
|
Update test_callbacks.py
|
6 years ago |
Yige Xu
|
a3b4d5e76e
|
remove tensorboard logs after testing TensorboardCallback
|
6 years ago |
Yige Xu
|
f22991698a
|
add assert in test_elmo_embedding
|
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
Dev0.5.0
|
6 years ago |
yh_cc
|
8c8e22cc9b
|
DataSet中增加print_field_meta方法,使得其可以获取field的input和target信息
|
6 years ago |
xxliu
|
5bbfb92a30
|
代码规范以及修改测试文件路径以匹配github文件路径
|
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 |
yh_cc
|
e903db0e70
|
增加中文分类Pipe;使用矩阵加速BertEmbedding部分pool_method;调整部分测试用例名称;修复metric中对warning的误报
|
6 years ago |
Yige Xu
|
d15ad75d96
|
fix a bug in test code
|
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 |
yh
|
1994029ab8
|
1.当前支持的encoding_type都支持从tag_vocab中自动判断;避免触发无意识导致的metric bug; 2. 修复部分inplace操作无法求导的问题; 3.Vocabulary将一些属性通过property暴露
|
6 years ago |
Yige Xu
|
b9aa05f6cf
|
add testing codes and data for loader and pipe.
|
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
|
8142bad87a
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
6 years ago |
xuyige
|
5d8a8c98c6
|
1. delete io/data_loader dir; 2. delete model/enas*; 3. delete legacy dir; 4. delete DateSetLoader and relevant codes; 5. fix a test code error in core/test_dataset.py; 6. delete io.BaseLoader and relevant code.
|
6 years ago |
yh_cc
|
55e736bf4c
|
SpanFMetric增加对encoding_type和tag_vocab的检查
|
6 years ago |
yh_cc
|
be77533c38
|
修复word drop bug, 增加相应测试
|
6 years ago |
xuyige
|
65a6fd3dc7
|
Revert "delete predictor.py"
This reverts commit 8445bdbc79.
|
6 years ago |
ChenXin
|
8445bdbc79
|
delete predictor.py
|
6 years ago |
yh_cc
|
85f01f01d1
|
1.修复部分测试; 2.修复StaticEmbedding中未找到词初始化bug
|
6 years ago |
yh
|
e2232ac39f
|
1.修复Embedding中潜在的寻找路径失败; 2.reproduction中增加分词模型; 3.修改ner模型为最新的pipe版本
|
6 years ago |
yh
|
511f41dda1
|
1. 增加中文NER相关的loader和pipe; 2. 对应修改sequence_labeling的代码; 3.增加部分测试代码
|
6 years ago |
xuyige
|
9560a4d367
|
update test codes in models/bert.py
|
6 years ago |
ChenXin
|
1faf4ba2fa
|
delete a out-date test case
|
6 years ago |
yh
|
fd37ed60a7
|
1. Trainer增加一个dev_batch_size参数;2.StaticEmbedding中增加min_freq;
|
6 years ago |
yh
|
c9fba2ae96
|
增加对static_embed的测试
|
6 years ago |
yh
|
3ae383efc3
|
修复BertEmbedding中长度会额外加长的bug
|
6 years ago |
yh
|
014e9786c7
|
1. 分类DataSetLoader中的Loader功能Pipe功能; 2. 增加数据集自动下载; 3.修复vocabulary中的bug
|
6 years ago |
yunfan
|
cacf40366c
|
[fix] distributed trainer
|
6 years ago |