SAVRN
Search Contact SAVRN

Open-weight model · Text generation

Fastino-Nemotron-3.5-Lightning-Finance

by Fastino fastino/Fastino-Nemotron-3.5-Lightning-Finance

Fastino-Nemotron-3.5-Lightning-Finance is a 30B-parameter, 3B-active mixture-of-experts model specialized for financial reasoning, extraction, and research fine-tuned on LoRA with the Fastino Fine-Tuning Agent.

Parameters31.6B
Context262,144
Weights65.8 GB
Licenseapache-2.0
AccessOpen weights
Monthly Downloads7.1k

Runs On

What it takes to serve Fastino-Nemotron-3.5-Lightning-Finance (31.6B parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 63.2 GB 75.8 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 31.6 GB 37.9 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 15.8 GB 18.9 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.

Model Card

By Fastino, published under apache-2.0, revision 157ebab9a11f.

Fastino-Nemotron-3.5-Lightning-Finance is a 30B-parameter, 3B-active mixture-of-experts model specialized for financial reasoning, extraction, and research fine-tuned on LoRA with the Fastino Fine-Tuning Agent. The model targets financial document reasoning, numerical question answering over filings and tables, numeric span extraction, financial entity recognition, conversational analysis, and source-grounded financial research. The evaluation suite includes FinQA, TAT-QA, SEC-Num, FinEntity, BizFinBench, BigFinanceBench, ConvFinQA, and FiQA. The published weights are BF16 and require about 66 GB before runtime overhead. An 80 GB or larger GPU, or tensor parallelism across multiple GPUs, is…

Read Fastino's full model card

Fastino-Nemotron-3.5-Lightning-Finance is a 30B-parameter, 3B-active mixture-of-experts model specialized for financial reasoning, extraction, and research fine-tuned on LoRA with the Fastino Fine-Tuning Agent.

  • Developed by: Fastino Labs, in collaboration with NVIDIA
  • Base checkpoint: NVIDIA Nemotron 3.5 Lightning, July 29, 2026 release
  • Post-training checkpoint: Fastino-Finance
  • License: Apache 2.0
  • Language: English
  • Modalities: Text
  • Model Release Blog: Release Blog
  • Fine-Tuning Agent: Private Preview
  • Research: Fastino Fine-Tuning Agent

What it is designed for

The model targets financial document reasoning, numerical question answering over filings and tables, numeric span extraction, financial entity recognition, conversational analysis, and source-grounded financial research. The evaluation suite includes FinQA, TAT-QA, SEC-Num, FinEntity, BizFinBench, BigFinanceBench, ConvFinQA, and FiQA.

Quickstart

The published weights are BF16 and require about 66 GB before runtime overhead. An 80 GB or larger GPU, or tensor parallelism across multiple GPUs, is recommended.

pip install "vllm==0.23.0"
from vllm import LLM, SamplingParams

model_id = "fastino/Fastino-Nemotron-3.5-Lightning-Finance"

llm = LLM(
    model=model_id,
    trust_remote_code=True,
    dtype="bfloat16",
    max_model_len=4096,
)

outputs = llm.generate(
    ["Check this financial calculation and explain the result: ..."],
    SamplingParams(temperature=0.0, max_tokens=512),
)
print(outputs[0].outputs[0].text)

Post-training recipe

The Fastino Fine-Tuning Agent autonomously built evaluation sets, curated data, explored training mixtures and hyperparameters, recovered failed experiments, evaluated transfer, and selected the final checkpoint.

The winning adapter was trained on 13,698 de-duplicated examples covering:

  • financial document calculation and executable reasoning;
  • hybrid text-and-table question answering;
  • business-finance reasoning across calculation, extraction, temporal reasoning, prediction, and knowledge tasks; and
  • numerical span extraction from SEC disclosures;
  • financial entity extraction;
  • source-grounded financial research trajectories.

The final mix deliberately allocated substantial coverage to SEC-Num and BizFinBench while retaining FinQA, TAT-QA, FinEntity, and BigFinanceBench examples. It was trained from the base checkpoint for two epochs with LoRA rank 32, learning rate 1e-4, and sequence packing disabled. Exact duplicates were removed within each source before mixture construction. Evaluation examples and labels were excluded from training.

Benchmark evaluation

Base and fine-tuned scores below use the Nemotron-3.5-Lightning July 29 checkpoint, inputs, prompts, decoding settings, inference route, and evaluator for each row.

In-domain benchmarks

Benchmark Evaluation scope Nemotron base Fastino-Finance Change
FinQA, execution accuracy dev, n=883 15.86% 59.23% +43.37 pp
TAT-QA, F1 dev, n=1,668 19.01 56.63 +37.62
SEC-Num matched, n=992 79.74% 87.60% +7.86 pp
FinEntity, macro-F1 held-out, 3 runs of n=197 60.16 79.54 +19.38
BizFinBench, full 9-task macro 690 rows 49.65% 57.46% +7.81 pp

Transfer to unseen benchmarks

Performance on related tasks the model was not explicitly trained for.

Benchmark Evaluation scope Nemotron base Fastino-Finance Change
ConvFinQA held-out, n=300 15.00% 57.33% +42.33 pp
FiQA, macro-F1 held-out, n=1,058 35.09 41.48 +6.39

Evaluation protocol

The agent used development evaluations for experiment selection and a separately frozen held-out lane for final characterization. Score-bearing comparisons were accepted only when base and candidate shared the same examples, prompt construction, decoding parameters, serving route, evaluator identity, and aggregation. Training mixtures were hashed and de-duplicated, and benchmark evaluation rows were excluded from training.

Limitations

This is a specialized model whose capabilities are best characterized by the tasks above. Performance outside these tasks has not been comprehensively evaluated. Outputs are not a substitute for professional financial advice; high-stakes use requires independent validation and qualified human oversight.

Citation

@misc{atreja2026pioneeragentcontinualimprovement,
      title={Pioneer Agent: Continual Improvement of Small Language Models in Production},
      author={Dhruv Atreja and Julia White and Nikhil Nayak and Kelton Zhang and Henrijs Princis and George Hurn-Maloney and Ash Lewis and Urchade Zaratiana},
      year={2026},
      eprint={2604.09791},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2604.09791},
}

License

This model is licensed under the Apache License 2.0.

Links

Configuration

Architecture
NemotronHForCausalLM
Context length (tokens)
262,144
Layers
52
Hidden size
2,688
Feed-forward size
1,856
Attention heads
32
Key/value heads
2
Head dimension
128
Vocabulary size
131,072
Routed experts
128
Experts active per token
6
RoPE base
10,000
Model type
nemotron_h

Identity and Version

Repository
fastino/Fastino-Nemotron-3.5-Lightning-Finance
Publisher
Fastino
Task
Text generation
Modality
Text
Library
transformers
Parameters
31.6B parameters
Languages
en
Revision
157ebab9a11f58672d43fb69847ff67db8f8e63d
First published
2026-08-06
Last updated
2026-09-17

Files and Weights

27 files, 65.9 GB in total. The weights are 14 files totalling 65.8 GB in safetensors.

Weights14 files · 65.8 GB
Configuration6 files · 646.1 KB
Tokenizer2 files · 17.3 MB
Documentation1 file · 6.5 KB
Other3 files · 5.4 MB
Repository1 file · 1.8 KB
Every file
FileTypeSizeSHA-256
model-00001-of-00014.safetensorsWeights5.0 GB 5d581901ab0b
model-00002-of-00014.safetensorsWeights5.0 GB dcdd90d11b4c
model-00003-of-00014.safetensorsWeights5.0 GB 49246408a50e
model-00004-of-00014.safetensorsWeights5.0 GB aecdc70918de
model-00005-of-00014.safetensorsWeights5.0 GB 44e5dd33a77b
model-00006-of-00014.safetensorsWeights5.0 GB 1d6a9fd17766
model-00007-of-00014.safetensorsWeights5.0 GB ff461ecee67c
model-00008-of-00014.safetensorsWeights5.0 GB d6c0d75ddb64
model-00009-of-00014.safetensorsWeights5.0 GB 0e226f745aff
model-00010-of-00014.safetensorsWeights5.0 GB 2749ba0066b1
model-00011-of-00014.safetensorsWeights5.0 GB 8a977a5af1fb
model-00012-of-00014.safetensorsWeights5.0 GB 0a50fbe2c20e
model-00013-of-00014.safetensorsWeights3.2 GB ca42cb3b2a73
model-00014-of-00014.safetensorsWeights2.7 GB 80c9e147d868
config.jsonConfiguration2.4 KB
generation_config.jsonConfiguration210 B
merge-provenance.jsonConfiguration2.8 KB
model.safetensors.index.jsonConfiguration638.3 KB
special_tokens_map.jsonConfiguration563 B
ultra_v3_reasoning_parser.pyConfiguration1.9 KB
README.mdDocumentation6.5 KB
Fastino-Nemotron-Finance-HF-Banner.pngOther656.5 KB f73803a865c6
chat_template.jinjaOther10.2 KB
hf-card-finance-v2.pngOther4.7 MB 886f5ba6b632
.gitattributesRepository1.8 KB
tokenizer.jsonTokenizer17.1 MB 623c34567aeb
tokenizer_config.jsonTokenizer177.2 KB

License and Download

License
apache-2.0
Access
Open weights, no gate
Download size
65.8 GB
Download from Fastino

Released by Fastino through its official repository on Hugging Face. Read the license.

Built From

  • Described by arXiv:2604.09791

Memory Requirements

PrecisionWeights in memory
As published65.8 GB
16-bit63.2 GB
8-bit31.6 GB
4-bit15.8 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About Fastino-Nemotron-3.5-Lightning-Finance

How much GPU memory does Fastino-Nemotron-3.5-Lightning-Finance need?

About 75.8 GB at 16-bit and 18.9 GB at 4-bit: the weights (31.6B parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run Fastino-Nemotron-3.5-Lightning-Finance on?

At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use Fastino-Nemotron-3.5-Lightning-Finance commercially?

Yes. Fastino-Nemotron-3.5-Lightning-Finance is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.

What is Fastino-Nemotron-3.5-Lightning-Finance's context length?

262,144 tokens, from the maximum position embeddings in its published configuration.

Similar Models

Model · Text generation

NVIDIA-Nemotron-3-Nano-30B-A3B-BF16

NVIDIA

September 2025 \- December 2025 The post-training data has a cutoff date of November 28, 2025\. The pre-training data has a cutoff date of June 25, 2025\. Nemotron-3-Nano-30B-A3B-BF16 is a large language model (LLM) trained from scratch by NVIDIA, and designed as a unified model for both reasoning and non-reasoning tasks. It responds to user queries and tasks by first generating a reasoning trace and then concluding with a final response. The model's reasoning capabilities can be configured through a flag in the chat template. If the user prefers the model to provide its final answer without intermediate reasoning traces, it can be configured to do so, albeit with a slight decrease in…

Open weights other 31.6B parameters 262,144 tokens transformers

Model · Text generation

OTel-2.0-LLM-31B-IT

Farbod Tavakkoli

OTel-2.0-LLM-31B-IT is a telecom-specialized instruction model post-trained from Gemma 4 31B-IT on approximately 440 billion telecom training tokens. It is the first release in the OTel 2.0 family and is designed to support telco-grade AI workflows across network operations, standards interpretation, product development, network configuration assistance, RAG, and telecom-specific question answering. OTel 2.0 extends the original OTel effort from a RAG-oriented telecom fine-tuning release into a larger domain-adapted training program. The model was trained from a much larger standards and telecom corpus, with new data preparation coverage for direct telecom QnA, abstention, RAG…

Open weights apache-2.0 31.3B parameters 262,144 tokens transformers

Model · Text generation

GLM-4.7-Flash

Z.ai

Join our Discord community. Check out the GLM-4.7 technical blog, technical report(GLM-4.5). Use GLM-4.7-Flash API services on Z.ai API Platform. One click to GLM-4.7. GLM-4.7-Flash is a 30B-A3B MoE model. As the strongest model in the 30B class, GLM-4.7-Flash offers a new option for lightweight deployment that balances performance and efficiency. Default Settings (Most Tasks) For multi-turn agentic tasks (τ²-Bench and Terminal Bench 2), please turn on Preserved Thinking mode. Terminal Bench, SWE Bench Verified τ^2-Bench For τ^2-Bench evaluation, we added an additional prompt to the Retail and Telecom user interaction to avoid failure modes caused by users ending the interaction…

Open weights mit 31.2B parameters 202,752 tokens transformers

Model · Text generation

Qwen3-VL-30B-A3B-Instruct-AWQ

QuantTrio

As of 2025-10-08, create a fresh Python environment and run: For more details, refer to vLLM Official Qwen3-VL Guide Meet Qwen3-VL — the most powerful vision-language model in the Qwen series to date. This generation delivers comprehensive upgrades across the board: superior text understanding & generation, deeper visual perception & reasoning, extended context length, enhanced spatial and video dynamics comprehension, and stronger agent interaction capabilities. Available in Dense and MoE architectures that scale from edge to cloud, with Instruct and reasoning‑enhanced Thinking editions for flexible, on‑demand deployment. Text Understanding on par with pure LLMs: Seamless text–vision…

Open weights apache-2.0 31.1B parameters 262,144 tokens transformers

Model · Text generation

granite-4.0-h-small-w8a8-llmcompressor

AMD

ZenDNN v6.1.0 - ZenTorch v2.13.0.0 - PyTorch v2.13.0.0 - LLM Compressor v0.13.0 - vLLM v0.29.0 This is a quantized version of granite-4.0-h-small created by AMD using LLM Compressor (compressed-tensors) for ZenDNN-optimized CPU inference. The model was quantized from granite-4.0-h-small using LLM Compressor via the Round-to-Nearest (RTN) algorithm. This reduces the model weights from 60.0 GiB to 30.4 GiB on disk (~49% reduction). granite-4.0-h-small is a hybrid Mamba-MoE model: of its 40 layers, 4 are full-attention blocks and the other 36 are Mamba (linear-attention) blocks, and every layer carries a 72-expert MoE block (top-10 routing) alongside a shared MLP. The recipe only needs two…

Open weights apache-2.0 32.2B parameters 131,072 tokens transformers