Skip to content

Commit 36d19e2

Browse files
localai-botmudler
andauthored
chore(model gallery): 🤖 add 1 new models via gallery agent (#6921)
chore(model gallery): 🤖 add new models via gallery agent Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <[email protected]>
1 parent cba9d1a commit 36d19e2

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

gallery/index.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23109,3 +23109,44 @@
2310923109
- filename: Qwen3-Nemotron-32B-RLBFF.i1-Q4_K_M.gguf
2311023110
sha256: 000e8c65299fc232d1a832f1cae831ceaa16425eccfb7d01702d73e8bd3eafee
2311123111
uri: huggingface://mradermacher/Qwen3-Nemotron-32B-RLBFF-i1-GGUF/Qwen3-Nemotron-32B-RLBFF.i1-Q4_K_M.gguf
23112+
- !!merge <<: *gptoss
23113+
name: "financial-gpt-oss-20b-q8-i1"
23114+
urls:
23115+
- https://huggingface.co/mradermacher/financial-gpt-oss-20b-q8-i1-GGUF
23116+
description: |
23117+
### **Financial GPT-OSS 20B (Base Model)**
23118+
23119+
**Model Type:** Causal Language Model (Fine-tuned for Financial Analysis)
23120+
**Architecture:** Mixture of Experts (MoE) – 20B parameters, 32 experts (4 active per token)
23121+
**Base Model:** `unsloth/gpt-oss-20b-unsloth-bnb-4bit`
23122+
**Fine-tuned With:** LoRA (Low-Rank Adaptation) on financial conversation data
23123+
**Training Data:** 22,250 financial dialogue pairs covering stocks (AAPL, NVDA, TSLA, etc.), technical analysis, risk assessment, and trading signals
23124+
**Context Length:** 131,072 tokens
23125+
**Quantization:** Q8_0 GGUF (for efficient inference)
23126+
**License:** Apache 2.0
23127+
23128+
**Key Features:**
23129+
- Specialized in financial market analysis: technical indicators (RSI, MACD), risk assessments, trading signals, and price forecasts
23130+
- Handles complex financial queries with structured, actionable insights
23131+
- Designed for real-time use with low-latency inference (GGUF format)
23132+
- Supports S&P 500 stocks and major asset classes across tech, healthcare, energy, and finance sectors
23133+
23134+
**Use Case:** Ideal for traders, analysts, and developers building financial AI tools. Use with caution—**not financial advice**.
23135+
23136+
**Citation:**
23137+
```bibtex
23138+
@misc{financial-gpt-oss-20b-q8,
23139+
title={Financial GPT-OSS 20B Q8: Fine-tuned Financial Analysis Model},
23140+
author={beenyb},
23141+
year={2025},
23142+
publisher={Hugging Face Hub},
23143+
url={https://huggingface.co/beenyb/financial-gpt-oss-20b-q8}
23144+
}
23145+
```
23146+
overrides:
23147+
parameters:
23148+
model: financial-gpt-oss-20b-q8.i1-Q4_K_M.gguf
23149+
files:
23150+
- filename: financial-gpt-oss-20b-q8.i1-Q4_K_M.gguf
23151+
sha256: 14586673de2a769f88bd51f88464b9b1f73d3ad986fa878b2e0c1473f1c1fc59
23152+
uri: huggingface://mradermacher/financial-gpt-oss-20b-q8-i1-GGUF/financial-gpt-oss-20b-q8.i1-Q4_K_M.gguf

0 commit comments

Comments
 (0)