GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

FINWHALE/RiOS-7B-GGUF overview

RiOS 7B 版本:v0.0.1 首个公开发布版 睿思 RiOS 是一个通用多模态智能助手,支持图文对话, 在金融投资分析 K线、财报图表解读 与艺术鉴赏 流派、构图、色彩分析 方向做了专项强化, 并预留向 VLA Vision Language Action 机器人应用演进的能力。 训练说明 本模型基于 Qwen…

ggufqwen2_vlvisionmultimodalfinanceartimage-text-to-textzhenbase_model:Qwen/Qwen2.5-VL-7B-Instructbase_model:quantized:Qwen/Qwen2.5-VL-7B-Instructlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~1.26 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
image-text-to-text
Author

Repository Files & Downloads

2 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
RiOS-7B-Q8_0.ggufGGUFQ8_07.54 GBDownload
RiOS-7B-mmproj-BF16.ggufGGUFBF161.26 GBDownload

Model Details

Model IDFINWHALE/RiOS-7B-GGUF
AuthorFINWHALE
Pipelineimage-text-to-text
Licenseapache-2.0
Base modelQwen/Qwen2.5-VL-7B-Instruct
Last modified2026-07-26T12:42:24.000Z

Model README

---

license: apache-2.0

base_model: Qwen/Qwen2.5-VL-7B-Instruct

tags:

- qwen2_vl

- vision

- multimodal

- finance

- art

language:

- zh

- en

pipeline_tag: image-text-to-text

---

RiOS-7B

> 版本:v0.0.1(首个公开发布版)

睿思(RiOS) 是一个通用多模态智能助手,支持图文对话,

在金融投资分析(K线、财报图表解读)与艺术鉴赏(流派、构图、色彩分析)方向做了专项强化,

并预留向 VLA(Vision-Language-Action)机器人应用演进的能力。

训练说明

本模型基于 Qwen2.5-VL-7B-Instruct

使用 Unsloth QLoRA 微调并合并权重得到。

基座模型遵循 Apache 2.0 许可证,本模型同样以 Apache 2.0 发布。

使用

transformers

from transformers import Qwen2_5_VLForConditionalGeneration, AutoProcessor

model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
    "FINWHALE/RiOS-7B", torch_dtype="auto", device_map="auto")
processor = AutoProcessor.from_pretrained("FINWHALE/RiOS-7B")

vLLM

vllm serve FINWHALE/RiOS-7B --limit-mm-per-prompt image=4

Ollama / llama.cpp

请使用配套的 GGUF 仓库(FINWHALE/RiOS-7B-GGUF),包含 Q8_0 主模型与 mmproj 视觉投影文件。

免责声明

模型输出的金融相关内容仅供参考,不构成投资建议。

Run FINWHALE/RiOS-7B-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models