yunfan
3ae12e2c13
fix processor
7 years ago
yh_cc
73ba3b5eec
bug fix for pipeline
7 years ago
yunfan
1806bbdbec
fix dataset
7 years ago
yunfan
b7aab90157
init parser api
7 years ago
yunfan
a6ab34fd38
fix crf
7 years ago
yh_cc
3cb98ddcf2
Sampler中增加了一个BucketSampler, CWS的训练基本可以实现
7 years ago
yh_cc
69a138eb18
修改了遇到的若干问题,增加了分词任务的一些方法
7 years ago
yh_cc
dc0124cf02
修改model到models
7 years ago
yh_cc
25a53ac5c9
修改processor适配昨天的sao操作
7 years ago
yh_cc
ae0cc9a46b
修改api.load()函数
7 years ago
xuyige
dff4cdf6a7
update API
7 years ago
yh
d818e91380
增加dataset自动创建对应的array
7 years ago
yh
217cab94d1
Merge branch 'dataset' of https://github.com/yhcc/fastNLP into dataset
7 years ago
yunfan
dd0bb0d791
add data iter
7 years ago
yh
515e4f4987
移动processor到processor.py
7 years ago
FFTYYY
1f15b52216
update readme, for requirements changed
7 years ago
FFTYYY
2cd2dae251
update loss
7 years ago
yunfan
d7e78faf4b
Merge branch 'dataset' of https://github.com/yhcc/fastNLP into dataset
7 years ago
yunfan
f90861d7a5
fix fieldarray, dataset
7 years ago
yh
89ce85b6ed
Merge branch 'dataset' of https://github.com/yhcc/fastNLP into dataset
7 years ago
yh
38aa207ea2
新增cws converter, io
7 years ago
yunfan
ff6d99bcb2
add dataset support for sampler, update batch
7 years ago
yunfan
0cbbfd5221
update dataset
7 years ago
xuyige
ba51bf4cb5
update requirements
7 years ago
FengZiYjun
12e9a93b52
Merge remote-tracking branch 'origin/dataset' into dataset
7 years ago
FengZiYjun
79105381f5
- add interfaces for pos_tagging API
- update predictor.py to remove unused methods
- update model_loader.py & model_saver.py to support entire model saving & loading
- update pos tagging training script
7 years ago
yh
1b9daa1985
新增CWS的部分功能
7 years ago
yh
fcf5af93d8
修改batch, 新增pipeline和processor的接口
7 years ago
yunfan
8fae3bc2e7
Merge branch 'dev' into dataset
7 years ago
yunfan
cf0b2c2d35
update trainer
7 years ago
yunfan
8fa50d1749
update crf
7 years ago
yunfan
9b25de3ff3
init new field
7 years ago
yunfan
053249420f
update parser, fix bugs varrnn & vocab
7 years ago
yunfan
3192c9ac66
update trainer
7 years ago
yunfan
c14d9f4d66
update biaffine
7 years ago
yunfan
96a2794fdf
add dataset read functions
7 years ago
yunfan
830d223344
add transformer
7 years ago
yunfan
102259df39
update biaffine parser
7 years ago
yunfan
add05f039c
fix parser
7 years ago
Yige XU
5ec58e3b86
Merge pull request #104 from xuyige/master
fix a bug in init and add dropout in MLP
7 years ago
Yunfan Shao
062558f6e3
Merge pull request #105 from fastnlp/dev1
fix & update batch
7 years ago
Yunfan Shao
f40dc2e6fa
fix & update batch
Add support for sorted batch output, can be useful when using RNN in Pytorch with `pack_padded_sequence` & `pad_packed_sequence`
7 years ago
xuyige
818fd71fba
fix a bug in initial methods
7 years ago
xuyige
2a5bd71131
fix a bug in initial methods
7 years ago
xuyige
a6ecc8be83
add drop out in MLP layers
7 years ago
xuyige
5dae0ee497
fix a bug in initial_method function
7 years ago
Yige XU
2c663c7202
Merge pull request #102 from FengZiYjun/master
Character-level Text Field
7 years ago
FengZiYjun
325157b53f
add tests
7 years ago
FengZiYjun
5133fe67b4
add character field
7 years ago
lyhuang18
7d0efebb1d
Merge pull request #10 from fastnlp/master
update
7 years ago