yunfan
|
ba28702e68
|
update Biaffine Parser, Variational RNN
add parser API
|
6 years ago |
FengZiYjun
|
179d12327a
|
add callback in Trainer
|
6 years ago |
xuyige
|
8f1947d1eb
|
Merge remote-tracking branch 'origin/dev' into dev
|
6 years ago |
xuyige
|
d978b0c125
|
update ESIM model and rename it
|
6 years ago |
xuyige
|
a97bdc7f62
|
print type while printing instance
|
6 years ago |
xuyige
|
5a3b46ce55
|
add mean pooling with mask and max pooling with mask
|
6 years ago |
xuyige
|
fcf1050512
|
add Bi-Attention
|
6 years ago |
xuyige
|
e452bc838d
|
fix a bug in MLP
|
6 years ago |
yh
|
4fd6e12fa9
|
Merge branch 'dev' of github.com:choosewhatulike/fastNLP-private into dev
|
6 years ago |
yh
|
56e7641eb8
|
1. 修复Trainer check_code中检查evaluate时使用train_data的bug
|
6 years ago |
FengZiYjun
|
e9c93ad077
|
* refactor test API for POS tagging
* add default sampler for Batch
* fix bug in metrics.py: slice must be integer
|
6 years ago |
yh
|
daa1671230
|
新增developer文档
|
6 years ago |
FengZiYjun
|
525adf1c41
|
update POS tag training script
|
6 years ago |
FengZiYjun
|
1f4d784068
|
Merge branch 'dev' into local-dev
# Conflicts:
# fastNLP/core/dataset.py
|
6 years ago |
FengZiYjun
|
7ecd8c9c14
|
finish POS tagging API
|
6 years ago |
xuyige
|
68e6ccf00b
|
delete verbose
|
6 years ago |
FengZiYjun
|
887c6fec70
|
add pos-tag training script
|
6 years ago |
Coet
|
27ae52cf7b
|
Merge pull request #118 from choosewhatulike/master
update parser, optimize embed_loader
|
6 years ago |
FengZiYjun
|
096516eba3
|
Merge branch 'master' of https://github.com/fastnlp/fastNLP into trainer
|
6 years ago |
FengZiYjun
|
dedc160415
|
fix docs for io/
|
6 years ago |
yunfan
|
c91696e1ee
|
update parser, optimize embed_loader
|
6 years ago |
yh
|
8b980b892b
|
修复CRF中seq_len_to_byte_mask的bug
|
6 years ago |
yh
|
082afbfa45
|
修复CRF中seq_len_to_byte_mask的bug
|
6 years ago |
Xipeng Qiu
|
50e18f8cf0
|
Merge pull request #117 from FengZiYjun/fix-doc
[doc] Improve Documentation
|
6 years ago |
yh
|
0c7e7519fc
|
conflict fix
|
6 years ago |
yh
|
e267f925cf
|
新增cws的train_context.py
|
6 years ago |
yh
|
897c43fc3b
|
1. CRF增加constrain, 用于限制跃迁,比如BMES中B不能跃迁到S
2. metric增加SpanFMetric,可以用于计算sequence labelling的performance
3. 分词复现任务根据新版接口做了部分调整。
|
6 years ago |
FengZiYjun
|
07c2b87caf
|
fix version number
|
6 years ago |
FengZiYjun
|
5d8f6960a7
|
* fix README figure
* refine code style
|
6 years ago |
FengZiYjun
|
d43d738536
|
merge dev branch with master
|
6 years ago |
FengZiYjun
|
bc7fc71faa
|
* update version number in doc
* update fastNLP.core.rst
* refine all docstrings in core/
|
6 years ago |
Xipeng Qiu
|
dfb62ec817
|
Merge pull request #115 from hazelnutsgz/conll2003
[new] Add a loader for conll2003 dataset
|
6 years ago |
hazelnutsgz
|
5f4ab131ac
|
Add a loader for conll2003 dataset
|
6 years ago |
Xipeng Qiu
|
7371593fd9
|
Merge pull request #113 from FengZiYjun/trainer
[core] improve trainer, loss and metrics
|
7 years ago |
yh
|
3a2833a69e
|
1.解决trainer加载模型的问题; 2.删除loss与metric中对*arg的报错
|
7 years ago |
Xipeng Qiu
|
7c3cf7e36a
|
Merge pull request #112 from FengZiYjun/trainer
[test]Updates
|
7 years ago |
Coet
|
1cfd0ea55f
|
Update PULL_REQUEST_TEMPLATE.md
|
7 years ago |
FengZiYjun
|
337e3035b3
|
* update most processors to use dataset.apply
* fix failed tests
|
7 years ago |
FengZiYjun
|
23305af733
|
Fix failed tests.
|
7 years ago |
Coet
|
eee52672b4
|
Merge pull request #111 from lyhuang18/docs_new
[Doc] update
|
7 years ago |
lyhuang
|
d91a7c7c48
|
update docs
|
7 years ago |
yh
|
30a0ff4d90
|
1. optimzer中调整默认参数大小
2. 移动Tester中device获取位置
3. trainer中
(1) train()返回一个dict,并重新加载最佳模型
(2) check_code时返回batch_x中每个数据的形状等信息
|
7 years ago |
lyhuang18
|
97b3710dcb
|
Merge pull request #11 from fastnlp/master
update
|
7 years ago |
Coet
|
071c141049
|
Create PULL_REQUEST_TEMPLATE.md
|
7 years ago |
yh
|
490555af20
|
tutorial_for_developer initial
|
7 years ago |
Yunfan Shao
|
426e762ffb
|
Merge pull request #109 from fastnlp/xuyige-patch-1
update README.md
|
7 years ago |
Yige XU
|
f15bd5aacd
|
update README.md
update requirements in README.md
|
7 years ago |
Yige XU
|
baac45a741
|
update README.md
move the first table to the right place
|
7 years ago |
Yige XU
|
2793273737
|
update README.md
update requirements
|
7 years ago |
Xipeng Qiu
|
1b477a95b0
|
Merge pull request #108 from FengZiYjun/trainer
FastNLP v0.2
|
7 years ago |