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
Xipeng Qiu
8b2ae2db8b
Merge pull request #100 from choosewhatulike/dev
add dataset read functions
7 years ago
Coet
b80e5e8b29
Merge branch 'master' into dev
7 years ago
Yige XU
bd074b8e04
Merge pull request #99 from xuyige/master
add SNLI model
7 years ago
yunfan
ebbfcb7829
add dataset read functions
7 years ago
xuyige
19332b8b08
fix a bug
7 years ago
xuyige
a58d60e64a
add SNLI model
7 years ago
xuyige
b43d333738
clean some codes and fix some bugs
7 years ago
Xipeng Qiu
6a1d237c64
Merge pull request #97 from fastnlp/dev
update DataSet and DataSetLoader
7 years ago
Xipeng Qiu
ce4b22ab3e
Merge pull request #98 from fastnlp/fix-demo-figure
Fix the demo figures in
7 years ago
Coet
5f4b182504
Update README.md
7 years ago
yunfan
6c09f53c6b
update
7 years ago
yunfan
baac29cfa0
fix tests
7 years ago
yunfan
a4c9786ca4
update dataset & loader
7 years ago
Xipeng Qiu
fdc8f7b0c2
Merge pull request #96 from choosewhatulike/biaffine
add biaffine dependency parser & some modules
7 years ago
yunfan
b19de5278c
fix tests
7 years ago
yunfan
8ea529404e
fix test
7 years ago
yunfan
637c37d62b
add new model, new module, fix bugs
7 years ago
yunfan
a51ede46f7
update var_rnn
7 years ago
yunfan
1f680f24e5
update, fix bug
7 years ago
yunfan
2698094d8f
update embedding loader & vocab
7 years ago
Xipeng Qiu
553479572e
Merge pull request #94 from FengZiYjun/master
add model.fit()
7 years ago
Yige XU
0d12c0f788
Merge pull request #93 from lyhuang18/docs
update docs
7 years ago
FengZiYjun
fb806163c3
remove unused codes; add more tests
7 years ago
FengZiYjun
671975a223
add model.fit() method
7 years ago
lyhuang
36a7a980ca
update docs
7 years ago
lyhuang18
ecc8186f66
Merge pull request #9 from fastnlp/master
update
7 years ago
Coet
8b6d0826f1
Merge pull request #91 from FengZiYjun/master
Merge Preprocessor into DataSet.
7 years ago
Coet
81790d763c
Update setup.py
7 years ago
FengZiYjun
da065b4805
Merge branch 'master' of https://github.com/FengZiYjun/fastNLP into train_models
7 years ago
FengZiYjun
cc15588a77
- add progress bar for data set loading
- improve metrics codes
- fix validator bugs in trainer; remove early saving
- run CWS codes
- improve README.md
7 years ago
Coet
811629d9bf
Merge branch 'master' into master
7 years ago
FengZiYjun
5be4cb7bb5
Merge Preprocessor into DataSet.
- DataSet's __init__ takes a function as argument, rather than class object
- Preprocessor is about to remove. Don't use anymore.
- Remove cross_validate in trainer, because it is rarely used and wired
- Loader.load is expected to be a static method
- Delete sth. in other_modules.py
- Add more tests
- Delete extra sample data
7 years ago
Coet
1d4e406e6f
Merge pull request #3 from xuyige/final
Final
7 years ago