yh_cc
dce1a73f53
Merge branch 'master' of github.com:fastnlp/fastNLP
5 years ago
yh_cc
8fe7a4f191
防止BERTEmbedding在中文场景下被错误使用
5 years ago
yunfan
75d593702a
[update] multi criteria cws
5 years ago
Yige Xu
f65843d7a3
Merge branch 'master' of https://github.com/fastnlp/fastNLP
5 years ago
Yige Xu
56bf05adf1
Update test_classification.py
5 years ago
ChenXin
9577a9acc4
fix a tiny bug
5 years ago
ChenXin
918a413784
使用 callable 替代 isfunction
5 years ago
ChenXin
d2cc93cd6d
使用 callable 替代 isfunction
5 years ago
ChenXin
26ee41f923
DataSet 增加了 apply_more 和 apply_filed_more 两个新方法
5 years ago
yunfan
54dcc23ad7
[update] collect_fn keep tracks for field
5 years ago
yunfan
2b41e4dd29
[bugfix] auto convert tensor type when batching
5 years ago
Yige Xu
65b141c117
Update bert.py
5 years ago
ChenXin
f35a4ae2b6
在没有编写模块文档的情况下不会报错,而是改为提示。
5 years ago
yunfan
423e8e3746
[update] huge modify on collect_fn
5 years ago
yunfan
127d6d194b
[add] collect_fn for multi field combined inputs
5 years ago
yh_cc
5ffd46ae8d
Merge branch 'master' of github.com:fastnlp/fastNLP
5 years ago
yh_cc
8acb0f4ad6
1.新增Vocabulary的save与load功能; 2.修复BERTEmbedding drop_word的bug; 3.新增各种Embedding的使用注释
5 years ago
ChenXin
10204ef0f2
Merge pull request #273 from fastnlp/tutorial-fix
Tutorial fix
5 years ago
ChenXin
cb2aecf7c8
更新了 tutorial 的 README,准备合入 master 分支
5 years ago
yunfan
630a1ddad3
[update] fix some typo
5 years ago
Yige Xu
29b1454818
Update tutorial_6_datasetiter.rst
5 years ago
yh_cc
9e9c6c1aa2
修复一点tutorial的typo
5 years ago
yh_cc
ed7f7b1cd9
1.优化Trainer中对exception的处理;2.修改static_embedding贴合seq2seq
5 years ago
ChenXin
27d449fc23
更新了 bert_embedding 的文档和代码
5 years ago
ChenXin
eb74379fd9
修改了 tutorial_8,并添加了 ipynb
5 years ago
ChenXin
9cb7cdb532
简化了 tutorial_7 的代码
5 years ago
ChenXin
87a19b91cb
修复了 tutorial_7 并提供了 ipynb
5 years ago
ChenXin
d815d6a71e
添加了未使用 GPU 的提示
5 years ago
ChenXin
f4057d20c9
添加了 tutorial_4 的 ipynb
5 years ago
ChenXin
8971611efc
检查了 callback 的文档和程序
5 years ago
ChenXin
73fa4a1b15
修复了 tutorial_2 的一些错误;增加了 tutorial_2 的 ipynb
5 years ago
ChenXin
24fe256917
修复了 tutorial_3 的拼写错误
5 years ago
ChenXin
b0e0e16ba7
添加了序列标注的 ipynb
5 years ago
ChenXin
3b2362d697
添加 tutorial_5 和 tutorial_6 可运行 ipynb
5 years ago
ChenXin
c4b2a8bac3
更新 tutorial_5 和 tutorial_6 的实验结果
5 years ago
ChenXin
e3f95c9a24
拼写错误;教程标题;
5 years ago
ChenXin
dd29021a59
fix tutorial_5
5 years ago
ChenXin
2d1500651f
三个纬度 check: DataSet Tutorial
5 years ago
ChenXin
72eb6b95c2
消失的代码块修复【 code-block:: 和 python 之间需要一个空格 】
5 years ago
ChenXin
cee6b7fb45
将序列标注问题移到快速入门
5 years ago
yh_cc
9bed203a35
Merge branch 'master' of github.com:fastnlp/fastNLP
5 years ago
yh_cc
51e8c3c3b4
update static_embedding to make its property words_to_words is sequential
5 years ago
ROGERDJQ
f3ee16a5f6
[new] add ConfusionMatrix, ConfusionMatrixMetric ( #272 )
* add ConfusionMatrix, ConfusionMatrixMetric
* add confusionmatrix to utils
* add ConfusionMatrixmetric
* add ConfusionMatrixMetric
* init for test
* begin test
* test finish
* doc finish
5 years ago
Yige Xu
58762810ec
[update] Re-organize classification loader and pipe
5 years ago
Yige Xu
0aab5d5277
[bugfix] fix an warning error in MNLI loader
5 years ago
Yige Xu
380e88273d
[bugfix] delete a redundant import statement in io/pipe/classification.py
5 years ago
Yige Xu
46ea42498d
[update] add Loader and Pipe for AG's News dataset
5 years ago
ChenXin
5f1d0cc4ee
Update __init__.py
Fix the wrong "__version__" value.
5 years ago
yh_cc
ce6b72232a
update FitlogCallback使它在使用update_every时也能正确记录loss
5 years ago
yh_cc
4518a8fccb
[bug fix] test bug fix
5 years ago