* feat(audio): Add acoustic noise suppression pipeline and tests for zipenhancer model
* Introduce `ZipEnhancer` module and associated layers (`ZipEnhancerLayer`, `Generator`, `ZipFormer`, ...).
* Add `speech_zipenhancer_ans_multiloss_16k_base` pipeline for `ZipEnhancer` module.
* Add new test cases and update metainfo.
Co-authored-by: Haoxu Wang <wanghaoxu.whx@alibaba-inc.com>
* fix file download off by one bug, command line default download model, add repo-type parameter
---------
Co-authored-by: mulin.lyh <mulin.lyh@taobao.com>
* upload human normal estimation model
* upload human normal estimation unittest
* update human normal estimation
* update test data
---------
Co-authored-by: 葭润 <ranqing.rq@alibaba-inc.com>
Co-authored-by: ranqing <ranqing@Sundays-Mac.local>
Co-authored-by: suluyana <suluyan_sly@163.com>
* del _datasets_server import in hf_dataset_util
* fix streaming for youku-mplug and adopt latest datasets
* fix download config copy
* update ut
* add youku in test_general_datasets
* update UT for general dataset
* adapt to datasets version: 2.19.0 or later
* add assert for youku data UT
* fix disable_tqdm in some functions for 2.19.0 or later
* update get_module_with_script
* set trust_remote_code is True in load_dataset_with_ctx
* update print info
* update requirements for datasets version restriction
* fix _dataset_info
* add pillow
* update comments
* update comment
* reuse _download function in DataDownloadManager
* remove unused code
* update test_run_modelhub in Human3DAnimationTest
* set datasets>=2.18.0
* fix#845
Supports resumption of downloads from breakpoints, optimized download progress bar, finer display granularity, better experience under low bandwidth, and added function of downloading specified directories.
* restore push to hub
* fix merge issue
* fix ut issue
---------
Co-authored-by: mulin.lyh <mulin.lyh@taobao.com>
* add main entry in ms_dataset
* update func get_data_patterns import
* modify return_config_only
* modify return_config_only to dataset_info_only
* udpate version for test
* del get_logger(__name__)
* fix py script loading
* fix loading py and without py
* add subset support
* add hf_datasets_util; refine list_repo_tree_ms; fix private datasets loading issue
* update version to rc5
* fix and support preview for dataset_info_only mode
* fix urlencode
* update to rc7
* loading of dataset_infos.json is deprecated; 2. add some ut
* update version
* add escapechar for read_csv and to_csv
* add params: Source=SDK
* add create_dataset func
* overwrite _get_paths_info
* update & version
* update list_repo_tree name
* add get_module_with_script, fix download imports
* fix py script loading issue in dataset_module_factory
* fix create dataset
* update log info in api
* add image matching fast model based on lightglue
* add model-paper doc str and pipeline doc str
---------
Co-authored-by: bushe.zzy <bushe.zzy@alibaba-inc.com>
* image_normal_estimation
* image_normal_estimation
* update according to pr review
* update submodule data test
---------
Co-authored-by: Weihao Yuan <qianmu.ywh@alibaba-inc.com>