Commit Graph

77 Commits

Author SHA1 Message Date
Yige XU
7ff29877cd
Merge pull request #2 from fastnlp/master
1
2018-07-14 14:48:56 +08:00
FengZiYjun
7514be6f30 - add validation loss into trainer.train
- restructure: move reproduction outside
- add evaluate in tester
2018-07-11 21:51:35 +08:00
FengZiYjun
a73087e913 refactor Tester; Tester + Trainer for seq modeling work 2018-07-10 22:00:24 +08:00
FengZiYjun
c98d5924b5 sequence labeling ready to Train! 2018-07-10 20:46:35 +08:00
FengZiYjun
83c032df5d fix bug in CRF comments; optimize PyTorch type conversion. 2018-07-10 18:51:42 +08:00
FengZiYjun
4c9c791304 cancel restriction for base model 2018-07-07 16:59:59 +08:00
FengZiYjun
cca276b8c0 - optimize package calling from test files
- add people.txt in data_for_tests
- To do: incorrect CRF param in POS_pipeline
2018-07-07 16:57:57 +08:00
FengZiYjun
d7a8217132 finished POSTrainer 2018-07-07 12:10:34 +08:00
Yige XU
b998593bc5
Merge pull request #1 from fastnlp/master
1
2018-07-05 13:57:53 +08:00
FengZiYjun
7ea015c0f9 update trainer: loading data with _pickle; add arguments comments. 2018-07-04 23:28:48 +08:00
FengZiYjun
982503d033 optimize code style 2018-07-04 22:56:24 +08:00
Coet
67557222c0
Merge pull request #9 from xuyige/master
Add files via upload
2018-07-03 16:44:59 +08:00
Coet
623f8fa1b2
Update base_preprocess.py 2018-07-03 16:42:14 +08:00
Yige XU
9d92c95063
Add files via upload 2018-07-03 16:36:41 +08:00
FengZiYjun
ceffed6a16 update trainer: add sampling and padding in batchify, add pkl loading in prepare_input, check model loss in get_loss 2018-07-03 09:00:29 +08:00
Coet
a99895223c
Merge pull request #8 from keezen/master
rename and add kmax pooling module
2018-07-02 19:27:30 +08:00
Zhen Ke
d6187274be
Rename Conv.py to conv.py 2018-07-02 15:16:17 +08:00
Ke Zhen
7b7826544e add kmax pooling module 2018-07-02 15:12:18 +08:00
Ke Zhen
2569c85c8e modify conv and pool module 2018-07-02 14:02:45 +08:00
Coet
96c65993bd
Merge pull request #6 from henryL7/master
prototype and self-attention model
2018-07-02 13:50:01 +08:00
Coet
ca598e161c
Merge pull request #7 from keezen/master
add conv and pooling module
2018-07-02 13:47:13 +08:00
Ke Zhen
b297f93537 add conv and pooling module 2018-07-02 12:03:45 +08:00
HENRY L
f585a9aa7d update 2018-07-02 02:49:55 +08:00
HENRY L
561305e03d update and add readme 2018-07-02 02:06:33 +08:00
HENRY L
b93cf08691 initial commit 2018-07-02 01:40:17 +08:00
Yixin
08791d05b8
Merge pull request #1 from fastnlp/master
update
2018-07-02 01:34:58 +08:00
FengZiYjun
0e11dd5f24 correct spell error 2018-07-01 19:53:55 +08:00
FengZiYjun
389026f55a Merge remote-tracking branch 'origin/master'
# Conflicts:
#	fastNLP/loader/config_loader.py
2018-07-01 19:51:32 +08:00
FengZiYjun
1426fc3582 refactor word_seg model & its test 2018-07-01 19:50:07 +08:00
Coet
1044c94d9b
Merge pull request #5 from xuyige/master
titile
2018-07-01 19:30:31 +08:00
Xu Yige
8e0b663312
Add files via upload 2018-07-01 19:20:38 +08:00
Xu Yige
fc70bfe449
Add files via upload 2018-07-01 19:08:51 +08:00
FengZiYjun
83fe6f9f21 combine controller and trainer 2018-07-01 18:28:09 +08:00
FengZiYjun
d04f4b439c Merge remote-tracking branch 'origin/master' 2018-07-01 16:11:16 +08:00
FengZiYjun
c4028a528a add reproduction files 2018-07-01 16:10:07 +08:00
Coet
8fbcdc805a
Update README.md 2018-07-01 10:59:38 +08:00
FengZiYjun
b5dbd3cddc restructure files & add "modules" directory & add CRF.py 2018-07-01 10:48:42 +08:00
FengZiYjun
32652407df restructure files & add "modules" directory & add CRF.py 2018-07-01 10:39:36 +08:00
Coet
6e7d793199
update README.md, add file tree
update README.md, add file tree
2018-06-25 14:41:30 +08:00
FengZiYjun
3e1d995b3c update file structures 2018-06-25 14:16:47 +08:00
FengZiYjun
19e961fe9d Merge branch 'master' of https://github.com/fastnlp/fastNLP 2018-06-25 14:13:11 +08:00
Coet
f5d858e7d2
Merge pull request #4 from choosewhatulike/paper-implement
Implementation of Hierarchical Attention Networks for Document Classification
2018-06-24 15:07:41 +08:00
choosewhatulike
245d7cd2cc add data samples 2018-06-23 17:56:42 +08:00
choosewhatulike
c1222167b5 Merge branch 'paper-implement' of github.com:choosewhatulike/fastNLP into paper-implement 2018-06-23 17:43:53 +08:00
choosewhatulike
73e87b5db1 add some sample data 2018-06-23 17:36:53 +08:00
choosewhatulike
e5ed774b4f add some sample data 2018-06-23 17:20:50 +08:00
choosewhatulike
b98b5fe1fe edit readme 2018-06-22 15:50:32 +08:00
choosewhatulike
428ca505f2 add readme 2018-06-22 15:47:43 +08:00
FengZiYjun
58127d3c4e start building word seg (generally seq2seq) model 2018-05-30 22:28:22 +08:00
FengZiYjun
fdd26b8e58 add LICENSE, setup.py & requirements.txt 2018-05-25 18:32:02 +08:00