WillQvQ
d476678044
!2 发布 fastNLP 的 0.6.0 版本
Merge pull request !2 from WillQvQ/dev0.6
4 years ago
willqvq
a6e6f875d7
Preparing for version 0.6.0
4 years ago
WillQvQ
f58e10d094
!1 修复一个 CRF 的 bug
Merge pull request !1 from WillQvQ/dev
4 years ago
willqvq
850561728b
update the .Jenkinsfile
4 years ago
yh_cc
c707cd4336
CRF维特比解码BUG修复
4 years ago
WillQvQ
148ad1dcb7
ADD .Jenkinsfile;
UPDATE Makefile, doc_utils.py.
4 years ago
yh_cc
ca9db68cdd
Merge branch 'master' of github.com:fastnlp/fastNLP
4 years ago
ChenXin
2a09dea235
1. SKIP test_process_from_file
2. doc_utils 增加了 __all__ 的检查
4 years ago
ChenXin
661f57074e
将 nltk 从依赖中删除
4 years ago
yh_cc
89ad195411
添加__all__属性
4 years ago
ChenXin
ca25baf6b9
1. SKIP test_process_from_file
2. doc_utils 增加了 __all__ 的检查
4 years ago
ChenXin
4c457e9924
将 nltk 从依赖中删除
4 years ago
yh_cc
13480d67b5
update import
4 years ago
Gosicfly
9a9732a86f
Update vocabulary.py ( #325 )
strip只需要将\n去掉,否则会将一些特殊字符去掉,造成split的时候长度出错
token_type_id_rev (#329 )
当activation=lambda x: x出现错误 (#330 )
Co-authored-by: 路人咦 <1417954729@qq.com>
1.修改部分文档中的typo; 2.支持对transformers embedding
update import
4 years ago
yh_cc
0ca22b6b17
1.修改部分文档中的typo; 2.支持对transformers embedding
4 years ago
w.g
81bcb51314
当activation=lambda x: x出现错误 ( #330 )
Co-authored-by: 路人咦 <1417954729@qq.com>
4 years ago
stratoes
3270b8b48b
token_type_id_rev ( #329 )
4 years ago
yh_cc
08cf1a51d7
Merge branch 'master' of github.com:fastnlp/fastNLP
4 years ago
yh_cc
ba2304556c
update travis
4 years ago
Gosicfly
0c990e7b50
Update vocabulary.py ( #325 )
strip只需要将\n去掉,否则会将一些特殊字符去掉,造成split的时候长度出错
4 years ago
yh_cc
edd3022bde
新增ConstantTokenNumSampler使得每个sample中token数量一致,可以最大化利用GPU的显存
4 years ago
yh_cc
fe7ce8e448
Merge branch 'master' of github.com:fastnlp/fastNLP
4 years ago
yh_cc
ee584e71dc
修复seq2seq_generator的bug
4 years ago
yunfan
8d08626d67
[update] fix padding masking in viterbi_decode() of CRF
4 years ago
yh_cc
0d0a6f746a
修复测试失败问题
4 years ago
ROGERDJQ
b6a07be364
[test] fix f1 test ( #314 )
* f1 fix
* fix f1 test
* f1 fix
4 years ago
yh_cc
40bec21684
修复save_path在dev为空的时候的bug
4 years ago
Yining Zheng
720d7b8729
Update .travis.yml
Add the webhook to notify the feishu group
4 years ago
liuxiaoxiong
acdebfccbc
[bugfix]修复 coreference resolution复现代码中参数名字不对应的bug ( #323 )
* pipeline
* 修复找不到对应参数的bug
* 增加requirement文件
4 years ago
roger
b9b688d233
f1 fix
4 years ago
yh_cc
14ea125687
Merge branch 'master' of github.com:fastnlp/fastNLP
4 years ago
yh_cc
206f7758b5
1.新增一个sortedSampler,可以用于测试的时候加速; 2.修改BeamSearch中的bug; 3.修改Trainer中的循环代码,解决BatchSampler场景下可能出现evaluate时机不对的问题
4 years ago
ROGERDJQ
228cca44e9
[new] add show-result-list for confusion_matrix ( #309 )
add ConfusionMatrix and allow choose part of the column
5 years ago
yh_cc
c957ed69c1
loader中load先将filename排序保证一致的load顺序, 避免测试不通过
5 years ago
yh_cc
ed2309719c
修复一个data_parallel情况下的gpu不从0开始导致的bug
5 years ago
yh_cc
a6c2533bd3
Merge branch 'master' of github.com:fastnlp/fastNLP
5 years ago
yh_cc
e361b32c3a
在@linzehui 的帮助下seq2seq终于有了第一个版本; 目前实现了Seq2Seq的Transformer和LSTM版本,但metric和loss还没update;
5 years ago
Yige Xu
d9456eb15e
[bugfix] fix an import error in bert_tokenizer.py
5 years ago
郑恒毅
94be3315a6
[bugfix]修改了modules/utils.py中`initial_parameter()`函数的bug ( #300 )
* fix bug
* Update utils.py
5 years ago
yh_cc
1efd40c075
准备开发0.5.6
5 years ago
yh_cc
43300ad90b
修改部分注释, 准备开发0.5.6
5 years ago
ChenXin
8732dfd979
新增了 DataBundle 的 apply_more 和 apply_field_more 方法。需要进一步试用和测试。
5 years ago
Yige Xu
1f27d007d1
[add] add MSELoss
5 years ago
ROGERDJQ
4e95989e97
[new] add seperator for conll loader ( #293 )
* add ConfusionMatrix, ConfusionMatrixMetric
* add confusionmatrix to utils
* add ConfusionMatrixmetric
* add ConfusionMatrixMetric
* init for test
* begin test
* test finish
* doc finish
* revised confusion
* revised two
* revise two
* add sep for conll loader
* with remote
* withdraw some update
* finish merge
* update test
* update test
* to avoid none situation
5 years ago
linzehui
b95aa56afb
基本完成seq2seq基础功能
5 years ago
yh_cc
6c7a61a9ab
发布0.5.5版本
5 years ago
yh_cc
ae7b916355
1.修改Generator中的采样,防止导致分布全0采样失败; 2. 修改Trainer与checkpointcallback的配合
5 years ago
linzehui
15360e9724
保存一版旧版
5 years ago
yh_cc
9b45e9c0b5
修改GradientClipCallback中parameter的存储方式,防止在torch 1.5版本中报错
5 years ago
yh_cc
3683fd5bdd
Merge branch 'master' of github.com:fastnlp/fastNLP
5 years ago