Coet
|
3219b9da33
|
Merge pull request #123 from FengZiYjun/v0.3.0
fastNLP V0.3.0
|
6 years ago |
FengZiYjun
|
094a566155
|
add syntactic parsing API
|
6 years ago |
FengZiYjun
|
8df5bce938
|
fastNLP V0.3
|
6 years ago |
FengZiYjun
|
eca0c6f8c4
|
Prepare for release.
* pass all tests
* prepare CWS & POS API
* update tutorials
* add README.md in tutorials/ & api/
|
6 years ago |
yunfan
|
62a7556a04
|
Merge remote-tracking branch 'private/dev' into dev
# Conflicts:
# fastNLP/api/api.py
# fastNLP/modules/encoder/variational_rnn.py
|
6 years ago |
yunfan
|
ba28702e68
|
update Biaffine Parser, Variational RNN
add parser API
|
6 years ago |
FengZiYjun
|
7eb02f1762
|
update code comments in CRF
|
6 years ago |
FengZiYjun
|
751fe2768e
|
Merge branch 'master' of https://github.com/fastnlp/fastNLP into current branch
# Conflicts solved:
# fastNLP/io/dataset_loader.py
# fastNLP/io/embed_loader.py
# fastNLP/modules/aggregator/attention.py
# fastNLP/modules/decoder/CRF.py
|
6 years ago |
FengZiYjun
|
c0b67a2bc9
|
fix tests
|
6 years ago |
FengZiYjun
|
806364b5be
|
* update travis config
* update README
|
6 years ago |
yh
|
a1fe24c49d
|
Merge branch 'dev' of github.com:choosewhatulike/fastNLP-private into dev
|
6 years ago |
yh
|
145125feb4
|
支持CWS的高级api“
|
6 years ago |
FengZiYjun
|
c8e6497fe6
|
* 调整测试代码,通过全部测试
* 合并callback和trainer的更新
* CWS API的更新
|
6 years ago |
yh
|
400552971c
|
1. callback中增加GradientClip; 2.Trainer中取消_print_train()和_tqdm_train(),全部并入了_train()
|
6 years ago |
FengZiYjun
|
e8ea6ea322
|
improved callbacks & trainer code structure
|
6 years ago |
FengZiYjun
|
59c9b894b1
|
Merge branch 'dev' of https://github.com/choosewhatulike/fastNLP-private into callbacks
|
6 years ago |
FengZiYjun
|
a7274c667c
|
update callbacks in Trainer
|
6 years ago |
xuyige
|
12356b4cdf
|
Merge branch 'dev' of https://github.com/choosewhatulike/fastNLP-private into dev
|
6 years ago |
xuyige
|
409e25e1d6
|
update fastnlp_advanced_tutorial
|
6 years ago |
Coet
|
ef82c1f100
|
Merge pull request #121 from FengZiYjun/doc-fixing
[Doc] Improve Documentation (2)
|
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
|
43982d2cd2
|
fix ci
|
6 years ago |
FengZiYjun
|
7984a90389
|
Merge branch 'master' of https://github.com/fastnlp/fastNLP into local-fix-doc
|
6 years ago |
FengZiYjun
|
1c8bca5db9
|
* fix doc for modules/
|
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 |
FengZiYjun
|
b040b2c4fb
|
fix docs for io/
|
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 |