* commit '58c90dee2c8c2b065baa75923ea6f1cb3964f9cb': (23 commits)
fix model directory (#1197)
Fix typo and unused imports (#1196)
Fix file exists of sub folder (#1192)
Fix cookies due to firewall token expired (#1193)
fix lint (#1188)
Merge release 1.22 (#1187)
add file name (#1186)
Support upload file and folder in the hub api (#1152)
update doc with llama_index (#1180)
Fix/text gen (#1177)
Add repo_id and repo_type in snapshot_download (#1172)
Unify datasets cache dir (#1178)
feat: all other ollama models (#1174)
logger.warning when using remote code (#1171)
fix path contatenation to be windows compatabile (#1176)
fix https://www.modelscope.cn/models/iic/nlp_structbert_address-parsing_chinese_base/feedback/issueDetail/20431 (#1170)
support ms-swift 3.0.0 (#1166)
support latest datasets version (#1163)
fix lint (#1168)
fix check model (#1134)
...
* 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>