Commit Graph

  • 87679d6687 更新.gitignore以排除swanlog和.venv*目录;在online_infer.py中添加_as_chat_messages函数并修改消息处理逻辑 agent xming521 2026-08-18 21:47:04 +08:00
  • cbdf0d8995 Merge pull request #224 from Dessalines39394/fix/star-history-chart master xming 2026-08-16 17:13:00 +08:00
  • 76179c1d4b fix: update star history chart to use star-history.dera.page Dessalines39394 2026-08-16 07:31:31 +00:00
  • 8edc42c180 🎈 pre-commit autoupdate hooks pre-commit-ci-update-config pre-commit-ci[bot] 2026-08-03 22:08:13 +00:00
  • 26eefcc981 Update README.md xming 2026-06-27 14:10:46 +08:00
  • 558249d4af Add event extraction functionality and update prompts xming521 2026-06-24 15:51:15 +08:00
  • 08a8ba9935 Add agent distillation configuration and enhance LLM client xming521 2026-06-23 21:43:55 +08:00
  • a153110e73 Update tokenizer configuration and enhance token counting utility xming521 2026-06-20 22:41:08 +08:00
  • d9db662c18 Update dependencies, enhance configuration models, and modify .gitignore xming521 2026-06-20 20:50:55 +08:00
  • 2f842fb1be Refactor state extraction logic and update prompts xming521 2026-06-19 23:02:26 +08:00
  • e4a568c000 Add agent data utilities and state extraction prompt xming521 2026-06-17 23:03:41 +08:00
  • 893a5c5e3b Update .gitignore, enhance LLM client with sandbox option, and add group ID assignment in dataset processing xming521 2026-06-17 23:02:35 +08:00
  • 8ef753b28d Enhance online inference with proxy support and retry mechanism xming521 2026-06-13 16:33:27 +08:00
  • 0e2d15f2cd Update .gitignore, enhance DataProcessor with partner remarks and chat_talker, and refactor load_file method xming521 2026-06-13 16:14:01 +08:00
  • a20f9eb458 Merge pull request #221 from xming521/dev xming 2026-05-31 17:10:54 +08:00
  • 88b0dea2b6 Merge branch 'master' into dev dev xming 2026-05-28 12:25:54 +08:00
  • 04ba49e067 Update subproject commit and clean up training configuration xming521 2026-05-28 12:21:28 +08:00
  • 49c7246a18 Enhance training configuration with pre-training support - Added train_pt command to continue pre-training using prepared text datasets. - Introduced TrainPtArgs class for pre-training parameters, extending TrainSftArgs. xming521 2026-05-28 10:58:22 +08:00
  • 465cf78936 Merge pull request #201 from xming521/pre-commit-ci-update-config xming 2026-05-28 00:14:01 +08:00
  • 2dc436f947 Merge branch 'master' into pre-commit-ci-update-config xming 2026-05-28 00:13:47 +08:00
  • e249791829 Merge pull request #219 from xming521/master xming 2026-05-13 16:32:43 +08:00
  • feffd32c2f Merge pull request #218 from xhrxgr/fix-quantization-config xming 2026-05-11 14:55:17 +08:00
  • 76e341feef Potential fix for pull request finding xming 2026-05-11 10:49:59 +08:00
  • b8747edf27 fix: 量化配置未传递给 LLaMA-Factory 导致退化为全精度加载 xhrxgr 2026-05-10 18:26:09 +08:00
  • 5f0881a931 Remove online fine-tuning information xming 2026-05-08 21:02:54 +08:00
  • fd1885eee9 Remove Online Fine-Tuning section from README xming 2026-05-08 21:02:24 +08:00
  • ed3fe9be25 🎈 pre-commit autoupdate hooks pre-commit-ci[bot] 2026-05-04 21:30:15 +00:00
  • 2027fb32a0 Merge pull request #213 from octo-patch/fix/issue-115-check-api-server-before-test xming 2026-05-03 15:12:52 +08:00
  • 9e892b9da7 Merge branch 'master' into fix/issue-115-check-api-server-before-test xming 2026-05-03 15:11:02 +08:00
  • f71a4226cd Remove sponsorship section from README xming 2026-05-03 15:09:28 +08:00
  • 8c4ee22b83 Merge pull request #215 from xming521/dev xming 2026-05-03 15:08:36 +08:00
  • 74b80c64cc Merge branch 'master' into dev xming 2026-05-03 15:05:16 +08:00
  • e6325fd8b7 refactor: derive API server URL from client.base_url for error message Octopus 2026-04-24 13:02:10 +08:00
  • d8d2c673f4 fix: check API server availability before running test-model (fixes #115) octo-patch 2026-04-24 12:19:52 +08:00
  • 6f359b507a Update README with support details and disclaimer 小铭 2026-04-14 10:25:17 +08:00
  • 3a2c09822c Update README with DartNode branding and disclaimer 小铭 2026-04-10 21:14:20 +08:00
  • ab863cf134 refactor(infer): enhance guided decoding parameter handling xming521 2026-03-29 11:25:18 +08:00
  • 3d618a76ff Add support for personal WeChat in deployment section 小铭 2026-03-25 16:59:01 +08:00
  • 34754b0be4 Add WeChat support information to README 小铭 2026-03-25 16:56:49 +08:00
  • 1779b5d8af Update acknowledgment section in README_zh.md 小铭 2026-01-20 10:54:13 +08:00
  • cfbb4fd136 Merge pull request #210 from xming521/master rag 小铭 2026-01-04 22:57:17 +08:00
  • 0379096591 Merge pull request #209 from xming521/dev v0.3.03 小铭 2026-01-04 22:36:06 +08:00
  • 446df58a6c refactor(infer): streamline online model scoring and error handling xming521 2026-01-04 18:14:57 +08:00
  • 27d877aad3 refactor(infer): improve guided decoding error handling in online inference xming521 2026-01-04 18:07:37 +08:00
  • a02b23bb2f chore: update Python version in README files xming521 2026-01-04 16:24:19 +08:00
  • 1107500c41 chore: update dependencies and configuration xming521 2026-01-04 16:15:15 +08:00
  • fca6ca1c55 feat(data): enhance conversation message processing in QA generation xming521 2026-01-04 15:47:14 +08:00
  • 8ee9d05892 Merge branch 'master' into dev 小铭 2025-11-01 17:21:17 +08:00
  • bbe08f0c77 feat(data): enhance chat member relationship handling in QA generation xming521 2025-11-01 17:11:26 +08:00
  • 9eab753787 Update README.md 小铭 2025-10-11 17:42:26 +08:00
  • 30b9ca059e Add online fine-tuning section to README 小铭 2025-10-11 17:41:20 +08:00
  • 5669838a91 refactor(infer): improve LLM result parsing error logs xming521 2025-09-03 13:31:06 +08:00
  • c1c7530630 feat(infer): add guided decoding for online and offline models xming521 2025-08-29 16:03:57 +08:00
  • a887d122af feat(data): include new sticker types in skip list xming521 2025-08-28 22:12:59 +08:00
  • ac5afb83f9 Merge remote-tracking branch 'origin/master' into dev xming521 2025-08-28 21:31:16 +08:00
  • a0829d2098 feat(cleaning): add batch processing for online LLM xming521 2025-08-28 21:30:05 +08:00
  • 7a5bcb491e Merge pull request #198 from MapleWithered/patch-1 小铭 2025-08-27 21:31:46 +08:00
  • c384987b8a fix: fix triton source from cuda129 to 126 枫亚 2025-08-27 19:42:48 +08:00
  • a96996fcbf Merge pull request #196 from xming521/dev v0.3.02 小铭 2025-08-17 15:18:53 +08:00
  • 5dcaad0e10 perf(infer): clear cuda cache after inference xming521 2025-08-17 15:18:37 +08:00
  • e90f05c12a refactor(data): improve data cleaning robustness xming521 2025-08-17 14:30:17 +08:00
  • 41167f6d29 fix(dataset): fix #192 standardize dataset naming and cleaning workflow xming521 2025-08-16 22:51:29 +08:00
  • 1e8de85376 chore(config): Updates the project and configuration versions to 0.3.02. xming521 2025-08-15 22:55:41 +08:00
  • 8309c498d3 Merge branch 'dev' of https://github.com/xming521/WeClone into dev xming521 2025-08-15 16:53:06 +08:00
  • cdef4213cf chore(deps): update core dependencies xming521 2025-08-15 16:46:32 +08:00
  • c89dc8100c test(tests): update qwen3 test model to 0.6B xming521 2025-08-15 15:34:46 +08:00
  • cc34bea317 fix(data): classify gif as animated stickers xming521 2025-08-15 15:31:45 +08:00
  • a3f39495de feat(core): enable configurable thinking and cleaning xming521 2025-08-11 15:34:27 +08:00
  • 7e9886c020 perf(config): reduce default lora rank xming521 2025-08-11 11:23:37 +08:00
  • 6b134ea703 feat(dataset): handle image data in LLM cleaning xming521 2025-08-11 11:03:14 +08:00
  • a05bb7e856 Merge remote-tracking branch 'origin/master' into dev xming521 2025-08-10 10:30:49 +08:00
  • a0f6d0e9b0 chore(tests): include PII test data file xming521 2025-08-10 10:29:16 +08:00
  • ff0015a2ba performance : some improve xming521 2025-08-09 21:35:43 +08:00
  • f67d8d2145 Merge pull request #193 from xming521/pre-commit-ci-update-config 小铭 2025-08-05 16:58:49 +08:00
  • 8fea9c1f9b 🎈 pre-commit autoupdate hooks pre-commit-ci[bot] 2025-08-04 21:27:18 +00:00
  • 533b0fa678 refactor(data): converts QA item ID to string xming521 2025-07-29 11:28:23 +08:00
  • 4c20fc900c Update .gitkeep 小铭 2025-07-21 14:34:32 +08:00
  • f22556c74c Update README_zh.md 小铭 2025-07-19 16:37:43 +08:00
  • 758f3a04d4 Update README.md 小铭 2025-07-19 16:35:09 +08:00
  • 5a560adafb perf(train): optimize default training configs xming521 2025-07-17 22:21:54 +08:00
  • d65784f1dd Merge pull request #189 from xming521/dev v0.3.01 小铭 2025-07-17 15:19:07 +08:00
  • 98f506e14a Remove WC-exp submodule entry from remote repository xming521 2025-07-17 15:12:26 +08:00
  • 77752b6d36 docs: remove redundant multi-gpu training section xming521 2025-07-16 17:02:56 +08:00
  • 3bb4f04206 chore: remove WC-exp submodule xming521 2025-07-16 15:47:21 +08:00
  • 51cc0f7b42 Merge branch 'master' into dev 小铭 2025-07-16 15:42:22 +08:00
  • 6ffa7a64b7 docs: update WhatsApp support status xming521 2025-07-16 15:42:01 +08:00
  • 72bc75c9cb Remove WC-exp subproject xming521 2025-07-16 15:34:17 +08:00
  • a24b7f2714 test(dataset): add image tag count check for Qwen2.5-VL xming521 2025-07-16 15:30:56 +08:00
  • 09897a8daf fix(dataset): Data processing results have no images. xming521 2025-07-16 15:18:56 +08:00
  • 67232998fa chore: ignore WC-exp directory xming521 2025-07-16 14:16:47 +08:00
  • 323ed0077f 删除 WC-exp 子项目 xming521 2025-07-16 11:23:17 +08:00
  • 785ad1472a remove wechat xming521 2025-07-16 11:21:11 +08:00
  • 2a7cb5f30d refactor(data): simplify datetime format xming521 2025-07-14 17:31:54 +08:00
  • 66e7fdbeb4 test(PII) add tests for PII xming521 2025-07-14 17:26:44 +08:00
  • 7ce7fcd47a fix(dataset): fix blocked words filter xming521 2025-07-14 13:38:19 +08:00
  • 49d62b3fda performance(PII): add batch PII detection xming521 2025-07-14 12:55:01 +08:00
  • 3993d34a8e Revert "refactor(PII): Initializes engines in ChinesePIIDetector" xming521 2025-07-10 21:07:31 +08:00
  • 94402cfcc4 refactor(PII): Initializes engines in ChinesePIIDetector xming521 2025-07-10 21:00:06 +08:00
  • 3e7892fc76 feat(infer): add retry mechanism to API calls xming521 2025-07-10 19:29:23 +08:00
  • 73214f3217 chore(dataset): removes pt dataset info xming521 2025-07-10 15:45:03 +08:00