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
xuyige
91f3d97ace
Update to new version of framework
7 years ago
FengZiYjun
0b86d7cf2b
Merge Preprocessor and DataSet
7 years ago
Yige XU
281b5671fb
Merge pull request #90 from fastnlp/fix-batch
fix bug
7 years ago
Yunfan Shao
29fe62a959
fix bug
7 years ago
FengZiYjun
2697efc171
Merge remote-tracking branch 'origin/master'
7 years ago
lyhuang18
06b8065471
Merge pull request #8 from fastnlp/master
update
7 years ago
Xipeng Qiu
c4dbc7b902
Merge pull request #86 from FengZiYjun/master
Name Changes & More Tests
7 years ago
FengZiYjun
cb11a1f2dc
- analyze codes for language model, unable to run yet
- add character vocab in preprocessor
- add dataset loader for language model dataset
- other minor adjustments
- preserve only a little example data for language model
7 years ago
FengZiYjun
28a0683853
1. add tests in test_fastNLP.py & test_sampler.py; increase test coverage to 81%
2. changes of names:
aggregation ----> aggregator
interaction ----> interactor
action.py ----> sampler.py
BasePreprocess ---> Preprocessor
BaseTester ----> Tester
BaseTrainer ----> Trainer
3. add more code comments
4. fix bugs in predictor's data_forward
5. in sampler.py, remove Bachifier, fix some codes. but not test
6. remove unused codes in other_modules.py & utils.py
7. update fastnlp.py with new config file names and code comments
8. add data examples in data_for_tests/
7 years ago
Coet
9733249b5e
Merge pull request #82 from choosewhatulike/master
add Vocabulary
7 years ago
yunfan
e8cc702737
add default switch
7 years ago
lyhuang18
40a08def5f
Merge pull request #7 from fastnlp/master
update
7 years ago
yunfan
819c8f05be
fix vocab
7 years ago
yunfan
9c7f3cf261
add vocabulary into preprocessor
7 years ago
yunfan
3f4544759d
add unittest of data, fix bug
7 years ago
yunfan
466f3c21ec
add vocabulary
7 years ago
Yunfan Shao
4d66bd6b9f
Merge pull request #81 from choosewhatulike/fixMLP
update MLP
7 years ago