Commit History

fix(v5): proper space tokenization - replace UNK injection with explicit SPACE_ID
bbc7918
Running

朱子瞻 commited on

fix: hidden_size 320->384 to be divisible by 12 heads (head_dim=32); ff_dim 768->1024
bfac717

朱子瞻 commited on

feat: v4 upgrade - 35M params, vocab=800, 560+ QA pairs, 10 domains
9e41696

朱子瞻 commited on

feat: v3 upgrade - vocab 2000, seq_len 256, answer-only loss training
e3b15aa

朱子瞻 commited on

feat: QA separator tokens - <|q|>/<|a|> special tokens for better generation
092130a

朱子瞻 commited on

feat: v2 upgrade - 12M params, BPE tokenizer, 200+ QA pairs, 100 epochs max
2ea1baa

朱子瞻 commited on

fix: causal_mask slice preserve (1,1,T,T) shape for head broadcasting
0ad7ecf

朱子瞻 commited on

fix: remove attention_mask arg - FusionMini in app.py uses internal causal mask
b45e37d

朱子瞻 commited on

fix: pass causal attention_mask in chat_fn to fix tensor size mismatch
6acae57

朱子瞻 commited on

debug: wrap train/chat in try/except to show error in UI
3d5393c

朱子瞻 commited on

fix: replace LinePlot with plain Textbox for gradio 4.44 compat
95bcfea

朱子瞻 commited on

fix: remove server_name/port from launch(), use LinePlot for gradio 4.44 compat
2bb93c4

朱子瞻 commited on

fix: lock jinja2/starlette for gradio 4.44.0 compat + launch fallback for localhost bug
b2e7cce

朱子瞻 commited on

fix: pin gradio==4.40.0 + huggingface_hub==0.25.2 to avoid 4.44.0 jinja2/launch bugs
5a78521

朱子瞻 commited on

fix: remove explicit server_name/port in demo.launch() for HF Spaces compatibility
b2d9065

朱子瞻 commited on

fix: add HfFolder compat shim for huggingface_hub >=1.0 + gradio 4.44
0dff661

朱子瞻 commited on

fix: remove gradio pin, use HF Spaces pre-installed version
5bf4037

朱子瞻 commited on

fix: pin gradio==4.40.0 to resolve HF Spaces dependency conflict
42713ce

朱子瞻 commited on

fix: pin gradio<4.44.0 to avoid HfFolder removal in huggingface_hub
5ed6f9b

朱子瞻 commited on

fix: unpin gradio version for HF Spaces compatibility
27e3b7f

朱子瞻 commited on

merge: resolve conflicts, keep local requirements.txt with gradio==4.12.0, remove spaces/ subdir
bd44326

朱子瞻 commited on

fix: pin gradio==4.12.0 to resolve dependency conflict
d8e7b01

朱子瞻 commited on

fix: pin gradio<4.40.0 to avoid HfFolder import error
bde8729

朱子瞻 commited on

fix: correct tqdm version from 65.0.0 to 4.65.0
c4ea1b5

朱子瞻 commited on

fix: move Space files to repo root for HF config detection
cc4edb1

朱子瞻 commited on

feat: add HF Spaces demo with Gradio UI (SBLA + Thinking Dial)
7b00ca1

朱子瞻 commited on

feat: Hugging Face Spaces — Gradio demo with training + chat
9e6f295

zhan1206 commited on

fix: F5-1 — initialize self._tokenizer before _ensure_tokenizer()
cb76654

zhan1206 commited on

fix: F4-1/2/3 — three crash-on-run bugs
bb40eba

zhan1206 commited on

fix(audit): C1/H1/H3/H4 审计报告修复
2661c24

zhan1206 QClaw commited on

fix: D19 add upper bound constraints to requirements.txt
f7ca64f

zhan1206 commited on

fix: D16 migrate 4 test files from print-based to pytest convention
da93c9a

zhan1206 commited on

fix: audit v2 P1 fixes - D8 Ollama SBLA warning, D13 metrics deprecation
939a2f5

zhan1206 commited on

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