yh
|
3624f7dafd
|
增加conll2003Pipe
|
6 years ago |
yunfan
|
3b8bc469ba
|
[update] logger, support straightly import logger to use
|
6 years ago |
yunfan
|
1168b9dc24
|
[update] logger in trainer & tester
|
6 years ago |
yh
|
4e8905e00b
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
6 years ago |
yh
|
511f41dda1
|
1. 增加中文NER相关的loader和pipe; 2. 对应修改sequence_labeling的代码; 3.增加部分测试代码
|
6 years ago |
xuyige
|
9971861d86
|
1. update import statements in callback.py; 2. fix some code style
|
6 years ago |
yunfan
|
007c047ae7
|
[update] logger in trainer & tester
|
6 years ago |
yunfan
|
287019450e
|
[add] logger in trainer
|
6 years ago |
yh
|
89142d9dc5
|
CrossEntropyLoss增加class_in_dim选项控制target的维度
|
6 years ago |
yh
|
39190c9241
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
6 years ago |
xuyige
|
9560a4d367
|
update test codes in models/bert.py
|
6 years ago |
yh
|
d576d3999f
|
更新StaticEmbedding中的bug
|
6 years ago |
ChenXin
|
6aac447e5b
|
fix some bugs on docs' format
|
6 years ago |
yh
|
f5571f1769
|
1.更新了loader和pipe的文件说明; 2.修正conll.py中的typo; 3.修改char_embedding的pretrain_char_path的初始化路径为None
|
6 years ago |
yhcc
|
2a3aea51d6
|
Merge pull request #207 from Elvira521feng/master
增加char_embedding可使用预训练的character embedding的功能
|
6 years ago |
yh
|
23e283c459
|
修复StaticEmbedding的bug
|
6 years ago |
ChenXin
|
4bee5a78f4
|
fix static_embedding
|
6 years ago |
ChenXin
|
1faf4ba2fa
|
delete a out-date test case
|
6 years ago |
ChenXin
|
4da6239ace
|
Still some bugs on CSVLoader and JsonLoader.
These should be solved more clear
|
6 years ago |
ChenXin
|
cb92f285d1
|
Merge pull request #205 from zide05/dev0.5.0
Dev0.5.0
|
6 years ago |
YanqunJiang
|
fb82c66b4c
|
增加char_embedding可使用预训练的character embedding的功能
|
6 years ago |
陈怡然
|
a38a32755c
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
6 years ago |
ChenXin
|
de17c9a7d3
|
rename base_loader file as data_bundle
|
6 years ago |
ChenXin
|
0032f7788a
|
update docs-tools
|
6 years ago |
陈怡然
|
8c6552aa27
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
6 years ago |
ChenXin
|
e92408c543
|
update docs of io.file_utils
|
6 years ago |
zide05
|
e22a94f9f0
|
Update static_embedding.py
|
6 years ago |
zide05
|
5fac9867ae
|
Update stack_embedding.py
|
6 years ago |
zide05
|
3eb986f86f
|
Update elmo_embedding.py
|
6 years ago |
yh
|
c0904ed10a
|
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
|
6 years ago |
yh
|
58d7742b66
|
1.增加EvaluateCallback实现在除dev以外的数据集验证的需求; 2.StaticEmbedding增加一个only_trian_min_freq选项
|
6 years ago |
yhcc
|
7641230317
|
修改自动下载文件后缀名
|
6 years ago |
zide05
|
7fe4223d10
|
Update embedding.py
|
6 years ago |
zide05
|
d631d136dc
|
Update char_embedding.py
|
6 years ago |
zide05
|
31f35ad617
|
Update bert_embedding.py
|
6 years ago |
zide05
|
cd395a7cdf
|
Update tutorial_5_datasetiter.rst
|
6 years ago |
zide05
|
620ad161e0
|
Update tutorial_4_loss_optimizer.rst
|
6 years ago |
ChenXin
|
e0493053a5
|
update docs of io
|
6 years ago |
yh
|
fd37ed60a7
|
1. Trainer增加一个dev_batch_size参数;2.StaticEmbedding中增加min_freq;
|
6 years ago |
yh
|
f8441787a5
|
travis.yml格式错误,修正
|
6 years ago |
yh
|
c9fba2ae96
|
增加对static_embed的测试
|
6 years ago |
yh
|
fdea9cef45
|
merge conflict
|
6 years ago |
yh
|
015376d235
|
1.git add fastNLP/io/loader/loader.pygit add fastNLP/io/loader/loader.py重
|
6 years ago |
ChenXin
|
fb436e8239
|
update some docs of io modules
|
6 years ago |
ChenXin
|
a88fe24c34
|
update the word2vec download link
|
6 years ago |
xuyige
|
aaabcd6bab
|
update io/file_utils.py
|
6 years ago |
ChenXin
|
392badabf9
|
tidy up the BERT download list
|
6 years ago |
xuyige
|
09e24b3bd7
|
update matching pipe.
|
6 years ago |
xuyige
|
02c8fc0de7
|
rename param names in model/bert.py to adjust fastNLP.Const
|
6 years ago |
yh
|
3ae383efc3
|
修复BertEmbedding中长度会额外加长的bug
|
6 years ago |