Commit Graph

6 Commits

Author SHA1 Message Date
xming521 6b134ea703 feat(dataset): handle image data in LLM cleaning
Updates pre-commit hooks.

Previously, the cleaning pipeline was entirely disabled for datasets

containing image messages.

Image conversations now receive a default score, bypassing text-focused

LLM cleaning. This enables partial cleaning for mixed datasets and

prevents pipeline failures.
2025-08-11 11:03:14 +08:00
pre-commit-ci[bot] 8fea9c1f9b 🎈 pre-commit autoupdate hooks
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.2...v0.12.7)
2025-08-04 21:27:18 +00:00
pre-commit-ci[bot] 3f23be143e 🎈 pre-commit autoupdate hooks
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.13...v0.12.2)
2025-07-07 21:19:37 +00:00
xming521 894edb9d9d 注释掉bandit安全检查的配置。 2025-06-11 12:08:51 +08:00
xming521 94b6e4ac92 更新测试文件以支持图像数据集的创建和复制功能。 2025-06-10 22:12:39 +08:00
xming521 247920fe00 更新.gitignore,更新pyproject.toml,添加pre-commit,更新README.md。 2025-06-09 11:26:14 +08:00