SAVRN
Search Contact SAVRN

Open-weight model · Text generation

FinAI

by Meridian meridianal/FinAI

Meridian.AI is a finance-specialized language model that continuously fine-tunes a Qwen2.5-0.5B backbone every hour on 25+ finance and math datasets, using Elastic Weight Consolidation (EWC) to prevent catastrophic forgetting across training sessions.

Parameters
Context
Weights4.7 GB
Licensemit
AccessOpen weights
Monthly Downloads

Model Card

By Meridian, published under mit, revision 8110369963c8.

Meridian.AI is a finance-specialized language model that continuously fine-tunes a Qwen2.5-0.5B backbone every hour on 25+ finance and math datasets, using Elastic Weight Consolidation (EWC) to prevent catastrophic forgetting across training sessions. The entire pipeline runs unattended on free GitHub Actions infrastructure — no GPUs. The deployed checkpoint is a standard Qwen2 model — trustremotecode=True is not required. Inputs are formatted with the ### Instruction: / ### Response: template used during training. A weighted streaming mix of 25+ finance and instruction datasets, including gbharti/finance-alpaca, sujet-ai/Sujet-Finance-Instruct-177k, nvidia/OpenMathInstruct-2…

Read Meridian's full model card

Meridian.AI — Continual-Learning Finance LLM

Meridian.AI is a finance-specialized language model that continuously fine-tunes a Qwen2.5-0.5B backbone every hour on 25+ finance and math datasets, using Elastic Weight Consolidation (EWC) to prevent catastrophic forgetting across training sessions. The entire pipeline runs unattended on free GitHub Actions infrastructure — no GPUs.

  • Base model: Qwen/Qwen2.5-0.5B (~494M params, Qwen2 architecture)
  • Continual learning: Elastic Weight Consolidation (diagonal Fisher)
  • Training cadence: hourly GitHub Actions CI on CPU runners
  • Source code & full docs: github.com/MeridianAlgo/FinAI

Usage

The deployed checkpoint is a standard Qwen2 modeltrust_remote_code=True is not required.

import torch
from transformers import AutoModelForCausalLM, AutoTokenizer

repo_id = "meridianal/FinAI"

tokenizer = AutoTokenizer.from_pretrained(repo_id, subfolder="checkpoint")
model = AutoModelForCausalLM.from_pretrained(
    repo_id,
    subfolder="checkpoint",
    torch_dtype=torch.float32,
    low_cpu_mem_usage=True,
)
model.eval()

prompt = """### Instruction:
Explain the difference between a bond's yield to maturity and its coupon rate.

### Response:
"""

inputs = tokenizer(prompt, return_tensors="pt")
with torch.no_grad():
    output = model.generate(
        **inputs,
        max_new_tokens=200,
        do_sample=True,
        temperature=0.8,
        top_p=0.92,
        repetition_penalty=1.3,
        no_repeat_ngram_size=3,
        pad_token_id=tokenizer.pad_token_id,
        eos_token_id=tokenizer.eos_token_id,
    )

print(tokenizer.decode(output[0], skip_special_tokens=True))

Inputs are formatted with the ### Instruction: / ### Response: template used during training.

Model details

Specification Value
Base model Qwen2.5-0.5B
Architecture Qwen2ForCausalLM
Parameters ~494M
Context window 32,768 tokens (Qwen2.5 default)
Training dtype bfloat16
Continual learning Elastic Weight Consolidation (EWC)

Training data

A weighted streaming mix of 25+ finance and instruction datasets, including gbharti/finance-alpaca, sujet-ai/Sujet-Finance-Instruct-177k, nvidia/OpenMathInstruct-2, HuggingFaceFW/fineweb-edu, yahma/alpaca-cleaned, and the FinanceMTEB suite. See the repository README for the full curriculum and weights.

Limitations & disclaimer

This is an experimental research project on continual learning for financial NLP. Outputs may contain factual errors and are intended for academic and research purposes only. Nothing generated by this model constitutes financial advice. Do not use outputs to make real financial decisions or execute trades.

Identity and Version

Repository
meridianal/FinAI
Publisher
Meridian
Task
Text generation
Modality
Text
Library
transformers
Parameters
Not stated by the source
Languages
en
Revision
8110369963c812e63f5b4879ef08260e02ac5eab
First published
2026-04-05
Last updated
2026-09-18

Files and Weights

29 files, 4.7 GB in total. The weights are 6 files totalling 4.7 GB in pt, safetensors.

Weights6 files · 4.7 GB
Configuration11 files · 5.5 KB
Tokenizer8 files · 31.7 MB
Documentation1 file · 3.3 KB
Other2 files · 4.9 KB
Repository1 file · 1.6 KB
Every file
FileTypeSizeSHA-256
checkpoint/ewc_state.ptWeights727.1 MB 917ce9fa0fb4
checkpoint/model.safetensorsWeights988.1 MB 50c2d80859ca
checkpoint/trainer_state.ptWeights1.4 KB c60b27b89355
legacy/v5.1.0/ewc_state.ptWeights2.0 GB 50e993624d14
legacy/v5.1.0/model.safetensorsWeights988.1 MB 1c065dfd1a39
legacy/v5.1.0/trainer_state.ptWeights1.4 KB 576f471f0bd8
checkpoint/added_tokens.jsonConfiguration629 B
checkpoint/comet_experiment.jsonConfiguration54 B
checkpoint/config.jsonConfiguration1.3 KB
checkpoint/dataset_state.jsonConfiguration27 B
checkpoint/generation_config.jsonConfiguration139 B
checkpoint/special_tokens_map.jsonConfiguration647 B
legacy/v5.1.0/added_tokens.jsonConfiguration629 B
legacy/v5.1.0/config.jsonConfiguration1.3 KB
legacy/v5.1.0/dataset_state.jsonConfiguration26 B
legacy/v5.1.0/generation_config.jsonConfiguration138 B
legacy/v5.1.0/special_tokens_map.jsonConfiguration647 B
README.mdDocumentation3.3 KB
checkpoint/chat_template.jinjaOther2.4 KB
legacy/v5.1.0/chat_template.jinjaOther2.4 KB
.gitattributesRepository1.6 KB
checkpoint/merges.txtTokenizer1.7 MB
checkpoint/tokenizer.jsonTokenizer11.4 MB 716ec13e363e
checkpoint/tokenizer_config.jsonTokenizer517 B
checkpoint/vocab.jsonTokenizer2.8 MB
legacy/v5.1.0/merges.txtTokenizer1.7 MB
legacy/v5.1.0/tokenizer.jsonTokenizer11.4 MB 716ec13e363e
legacy/v5.1.0/tokenizer_config.jsonTokenizer410 B
legacy/v5.1.0/vocab.jsonTokenizer2.8 MB

License and Download

License
mit
Access
Open weights, no gate
Download size
4.7 GB
Download from Meridian

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

Built From

Memory Requirements

PrecisionWeights in memory
As published4.7 GB

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

Questions About FinAI

Can I use FinAI commercially?

Yes. FinAI is released under MIT License. The MIT License is a short permissive license. It permits commercial use, modification and redistribution, provided the copyright notice and permission notice are included.

Similar Models

Fine-tune Qwen3 (14B) for free using our Google Colab notebook! - Read our Blog about Qwen3 support: unsloth.ai/blog/qwen3 - View the rest of our notebooks in our docs here. Qwen3-Coder is available in multiple sizes. Today, we're excited to introduce Qwen3-Coder-30B-A3B-Instruct. This streamlined model maintains impressive performance and efficiency, featuring the following key enhancements: - Significant Performance among open models on Agentic Coding, Agentic Browser-Use, and other foundational coding tasks. - Long-context Capabilities with native support for 256K tokens, extendable up to 1M tokens using Yarn, optimized for repository-scale understanding. - Agentic Coding supporting for…

Open weights apache-2.0 transformers

Model · Text generation

opt-125m

AI at Meta

OPT was first introduced in Open Pre-trained Transformer Language Models and first released in metaseq's repository on May 3rd 2022 by Meta AI. Disclaimer: The team releasing OPT wrote an official model card, which is available in Appendix D of the paper. Content from this model card has been written by the Hugging Face team. To quote the first two paragraphs of the official paper OPT was predominantly pretrained with English text, but a small amount of non-English data is still present within the training corpus via CommonCrawl. The model was pretrained using a causal language modeling (CLM) objective. OPT belongs to the same family of decoder-only models like GPT-3. As such, it was…

Open weights other 2,048 tokens transformers

Model · Text generation

Ornith-1.5-9B-GGUF

Ornith

Chirp Chirp! We are introducing Ornith-1.5, a major step toward building foundation models through end-to-end self-improvement. Ornith-1.5 extends Ornith-1.0 (which was developed on top of Qwen3.5 and Gemma4 with additional continued pretraining, mid-training, and post-training) by expanding the self-improvement loop from scaffold and rollout optimization to jointly optimizing task generation, scaffold construction, and solution rollouts. Rather than relying on a fixed set of human-curated tasks and manually designed harnesses, Ornith-1.5 continuously generates new training tasks, discovers effective strategies for solving them, and improves the policy through reinforcement learning. For…

Open weights mit transformers

Model · Text generation

Ornith-1.5-35B-A3B-GGUF

Ornith

Chirp Chirp! We are introducing Ornith-1.5, a major step toward building foundation models through end-to-end self-improvement. Ornith-1.5 extends Ornith-1.0 (which was developed on top of Qwen3.5 and Gemma4 with additional continued pretraining, mid-training, and post-training) by expanding the self-improvement loop from scaffold and rollout optimization to jointly optimizing task generation, scaffold construction, and solution rollouts. Rather than relying on a fixed set of human-curated tasks and manually designed harnesses, Ornith-1.5 continuously generates new training tasks, discovers effective strategies for solving them, and improves the policy through reinforcement learning. For…

Open weights mit transformers

Model · Text generation

Ornith-1.0-9B-GGUF

Ornith

Aloha! Today, we are releasing Ornith-1.0, a self-improving family of open-source models for agentic coding. This model card documents Ornith-1.0-9B, the most lightweight member of the Ornith family, designed for efficient single-GPU deployment. Ornith-1.0-9B is a dense ~9B model (≈19 GB in bf16), so it serves comfortably on a single 80GB GPU. The recipes below stand up an OpenAI-compatible server; add --tensor-parallel-size / --tp if you want to shard across more GPUs. For a quick local test (or to script offline generation), load the model directly with Transformers. Make sure you have a recent release installed — see the Transformers installation guide; Ornith-1.0-9B requires…

Open weights mit transformers

Uncensored Qwen3.8-27B, published as GGUF quantizations with the multi token prediction (MTP) head retained and verified. Refusal behaviour has been substantially reduced, not eliminated. See Measured behaviour for the numbers. Capabilities, training data, and architecture are otherwise unchanged. - Refusal directions removed with Heretic, which co minimizes refusal count against KL divergence from the base model. No handwritten refusal removal code, no finetuning, no additional training data. - Abliteration runs at bf16 (no 4 bit quantization). the resulting LoRA is merged into the bf16 base, so the published weights are not a quantized round trip. - mtp. tensors are copied verbatim from…

Open weights apache-2.0 llama.cpp