fix(v5): proper space tokenization - replace UNK injection with explicit SPACE_ID bbc7918 Running 朱子瞻 commited on 19 days ago
fix: hidden_size 320->384 to be divisible by 12 heads (head_dim=32); ff_dim 768->1024 bfac717 朱子瞻 commited on 20 days ago
feat: v4 upgrade - 35M params, vocab=800, 560+ QA pairs, 10 domains 9e41696 朱子瞻 commited on 20 days ago
feat: v3 upgrade - vocab 2000, seq_len 256, answer-only loss training e3b15aa 朱子瞻 commited on 20 days ago
feat: QA separator tokens - <|q|>/<|a|> special tokens for better generation 092130a 朱子瞻 commited on 20 days ago
feat: v2 upgrade - 12M params, BPE tokenizer, 200+ QA pairs, 100 epochs max 2ea1baa 朱子瞻 commited on 20 days ago
fix: causal_mask slice preserve (1,1,T,T) shape for head broadcasting 0ad7ecf 朱子瞻 commited on 20 days ago
fix: remove attention_mask arg - FusionMini in app.py uses internal causal mask b45e37d 朱子瞻 commited on 20 days ago
fix: pass causal attention_mask in chat_fn to fix tensor size mismatch 6acae57 朱子瞻 commited on 20 days ago
fix: remove server_name/port from launch(), use LinePlot for gradio 4.44 compat 2bb93c4 朱子瞻 commited on 20 days ago
fix: lock jinja2/starlette for gradio 4.44.0 compat + launch fallback for localhost bug b2e7cce 朱子瞻 commited on 20 days ago
fix: pin gradio==4.40.0 + huggingface_hub==0.25.2 to avoid 4.44.0 jinja2/launch bugs 5a78521 朱子瞻 commited on 20 days ago
fix: remove explicit server_name/port in demo.launch() for HF Spaces compatibility b2d9065 朱子瞻 commited on 20 days ago
fix: add HfFolder compat shim for huggingface_hub >=1.0 + gradio 4.44 0dff661 朱子瞻 commited on 20 days ago
fix: pin gradio<4.44.0 to avoid HfFolder removal in huggingface_hub 5ed6f9b 朱子瞻 commited on 20 days ago
merge: resolve conflicts, keep local requirements.txt with gradio==4.12.0, remove spaces/ subdir bd44326 朱子瞻 commited on 20 days ago
feat: Hugging Face Spaces — Gradio demo with training + chat 9e6f295 zhan1206 commited on 20 days ago
fix: F5-1 — initialize self._tokenizer before _ensure_tokenizer() cb76654 zhan1206 commited on 30 days ago
fix: D16 migrate 4 test files from print-based to pytest convention da93c9a zhan1206 commited on 30 days ago
fix: audit v2 P1 fixes - D8 Ollama SBLA warning, D13 metrics deprecation 939a2f5 zhan1206 commited on 30 days ago
fix: distillation script uses FusionModel + add GRPO training script 4bf76ff zhan1206 commited on about 1 month ago
fix: comprehensive audit fixes (ONNX/export, benchmark, deprecated APIs, attention unification) f39f340 zhan1206 commited on about 1 month ago
fix: replace random embeddings in MoverScore with deterministic hash 0eeb85b zhan1206 commited on about 1 month ago
fix: move FusionMini @classmethods from FusionMiniConfig to FusionMini class 68eedb0 zhan1206 commited on about 1 month ago
fix: test suite + bilingual filter + TensorRT/OpenVINO export rewrite 21722be zhan1206 commited on Jun 8
refactor: unify Thinking Dial to architecture-level only, deprecate text injection 85cd7aa zhan1206 commited on Jun 8
fix: comprehensive audit fixes - Thinking Dial unification, deployment scripts, README, bilingual filter, data download bce487e zhan1206 commited on Jun 8
fix: from_pretrained weight loading (HF 5.x compat) + _init_weights + tied_weights_keys 49e3756 zhan1206 commited on Jun 8
feat: setup.py, quick-start guide, architecture doc, model registry 0159072 zhan1206 commited on Jun 8
fix: short-sequence benchmarks + ThinkingDial vs vanilla experiments 4a68ea8 zhan1206 commited on Jun 8
v2.2.0: end-to-end pipeline validation + GRPO no-tokenizer fallback a1d6a7c zhan1206 commited on Jun 7