Commit History

fix: audit v2 P0/P1 fixes (D1/D2/D3/D7/D9/D11/D14)
5e7eab2

zhan1206 commited on

fix: distillation script uses FusionModel + add GRPO training script
4bf76ff

zhan1206 commited on

fix: comprehensive audit fixes (ONNX/export, benchmark, deprecated APIs, attention unification)
f39f340

zhan1206 commited on

fix: replace random embeddings in MoverScore with deterministic hash
0eeb85b

zhan1206 commited on

fix: move FusionMini @classmethods from FusionMiniConfig to FusionMini class
68eedb0

zhan1206 commited on

fix: test suite + bilingual filter + TensorRT/OpenVINO export rewrite
21722be

zhan1206 commited on

refactor: unify Thinking Dial to architecture-level only, deprecate text injection
85cd7aa

zhan1206 commited on

fix: N9 position_ids signatures + M2 THINK_END token split
93d1b7e

zhan1206 commited on

chore: remove temp verification scripts
bf5ce33

zhan1206 commited on

fix: comprehensive audit fixes - Thinking Dial unification, deployment scripts, README, bilingual filter, data download
bce487e

zhan1206 commited on

fix: from_pretrained weight loading (HF 5.x compat) + _init_weights + tied_weights_keys
49e3756

zhan1206 commited on

fix: CausalLMOutputWithPast return + audit verification
253e1fd

zhan1206 commited on

feat: setup.py, quick-start guide, architecture doc, model registry
0159072

zhan1206 commited on

fix: short-sequence benchmarks + ThinkingDial vs vanilla experiments
4a68ea8

zhan1206 commited on

feat: GSM8K reward function + GRPO evaluation pipeline (v2.1.1)
ad845a1

zhan1206 commited on

v2.2.0: end-to-end pipeline validation + GRPO no-tokenizer fallback
a1d6a7c

zhan1206 commited on

v2.1.0: fix N25 off-by-one, S2 reward_fn string safety
b0bc454

zhan1206 commited on

v20: fix N23/N24/M7/S2 - critical regression fixes from v1.9.0 audit
376d8d7

zhan1206 commited on

v19: fix N23-N25 + S1 reward functions + F1/F2/F3 documentation
3e586fd

zhan1206 commited on

v18: fix N18/N19/N20/N21/N22 Thinking Dial pipeline bugs
47aafb2

zhan1206 commited on

v17: fix Thinking Dial training pipeline (N10/N11/N12/N13/N14/N15/N16/N17)
2e32205

zhan1206 commited on

v16-hotfix: fix kv_head_dim bug, add incremental gen test
488ee46

zhan1206 commited on

v16-docs: fix README accuracy, add F3/S2 disclaimer to distillation script
c59037a

zhan1206 commited on

v16: fix critical audit defects (N6/N7/N8/N9 + S3/S4/M2/M5)
65bdd96

zhan1206 commited on

v15: fix remaining audit issues (F1/F2/S1/M3/M8/doc)
2c578a9

zhan1206 commited on

v14 fix: F1 ThinkingDialModel thinking_embedding/gate 实际使用,F5 top_p NaN guard,M1 RoPE position_ids,M6 position_ids 传递链,DPO tokenizer 属性,forward() position_ids 参数
c1899e9

zhan1206 commited on

fix: 修复 F-NEW-13 GQA双重扩展 + S-NEW-13 GQA KV维度 + LOW清理
b17e601

zhan1206 commited on

fix: 修复所有测试警告 + 清理调试脚本
4718d7f

zhan1206 commited on

fix: 修复 SBLAttention forward_with_qkv() 形状错误和测试文件结构
60f5ce8

zhan1206 commited on

Fix tests: FusionMiniLayer Q/K/V reshape + logging import + pytest compat
83efc18

zhan1206 commited on

fix: external audit issues from commit 08f2cd2
443dc7d

zhan1206 commited on

fix: SBLAttention forward() guard for removed projections
08f2cd2

zhan1206 commited on

fix: v13 external audit - CRITICAL/HIGH/MEDIUM fixes
86985bf

zhan1206 commited on

fix: comprehensive audit fixes - CRITICAL/HIGH/MEDIUM/LOW
a959e9a

zhan1206 commited on

Release: v1.2.0 - Add BLEU/ROUGE/METEOR, TensorRT/OpenVINO, AMP training, LIME/SHAP
d5ef945

zhan1206 commited on

Feat: Add LIME and SHAP model interpretability tools
f221b4b

zhan1206 commited on

Feat: Add AMP trainer and gradient accumulation for training optimization
3b8065d

zhan1206 commited on

Feat: Add TensorRT and OpenVINO deployment options
e8c0992

zhan1206 commited on

Feat: Add BLEU, ROUGE, METEOR evaluation metrics
48aac3d

zhan1206 commited on

Feat: Add GGML/ONNX deployment and optimized SBLA attention (0.49ms)
cb121a2

zhan1206 commited on

Release: v1.1.0 - Add BERTScore, MoverScore, visualization, deployment options, and optimize SBLA attention
14e6d43

zhan1206 commited on

Feat: Add graphical visualization tools (attention heatmap, loss curve, architecture)
d587e7a

zhan1206 commited on

Feat: Add BERTScore & MoverScore evaluation metrics
69a47f1

zhan1206 commited on

Feat: Add model visualization tools (attention, loss curve, architecture)
a1c94ff

zhan1206 commited on

Feat: Add advanced evaluation metrics (Distinct-n, Repetition Rate, Token Entropy)
9a07014

zhan1206 commited on

Test: Add SBLA attention performance test (2.07ms avg)
1d20cb3

zhan1206 commited on

Release: v1.0.0 - First official release (complete documentation + tests + changelog)
1fee48f

zhan1206 commited on

Test: Add edge cases tests (4/4 passed)
4d5383b

zhan1206 commited on

Feat: Add actual training (100 steps) + documentation (tutorial + API)
b12f6c3

zhan1206 commited on

Train: Add 10-step training test (loss decreases steadily)
04c7011

zhan1206 commited on