modelscope / data-juicer

A one-stop data processing system to make data higher-quality, juicier, and more digestible for (multimodal) LLMs! 🍎 🍋 🌽 ➡️ ➡️🍸 🍹 🍷为大模型提供更高质量、更丰富、更易”消化“的数据!
Apache License 2.0
2.63k stars 166 forks source link

fix: missing args in load_formatter of Analyzer #421

Closed zhijianma closed 4 weeks ago

zhijianma commented 4 weeks ago

As title says.

drcege commented 4 weeks ago

Perhaps we should consider enforcing keyword-only parameters (separated by *) in many function signatures to avoid misuse.

yxdyc commented 4 weeks ago

Perhaps we should consider enforcing keyword-only parameters (separated by *) in many function signatures to avoid misuse.

Agree. Especially for the support of our new feature, DJ as a Service. We can add a new TODO item/issue for this problem.