DragonData-FinDense-3B
The open bilingual (EN/CN) finance expert that beats giants where it matters β and shows its work. 3B dense, 100% self-trained (own architecture config, own tokenizer, own corpus, own weights). Runs on a laptop at Q4 β including a 1.27 GB pocket build.
Status: IN TRAINING (
dragonlimitedβ one public home for data + models).
Why it is strong
| # | Claim | Status |
|---|---|---|
| 1 | Beats 70B generalists on finance reasoning (Fin-RATE-style longitudinal + cross-entity) | β target |
| 2 | Bilingual EN/CN finance: SEC + HKEX/A-share/PBOC | β target |
| 3 | Exact deal math (digit-aware numbers + RLVR) | β target |
| 4 | Every figure cited to source cell/line (native grounding) | β target |
| 5 | Reads tables + charts natively (textβtableβchart training) | β target |
| 6 | Temporal honesty: annual-cutoff DatedDragon variants, no lookahead | β target |
| 7 | Monthly living releases, knowledge-date stamped | β target |
| 8 | SAFR-shaped: typed, bounded, logged actions for agentic finance | β target |
| 9 | Fully auditable: open corpus, registry, code, checkpoints, GPU-hours | β by construction |
Honest scope: reader/reasoner, never predictor. It will not forecast returns β no model can (sentiment β alpha). It reads filings, reconciles periods, cites sources.
How to use
from transformers import AutoTokenizer, AutoModelForCausalLM
tok = AutoModelForCausalLM # placeholder until first release β see Progress
First release will ship: pytorch_model (bf16) + GGUF Q4_K_M / Q5_K_M / Q8_0 +
Q2 pocket build, tokenizer/ (DragonData 64k finance BPE), eval/ (score sheets),
RUN.md (repro recipe: tokens, GPU-hours, seeds).
Where to find things
βββ README.md β you are here (model card)
βββ RUN.md β exact repro: data snapshot, config, seeds, GPU-hours
βββ eval/ β FinanceBench, FinQA, TAT-QA, Fin-RATE-style, CN-FinEval sheets
βββ tokenizer/ β DragonData 64k finance BPE
βββ checkpoints/ β dated releases (living model), knowledge-date stamped
βββ dated/ β DatedDragon annual-cutoff variants
βββ gguf/ β quantized builds incl. 1.27 GB pocket
Data: dragonlimited/DragonData-Finance-Corpus (open corpus + registry).
Code & plan: DragonData project. Evals first: DragonData-CN-FinEval.
License
Apache 2.0 (code + weights). Training data per-document licenses govern slices β
see corpus metadata/source_registry.json.
Progress
S0 eval β S1 tokenizer β S2 1.2B pilot β S3 3B flagship β S4 distill β S5 MoE β S6 SFT/DPO β S7 RLVR β S8 DatedDragon + living loop β S9 quants. Gates in PLAN.md.