Financial Reasoning Fine-Tune (RLVR / Execution-Verified) based on Qwen 2.5 3B

#1
by coslinedev - opened

Hi everyone,
I've trained a specialized fine-tune of Qwen2.5-3B-Instruct dedicated to execution-verified financial calculations and code-based reasoning (DCF, Black-Scholes, Bond YTM).
Standard LLMs often hallucinate during numerical evaluation or violate boundary conditions ($T \le 0, r \le g$). To solve this, the training data was generated using a deterministic Python execution verifier sandbox that captures tracebacks and builds self-correction trajectories for RLVR/GRPO training.

Links to test & evaluate:

Key Features:

  • 100% deterministic code execution verification.
  • Automatic self-correction on Python traceback errors.
  • Quantized GGUF ready for local inference.
    Would love to get feedback from anyone testing financial reasoning or RLVR workflows on local LLMs!

Sign up or log in to comment