ly119399
a1600a65a0
add model
2022-06-08 15:17:21 +08:00
yingda.chen
d6868ddffe
[to #42323743 ] retain local cached model files by default
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8963687
2022-06-08 14:22:23 +08:00
yingda.chen
e075ad2245
[to #42322515 ]support plain pipeline for bert
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8945177
* support plain pipeline for bert
2022-06-08 11:29:25 +08:00
ly119399
4a244abbf1
token to ids
2022-06-08 00:38:50 +08:00
wenmeng.zwm
d395e9abc2
[to #42281043 ] support kwargs in pipeline
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8949062
* support kwargs in pipeline
* update develop doc with CR instruction
2022-06-07 14:49:57 +08:00
ly119399
1c1edae8b0
init
2022-06-07 13:29:13 +08:00
huangjun.hj
cdacbfb476
refine pipeline doc
v0.1.1
2022-06-01 11:55:14 +08:00
yingda.chen
f8eb699f7f
refine tests and examples
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8898823
2022-06-01 10:20:53 +08:00
wenmeng.zwm
1d01a78c2b
fix: UT error
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8899458
* fix: UT error
2022-06-01 09:16:39 +08:00
yingda.chen
5995cc4607
add PyDataset support
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8868644
2022-05-31 18:27:19 +08:00
wenmeng.zwm
c4bfd6cced
[to #41999503 ] refine doc and requirements for linux and mac
...
1. refine quick start and pipeline doc
2. remove tf pytorch easynlp from requirements
3. lazy import for torch and tensorflow
4. test successfully on linux and mac intel cpu
5. update api doc
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8882373
2022-05-31 11:49:46 +08:00
dongjunwei.djw
0703798fc2
fix the model evaluation error
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8872484
2022-05-31 11:44:11 +08:00
wenmeng.zwm
25a2028b54
[to #41401401 ] modelhub and Trainer support
...
* add trainer interface
* add trainer script
* add model init support for pipelineadd pipeline tutorial and fix bugs
* add text classification evaluation to maas lib
* add quickstart and prepare env doc
* relax requirements for torch and sentencepiece
* merge release/0.1 and fix conflict
* modelhub support for model and pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8868339
2022-05-30 11:53:53 +08:00
yingda.chen
043e498e01
refactor doc build and fix some typos
...
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8819462
2022-05-25 12:15:38 +08:00
wenmeng.zwm
cb416edc2a
[to #41669377 ] add pipeline tutorial and fix bugs
...
1. add pipleine tutorial
2. fix bugs when using pipeline with certain model and preprocessor
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8810524
2022-05-24 17:14:58 +08:00
wenmeng.zwm
db4a8be9c5
[to #41669377 ] docs and tools refinement and release
...
1. add build_doc linter script
2. add sphinx-docs support
3. add development doc and api doc
4. change version to 0.1.0 for the first internal release version
Link: https://code.aone.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8775307
2022-05-20 16:51:34 +08:00
Yingda Chen
3cbdcb1d3e
fix typo
2022-05-20 06:24:18 +08:00
wenmeng.zwm
5e469008fd
[to #41401401 ] add preprocessor, model and pipeline
...
* add preprocessor module
* add model base and builder
* update task constant
* add load image preprocessor and its dependency
* add pipeline interface and UT covered
* support default pipeline for task
* add image matting pipeline
* refine nlp tokenize interface
* add nlp pipeline
* fix UT failed
* add test for Compose
Link: https://code.aone.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8769235
* add preprocessor module
* add test for Compose
* fix citest error
* fix abs class error
* add model base and builder
* update task constant
* add load image preprocessor and its dependency
* add pipeline interface and UT covered
* support default pipeline for task
* refine models and pipeline interface
* add pipeline folder structure
* add image matting pipeline
* refine nlp tokenize interface
* add nlp pipeline
1.add preprossor model pipeline for nlp text classification
2. add corresponding test
Link: https://code.aone.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8757371
* new nlp pipeline
* format pre-commit code
* update easynlp pipeline
* update model_name for easynlp pipeline; add test for maas_lib/utils/typeassert.py
* update test_typeassert.py
* refactor code
1. rename typeassert to type_assert
2. use lazy import to make easynlp dependency optional
3. refine image matting UT
* fix linter test failed
* update requirements.txt
* fix UT failed
* fix citest script to update requirements
2022-05-19 22:18:35 +08:00
wenmeng.zwm
0a756f6a0d
[to #41402703 ] add basic modules
...
* add constant
* add logger module
* add registry and builder module
* add fileio module
* add requirements and setup.cfg
* add config module and tests
* add citest script
Link: https://code.aone.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8718998
2022-05-17 10:15:00 +08:00
wenmeng.zwm
02492e2bff
[to #41401401 ] init project
...
* add license
* add folder structure
Link: https://code.aone.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8682838
2022-05-12 16:05:23 +08:00
wenmeng.zwm
92d3f2cd7f
initial commit
2022-05-12 15:33:28 +08:00