mindqtrl

qwen3vl-8b-fp8-text-only-en

Dedicated Endpoints

Run this model inference on single tenant GPU with unmatched speed and reliability at scale.

Learn more
Container

Run this model inference with full control and performance in your environment.

Learn more

Get help setting up a custom Dedicated Endpoints.

Talk with our engineer to get a quote for reserved GPU instances with discounts.

README

License: apache-2.0

Modifications

  • Vision removed: All model.visual.* tensors (351 tensors) were dropped, leaving only the text decoder (36 layers, 903 tensors).
  • English-only vocab: Non-English tokens (CJK, Cyrillic, Arabic, etc.) were pruned from the tokenizer and embedding matrix. Vocab reduced from 151,936 to 105,785.
  • FP8 preserved: The original comfy_quant and weight_scale metadata is intact. No requantization was performed.

Base model

Files

  • model.safetensors — text-only weights (BF16 embeds + FP8 layer weights)
  • tokenizer.json — pruned BPE tokenizer
  • config.json — Qwen3ForCausalLM config with updated vocab_size

Usage

python

from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("mindqtrl/qwen3vl-8b-fp8-text-only-en")
tokenizer = AutoTokenizer.from_pretrained("mindqtrl/qwen3vl-8b-fp8-text-only-en")

Stats

Table
MetricValue
Original size10.59 GB
Text-only size9.44 GB
English-only size8.68 GB
Vocab (original)151,936
Vocab (pruned)105,785
Layers36
Hidden size4096
Attention heads32
KV heads8

Model provider

mindqtrl

Model tree

Base

this model

Modalities

Input

Text

Output

Text

Pricing

Dedicated Endpoints

View details

Supported Functionality

Model APIs

Dedicated Endpoints

Container

More information

Explore FriendliAI today