AstrAI/scripts
ViperEkura d08a92c7bd feat: add frequency penalty to inference sampling pipeline
- Add FrequencyPenaltyStrategy (logit -= penalty * count)
- Per-task rep_window for penalty history lookup
- Wire through engine, task, executor, API layer
- Add --frequency_penalty and --rep_window to stream_chat.py
- 9 unit tests for frequency penalty strategy
2026-07-17 21:28:31 +08:00
..
demo feat: add frequency penalty to inference sampling pipeline 2026-07-17 21:28:31 +08:00
eval fix: eval script bugs and add missing features 2026-07-17 14:02:58 +08:00
tools feat: add --resume flag to decouple weight loading from training resumption 2026-07-16 14:23:23 +08:00
docker.sh fix: docker-compose UID/GID 添加默认值,修复 docker.sh logs 命令 2026-05-18 14:24:00 +08:00
pre_commit.sh ci: 优化 GitHub Actions 工作流 2026-04-05 22:40:16 +08:00