yh
|
9b8265dc7e
|
修复char_embedding bug
|
6 years ago |
yh
|
164f74e12a
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
6 years ago |
yh
|
917cedf808
|
增加新的tutorial; 删除各embedding中requires_grad的设置,统一到基类实现
|
6 years ago |
Yige Xu
|
0e0ba10ab5
|
Merge pull request #219 from HrWang96/loader-pr
[modify]dataset_loader.py的CSVLoader
|
6 years ago |
Yige Xu
|
9d31ded8b8
|
Merge branch 'dev0.5.0' into loader-pr
|
6 years ago |
Yige Xu
|
2fc14790c7
|
Merge pull request #217 from ZikaiGuo/dev0.5.0
[bugfix]Update transformer.py
|
6 years ago |
ZikaiGuo
|
1caa83d0ca
|
Update transformer.py
|
6 years ago |
学习的菜鸡红瑞
|
776840439f
|
loader-pr
|
6 years ago |
学习的菜鸡红瑞
|
53bcc0b26a
|
loader-pr
|
6 years ago |
yh_cc
|
8c8e22cc9b
|
DataSet中增加print_field_meta方法,使得其可以获取field的input和target信息
|
6 years ago |
yhcc
|
04a54df226
|
Update requirements.txt
|
6 years ago |
unknown
|
2fbc1d7851
|
change the print format for dataset and instance
|
6 years ago |
ChenXin
|
f004a070b4
|
update the doc tool
|
6 years ago |
ChenXin
|
5b7e9b6572
|
update the ChnSentiCorpPipe in docs
|
6 years ago |
ChenXin
|
b5a7db0b66
|
delete the output part in dot-utils
|
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
|
14d048f340
|
修复bert embedding的bug
|
6 years ago |
ChenXin
|
60a535db08
|
fix a little error in doc.
TODO: fix the bug doc of the class which inherit the class from outer space
|
6 years ago |
ChenXin
|
b1fe5f5321
|
split the class's doc & __init__'s doc (core part)
|
6 years ago |
ChenXin
|
a2e3158488
|
update the auto alias tool
|
6 years ago |
ChenXin
|
4caacadeae
|
delete the alias in files.
|
6 years ago |
ChenXin
|
3651d61f41
|
delete the alias in files.
|
6 years ago |
ChenXin
|
113ef8b11a
|
add code to detect the defined location automatically
|
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 |
ChenXin
|
53f744a87d
|
fix some bugs in docs
|
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 |
yunfan
|
1c2ee50c47
|
[fix] EchoCallback
|
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 |
yunfan
|
bbda73c14f
|
[update] transformer
|
6 years ago |
yunfan
|
44af647839
|
[update] change data-loader to pipe
|
6 years ago |
yunfan
|
82b5726686
|
update transformer
|
6 years ago |
yh
|
9529f89abd
|
增加DataBundle的方法;增加BilSTMCRF的注释
|
6 years ago |
lyhuang18
|
b134c9f7e7
|
Merge pull request #211 from lyhuang18/lyhuang-reproduction
datasetloader改成pipe
|
6 years ago |
lyhuang18
|
9e6f4ffb8b
|
datasetloader改成pipe
|
6 years ago |
lyhuang18
|
f7d6ea20a4
|
Merge pull request #18 from fastnlp/dev0.5.0
Dev0.5.0
|
6 years ago |
Yige Xu
|
0908c736eb
|
fix code in BertModel.from_pretrained and BertEmbedding
|
6 years ago |
yh_cc
|
1756e3ffdf
|
1.修复MNLILoader中的bug; 2.修复field中的tensor warning
|
6 years ago |
yh_cc
|
146a004dee
|
修改travis converage设置
|
6 years ago |
yhcc
|
09d0b74595
|
Update .travis.yml
TRAVIS默认已经加入了
|
6 years ago |
Yige Xu
|
39de27f472
|
Update BertModel.from_pretrained function. Now can pass a model_dir_or_name instead of model_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
|
cbe5b347e5
|
SpanFMetric增加对encoding_type和tag_vocab的检查
|
6 years ago |
yh_cc
|
55e736bf4c
|
SpanFMetric增加对encoding_type和tag_vocab的检查
|
6 years ago |
yh_cc
|
a46b8f129b
|
Trainer中保存最佳模型存在bug
|
6 years ago |