Text Generation
Transformers
Safetensors
English
finance
trading
reasoning
unsloth
qwen3
conversational
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="SoumilB7/Moonfinance-Rag-Reasoning")
messages = [
{"role": "user", "content": "Who are you?"},
]
pipe(messages)# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("SoumilB7/Moonfinance-Rag-Reasoning", dtype="auto")Quick Links
MoonFinance Reasoning — Version 3 (March 2026)
MoonFinance Reasoning is a domain-adapted financial language model focused on structured analytical thinking, trading logic synthesis, and decision-style reasoning workflows. This Version 3 (March 2026) release improves financial context alignment, reasoning stability, and robustness across complex market narrative prompts.
Model Overview
- Model Name: MoonFinance Reasoning
- Version: v3.1
- Developed by: SoumilB7
- Base Model:
unsloth/deepseek-r1-0528-qwen3-8b-unsloth-bnb-4bit - Architecture: Quantized reasoning-optimized transformer finetuned for financial analysis tasks
- Primary Domain: Financial reasoning, trading decision logic, macro narrative interpretation
- License: CC-BY-4.0
This model is designed to assist in:
- Step-by-step financial reasoning
- Strategy hypothesis generation
- Market sentiment and narrative interpretation
- Structured analytical response generation
- Research experimentation in financial LLM systems
Version 3 Improvements (March 2026)
- Expanded financial reasoning dataset aligned with recent market conditions
- Improved consistency in multi-step analytical outputs
- Better handling of speculative and uncertain market prompts
- Enhanced long-context reasoning stability
- Optimized performance for efficient 4-bit consumer GPU inference
# Gated model: Login with a HF token with gated access permission hf auth login